File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 strategy :
1818 fail-fast : true
1919 matrix :
20- php : [8.3, 8.2 ]
20+ php : [8.4 ]
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2525 }
2626 },
2727 "require" : {
28- "php" : " >=8.2 " ,
28+ "php" : " >=8.4 " ,
2929 "ext-mbstring" : " *" ,
3030 "illuminate/support" : " ^11.14.0" ,
31- "jetbrains/phpstorm-attributes" : " ^1.1"
31+ "jetbrains/phpstorm-attributes" : " ^1.1" ,
32+ "nesbot/carbon" : " ^3.8.4"
3233 },
3334 "require-dev" : {
34- "pestphp/pest" : " ^2.34" ,
35- "pestphp/pest-plugin-type-coverage" : " ^2.8" ,
3635 "laravel/pint" : " ^1.16" ,
37- "phpstan/phpstan" : " ^1.11" ,
38- "phpstan/phpstan-strict-rules" : " ^1.6" ,
39- "phpstan/extension-installer" : " ^1.4" ,
40- "pestphp/pest-plugin-watch" : " ^2.1"
36+ "pestphp/pest" : " ^3.7.4" ,
37+ "pestphp/pest-plugin-type-coverage" : " ^3.2.3" ,
38+ "pestphp/pest-plugin-watch" : " ^3.0.0" ,
39+ "phpstan/phpstan" : " ^2.1.2" ,
40+ "phpstan/phpstan-strict-rules" : " ^2.0.3" ,
41+ "phpstan/extension-installer" : " ^1.4"
4142 },
4243 "config" : {
4344 "allow-plugins" : {
You can’t perform that action at this time.
0 commit comments