Skip to content

Commit 36be1df

Browse files
committed
update README.md
fix travis version for L5.3
1 parent fa247df commit 36be1df

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.*

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
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

1415
Table of Contents

0 commit comments

Comments
 (0)