Skip to content

Commit

Permalink
Incrementing version number, updating version ID dependancy (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverobbins committed Oct 31, 2018
1 parent afedfe5 commit 4d80c92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ php:

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
- travis_retry composer install --no-interaction --prefer-source

script:
- vendor/bin/phpcs --standard=./phpcs.xml -v --encoding=utf-8 ./src
Expand Down
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.2.*",
"steverobbins/magento-version-identification": "1.*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
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.12.7');
$app = new Application('Mage Scan', '1.12.8');

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

0 comments on commit 4d80c92

Please sign in to comment.