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 9213622 commit ce27e89Copy full SHA for ce27e89
composer.json
@@ -10,14 +10,14 @@
10
],
11
"require": {
12
"php": ">=8.0",
13
- "illuminate/contracts": "^8.0|^9.0",
14
- "illuminate/support": "^8.0|^9.0",
15
- "spatie/laravel-fractal": "^6.0",
+ "illuminate/contracts": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0",
+ "spatie/laravel-fractal": "^6.0|dev-main",
16
"laravel/legacy-factories": "^1.0"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "^8.0|^9.0",
20
- "orchestra/testbench": "^7.0",
+ "orchestra/testbench": "^7.0|^8.0",
21
"mockery/mockery": "^1.0.0"
22
23
"license": "MIT",
0 commit comments