File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ before_install:
4646
4747 - composer self-update
4848 - if [[ $LARAVEL_VERSION != '5.3' ]]; then composer create-project laravel/laravel:$LARAVEL_VERSION; fi
49- - if [[ $LARAVEL_VERSION == '5.3' ]]; then composer create-project laravel/laravel:$LARAVEL_VERSION --stability: dev; fi
49+ - if [[ $LARAVEL_VERSION == '5.3' ]]; then composer create-project laravel/laravel:$LARAVEL_VERSION --stability dev; fi
5050 - composer update
5151 - cd ./laravel
5252 - composer require padosoft/laravel-test:1.1.*
Original file line number Diff line number Diff line change 88[ ![ Total Downloads] [ ico-downloads ]] [ link-downloads ]
99[ ![ SensioLabsInsight] [ ico-sensiolab ]] [ link-sensiolab ]
1010
11- This is a Laravel 5.1.x/5.2.x package that provides an artisan command for testing security vulnerabilties into your composer.lock files.
11+ This is a Laravel 5.1/5.2/5.3 package that provides an artisan command for testing security vulnerabilties into your composer.lock files.
12+ Is ready and tested for php7.0 and php7.1 too.
1213
1314
1415Table of Contents
You can’t perform that action at this time.
0 commit comments