Skip to content

Commit

Permalink
Fixed Composer requirements and README.md with actual breaking change…
Browse files Browse the repository at this point in the history
…s for Magento <= 2.1 (algolia#884)
  • Loading branch information
vmalyk authored and damcou committed Oct 10, 2019
1 parent 0dd13bc commit f6e0470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Algolia Search for Magento 2
==================

![Latest version](https://img.shields.io/badge/latest-1.12.0-green.svg)
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.1-blue.svg)
![Magento 2](https://img.shields.io/badge/Magento-%3E=2.2-blue.svg)
![Magento 2](https://img.shields.io/badge/Magento-%3C%202.3.2-blue.svg)
![PHP >= 5.6.5](https://img.shields.io/badge/PHP-%3E=5.6-green.svg)
![PHP >= 7.0.6](https://img.shields.io/badge/PHP-%3E=7.0-green.svg)
[![CircleCI](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master.svg?style=svg)](https://circleci.com/gh/algolia/algoliasearch-magento-2/tree/master)

-------
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": ["MIT"],
"version": "1.12.0",
"require": {
"php": "~5.6.5|~7.0|~7.1|~7.2|~7.3",
"magento/framework": "~100.1|~101.0|~102.0",
"php": "~7.0|~7.1|~7.2|~7.3",
"magento/framework": "~101.0|~102.0",
"algolia/algoliasearch-client-php": ">=1.27.0 <2.0",
"ext-json": "*",
"ext-PDO": "*",
Expand Down

0 comments on commit f6e0470

Please sign in to comment.