We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec1ece commit 3ea2022Copy full SHA for 3ea2022
composer.json
@@ -35,15 +35,16 @@
35
],
36
"require": {
37
"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",
+ "illuminate/database": "^10.0|^11.0|^12.0",
+ "illuminate/support": "^10.0|^11.0|^12.0",
40
"spatie/laravel-package-tools": "^1.11"
41
},
42
"require-dev": {
43
+ "friendsofphp/php-cs-fixer": "^3.64",
44
"mockery/mockery": "^1.4",
45
"nunomaduro/collision": "^6.0|^7.0|^8.0",
46
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
- "pestphp/pest": "^v2.0|^v3.0|^4.0"
47
+ "pestphp/pest": "^1.20|^v2.0|^v3.0|^4.0"
48
49
"autoload": {
50
"psr-4": {
0 commit comments