Skip to content

Commit

Permalink
Updating version detection library for Magento 2
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Nov 17, 2015
1 parent 1cdd047 commit c194710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"symfony/console": "~2.6",
"steverobbins/magento-version-identification": "1.1.*"
"steverobbins/magento-version-identification": "1.2.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use MageScan\Command\SelfUpdateCommand;
use Symfony\Component\Console\Application;

$app = new Application('Mage Scan', '1.11.4');
$app = new Application('Mage Scan', '1.11.5');

$app->add(new AllCommand);
$app->add(new VersionCommand);
Expand Down

0 comments on commit c194710

Please sign in to comment.