File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- php-versions : ['7.4']
10+ php-versions : ['7.4', '8.4' ]
1111 dependencies :
1212 - lowest
1313 - highest
Original file line number Diff line number Diff line change 11{
22 "name" : " micheh/phpcs-gitlab" ,
3- "description" : " Gitlab Report for PHP_CodeSniffer (display the violations in the Gitlab CI/CD Code Quality Report)" ,
3+ "description" : " GitLab Report for PHP_CodeSniffer (display the violations in the GitLab CI/CD Code Quality Report)" ,
44 "type" : " library" ,
55 "license" : " BSD-3-Clause" ,
66 "authors" : [
2323 },
2424 "require-dev" : {
2525 "phpstan/phpstan" : " ^2.0" ,
26- "phpunit/phpunit" : " ^8.0 || ^9.0" ,
26+ "phpunit/phpunit" : " ^8.5.14 || ^9.0" ,
2727 "squizlabs/php_codesniffer" : " ^3.3.1"
2828 },
2929 "autoload" : {
You can’t perform that action at this time.
0 commit comments