Skip to content

Commit 4d80c92

Browse files
committed
Incrementing version number, updating version ID dependancy (#139)
1 parent afedfe5 commit 4d80c92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ php:
1313

1414
before_script:
1515
- travis_retry composer self-update
16-
- travis_retry composer install --no-interaction --prefer-source --dev
16+
- travis_retry composer install --no-interaction --prefer-source
1717

1818
script:
1919
- vendor/bin/phpcs --standard=./phpcs.xml -v --encoding=utf-8 ./src

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"symfony/console": "~2.6",
13-
"steverobbins/magento-version-identification": "1.2.*",
13+
"steverobbins/magento-version-identification": "1.*",
1414
"guzzlehttp/guzzle": "~6.0"
1515
},
1616
"require-dev": {

src/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
use MageScan\Command\SelfUpdateCommand;
2626
use Symfony\Component\Console\Application;
2727

28-
$app = new Application('Mage Scan', '1.12.7');
28+
$app = new Application('Mage Scan', '1.12.8');
2929

3030
$app->add(new AllCommand);
3131
$app->add(new VersionCommand);

0 commit comments

Comments
 (0)