File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
"source" : " https://github.com/google/recaptcha"
11
11
},
12
12
"require" : {
13
- "php" : " >=5.5 "
13
+ "php" : " >=8 "
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^4.8.36|^5.7.27|^6.59|^7.5.11 " ,
17
- "friendsofphp/php-cs-fixer" : " ^2.2.20|^2.15 " ,
18
- "php-coveralls/php-coveralls" : " ^2.1 "
16
+ "phpunit/phpunit" : " ^10 " ,
17
+ "friendsofphp/php-cs-fixer" : " ^3.14 " ,
18
+ "php-coveralls/php-coveralls" : " ^2.5 "
19
19
},
20
20
"autoload" : {
21
21
"psr-4" : {
28
28
}
29
29
},
30
30
"scripts" : {
31
- "lint" : " vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run ." ,
32
- "lint-fix" : " vendor/bin/php-cs-fixer -vvv fix --using-cache=no ." ,
33
- "test" : " vendor/bin/phpunit --colors=always " ,
31
+ "lint" : " PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run ." ,
32
+ "lint-fix" : " PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer -vvv fix --using-cache=no ." ,
33
+ "test" : " XDEBUG_MODE=coverage vendor/bin/phpunit" ,
34
34
"serve-examples" : " @php -S localhost:8080 -t examples"
35
35
},
36
36
"config" : {
You can’t perform that action at this time.
0 commit comments