File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 php-version :
13- - 7.1
14- - 7.2
15- - 7.3
16- - 7.4
1713 - 8.0
1814 - 8.1
1915
Original file line number Diff line number Diff line change 1111 }
1212 ],
1313 "require" : {
14- "php" : " ^7.1 || ^ 8.0"
14+ "php" : " ^8.0"
1515 },
1616 "require-dev" : {
17- "php-parallel-lint/php-parallel-lint" : " ^1.2 " ,
18- "php-parallel-lint/php-console-highlighter" : " ^0.5 .0" ,
19- "phpstan/phpstan" : " ^1.3 " ,
20- "spaze/coding-standard" : " ^0.0 " ,
21- "nette/tester" : " ^2.3 "
17+ "php-parallel-lint/php-parallel-lint" : " ^1.3 " ,
18+ "php-parallel-lint/php-console-highlighter" : " ^1 .0" ,
19+ "phpstan/phpstan" : " ^1.9 " ,
20+ "spaze/coding-standard" : " ^1.3 " ,
21+ "nette/tester" : " ^2.4 "
2222 },
2323 "autoload" : {
2424 "psr-4" : {
3737 " @phpstan" ,
3838 " @tester"
3939 ]
40+ },
41+ "config" : {
42+ "allow-plugins" : {
43+ "dealerdirect/phpcodesniffer-composer-installer" : true
44+ }
4045 }
4146}
You can’t perform that action at this time.
0 commit comments