File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 11name : drupalauth
22
33services :
4- php74 :
5- type : php:7.4
6- via : cli
7- xdebug : " off"
8- composer_version : 2
94 php80 :
105 type : php:8.0
116 via : cli
@@ -34,7 +29,7 @@ tooling:
3429 service : :service
3530 options :
3631 service :
37- default : php74
32+ default : php80
3833 describe : Run phpcs in different service
3934 alias :
4035 - s
@@ -43,7 +38,7 @@ tooling:
4338 service : :service
4439 options :
4540 service :
46- default : php74
41+ default : php80
4742 describe : Run phpcs in different service
4843 alias :
4944 - s
@@ -52,7 +47,7 @@ tooling:
5247 service : :service
5348 options :
5449 service :
55- default : php74
50+ default : php80
5651 describe : Run phpunit in different service
5752 alias :
5853 - s
Original file line number Diff line number Diff line change 11language : php
22php :
3- - ' 7.4'
43 - ' 8.0'
54 - ' 8.1'
65 - ' 8.2'
Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "require" : {
24- "php" : " ^7.4|^ 8.0" ,
25- "simplesamlphp/simplesamlphp" : " ~2.0 " ,
24+ "php" : " ^8.0" ,
25+ "simplesamlphp/simplesamlphp" : " ^2.1 " ,
2626 "simplesamlphp/composer-module-installer" : " ~1.0"
2727 },
2828 "require-dev" : {
29- "phpunit/phpunit" : " ^5|^6|^7|^8|^9 " ,
30- "squizlabs/php_codesniffer" : " ^2.0.0|^3.0 .0"
29+ "phpunit/phpunit" : " ^9.0 " ,
30+ "squizlabs/php_codesniffer" : " ^3 .0"
3131 },
3232 "autoload-dev" : {
3333 "classmap" : [" src/" , " tests/" ]
You can’t perform that action at this time.
0 commit comments