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 46ee75d commit a8198f5Copy full SHA for a8198f5
composer.json
@@ -25,8 +25,12 @@
25
"illuminate/container": "^10.0|^11.0|^12.0",
26
"illuminate/contracts": "^10.0|^11.0|^12.0",
27
"illuminate/database": "^10.0|^11.0|^12.0",
28
- "laravel/serializable-closure": "^1.0|^2.0",
29
- "orchestra/testbench": "^8.0|^9.0|^10.0"
+ "laravel/serializable-closure": "^1.0|^2.0"
+ },
30
+ "require-dev": {
31
+ "friendsofphp/php-cs-fixer": "^3.9",
32
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
33
+ "phpunit/phpunit": "^9.0|^10.5|^11.5"
34
},
35
"autoload": {
36
"psr-4": {
@@ -48,10 +52,6 @@
48
52
]
49
53
}
50
54
51
- "require-dev": {
- "phpunit/phpunit": "^9.0|^10.5|^11.5",
- "friendsofphp/php-cs-fixer": "^3.9"
- },
55
"minimum-stability": "dev",
56
"prefer-stable": true
57
0 commit comments