File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- language : php
2
- php : [7.1, 7.2]
3
- cache : { directories : [$COMPOSER_CACHE_DIR, $HOME/.composer/cache, vendor] }
4
- install : composer update --no-interaction --prefer-dist
1
+ language : php
2
+ php : [7.1, 7.2]
3
+ cache : { directories : [$COMPOSER_CACHE_DIR, $HOME/.composer/cache, vendor] }
4
+ install : composer update --no-interaction --prefer-dist
5
5
notifications :
6
6
email : false
7
7
@@ -18,8 +18,7 @@ before_install :
18
18
jobs :
19
19
include :
20
20
- stage : lint
21
- php : 7.2
22
- env : TESTBENCH_VERSION=3.6.* LARAVEL_VERSION=5.6.*
21
+ php : 7.2
23
22
before_install :
24
23
- composer global require hirak/prestissimo --update-no-dev
25
24
- composer require phpmd/phpmd --no-update --prefer-dist
Original file line number Diff line number Diff line change 9
9
}
10
10
],
11
11
"require" : {
12
- "laravel/framework" : " 5.6.* " ,
12
+ "laravel/framework" : " ~ 5.6.0|~5.7.0 " ,
13
13
"webonyx/graphql-php" : " ^0.11.0" ,
14
14
"doctrine/dbal" : " ^2.5" ,
15
15
"cache/array-adapter" : " ^1.0"
16
16
},
17
17
"require-dev" : {
18
18
"phpunit/phpunit" : " ^7.0" ,
19
- "orchestra/testbench-browser-kit" : " 3.6.* " ,
19
+ "orchestra/testbench-browser-kit" : " ~ 3.6.0|~3.7.0@dev " ,
20
20
"codeception/specify" : " ^1.1" ,
21
21
"phpmd/phpmd" : " @stable" ,
22
22
"phpstan/phpstan" : " ^0.9.2" ,
You can’t perform that action at this time.
0 commit comments