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 e2f72e9 commit f66d590Copy full SHA for f66d590
composer.json
@@ -20,7 +20,8 @@
20
"illuminate/database": "^10.0",
21
"illuminate/events": "^10.0",
22
"illuminate/support": "^10.0",
23
- "ramsey/uuid": "^4.7"
+ "ramsey/uuid": "^4.7",
24
+ "spatie/laravel-package-tools": "^1.16"
25
},
26
"autoload": {
27
"psr-4": {
@@ -32,8 +33,7 @@
32
33
"laravel/legacy-factories": "^1.3",
34
"laravel/pint": "^1.13",
35
"orchestra/testbench": "^8.0",
- "phpunit/phpunit": "^9.6.0 || ^10.0.7",
36
- "spatie/laravel-package-tools": "^1.16"
+ "phpunit/phpunit": "^9.6.0 || ^10.0.7"
37
38
"autoload-dev": {
39
0 commit comments