Skip to content

Commit

Permalink
Merge pull request #47 from dsemyanovich/feature/update-to-php-v7.2
Browse files Browse the repository at this point in the history
update version of php to 7.2
  • Loading branch information
ClaudiuCreanga authored Jan 2, 2019
2 parents fddc2e7 + 1d666cc commit 6dbef86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "limesharp/stockists",
"description": "This is a stockists store locator extension for magento2",
"type": "magento2-module",
"version": "2.0.12",
"version": "2.0.13",
"license": "MIT",
"keywords": ["magento", "magento2", "stockists", "store locator", "google maps"],
"homepage": "https://github.com/ClaudiuCreanga/magento2-stockists-extension",
Expand All @@ -15,7 +15,7 @@
}
],
"require": {
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0",
"magento/product-community-edition": "^2.1.0"
},
"autoload": {
Expand Down

0 comments on commit 6dbef86

Please sign in to comment.