Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
credevator committed Feb 2, 2020
1 parent c773413 commit 7cbc5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"license": ["Apache-2.0"],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"MagentoGarage\\Base\\": ""
"psr-4": {
"MagentoGarage\\Base\\": ""
}
}
}

0 comments on commit 7cbc5a0

Please sign in to comment.