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