File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717
1818 - name : Setup PHP
1919 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1414 ],
1515 "license" : " MIT" ,
1616 "require" : {
17- "php" : " ^8.2 " ,
18- "phpstan/phpstan" : " ^1.12.21|^ 2.1.12" ,
19- "tomasvotruba/type-coverage" : " ^1.0.0|^ 2.0.2" ,
20- "pestphp/pest-plugin" : " ^3 .0.0"
17+ "php" : " ^8.3 " ,
18+ "phpstan/phpstan" : " ^2.1.12" ,
19+ "tomasvotruba/type-coverage" : " ^2.0.2" ,
20+ "pestphp/pest-plugin" : " ^4 .0.0"
2121 },
2222 "autoload" : {
2323 "psr-4" : {
2424 "Pest\\ TypeCoverage\\ " : " src/"
2525 }
2626 },
2727 "require-dev" : {
28- "pestphp/pest" : " ^3.8.2 " ,
29- "pestphp/pest-dev-tools" : " ^3.4 .0"
28+ "pestphp/pest" : " ^4.0.0 " ,
29+ "pestphp/pest-dev-tools" : " ^4.0 .0"
3030 },
3131 "minimum-stability" : " dev" ,
3232 "prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments