Skip to content

Commit 3ea2022

Browse files
committed
Update composer.json
1 parent 9ec1ece commit 3ea2022

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,16 @@
3535
],
3636
"require": {
3737
"php": "^8.0",
38-
"illuminate/database": "^9.0|^10.0|^11.0|^12.0",
39-
"illuminate/support": "^9.0|^10.0|^11.0|^12.0",
38+
"illuminate/database": "^10.0|^11.0|^12.0",
39+
"illuminate/support": "^10.0|^11.0|^12.0",
4040
"spatie/laravel-package-tools": "^1.11"
4141
},
4242
"require-dev": {
43+
"friendsofphp/php-cs-fixer": "^3.64",
4344
"mockery/mockery": "^1.4",
4445
"nunomaduro/collision": "^6.0|^7.0|^8.0",
4546
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
46-
"pestphp/pest": "^v2.0|^v3.0|^4.0"
47+
"pestphp/pest": "^1.20|^v2.0|^v3.0|^4.0"
4748
},
4849
"autoload": {
4950
"psr-4": {

0 commit comments

Comments
 (0)