File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ script:
40
40
- gpg --verify ./bin/install.sh.sig
41
41
- shellcheck ./bin/install.sh
42
42
- composer validate
43
- - travis_wait composer install --no-progress --no-suggest
43
+ - travis_wait 45 composer install --no-progress --no-suggest
44
44
- yarn install --no-progress
45
45
- yarn run test
46
46
- ./vendor/bin/behat --version
Original file line number Diff line number Diff line change 32
32
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.0" ,
33
33
"deployer/deployer" : " ^4.0.0" ,
34
34
"deployer/recipes" : " ^4.0.0" ,
35
- "frenck /php-compatibility" : " ^7 .0.0" ,
35
+ "wimg /php-compatibility" : " ^8 .0.0" ,
36
36
"friendsofphp/php-cs-fixer" : " ^2.0.0" ,
37
37
"hirak/prestissimo" : " ^0.3" ,
38
38
"jakub-onderka/php-parallel-lint" : " >=0.9.1,<1.0.0" ,
50
50
"seld/jsonlint" : " ^1.4.0" ,
51
51
"sensiolabs/security-checker" : " ^4.0" ,
52
52
"sllh/composer-versions-check" : " ^2.0.0" ,
53
- "squizlabs/php_codesniffer" : " ^2.5 "
53
+ "squizlabs/php_codesniffer" : " ^3.0.2 "
54
54
},
55
55
"suggest" : {
56
56
"apigen/apigen" : " Smart and Readable Documentation for your PHP project." ,
You can’t perform that action at this time.
0 commit comments