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 3ad9244 commit 7c102b8Copy full SHA for 7c102b8
composer.json
@@ -12,11 +12,12 @@
12
"php": "^7.2.5|^8.0"
13
},
14
"require-dev": {
15
- "orchestra/testbench": "^5.0",
16
- "phpunit/phpunit": "^8.5.8|^9.3.3",
17
- "orchestra/database": "^5.0",
18
- "jiannei/laravel-enum": "^2.0",
19
- "league/fractal": "^0.19.2"
+ "orchestra/testbench": "^6.0",
+ "phpunit/phpunit": "^9.3.3",
+ "orchestra/database": "^6.0",
+ "jiannei/laravel-enum": "^3.0",
+ "league/fractal": "^0.19.2",
20
+ "laravel/legacy-factories": "^1.1"
21
22
"autoload": {
23
"psr-4": {
0 commit comments