File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313
1414before_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
1818script :
1919 - vendor/bin/phpcs --standard=./phpcs.xml -v --encoding=utf-8 ./src
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 2525use MageScan \Command \SelfUpdateCommand ;
2626use 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 );
You can’t perform that action at this time.
0 commit comments