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 9fd4993 commit 8279b06Copy full SHA for 8279b06
composer.json
@@ -13,8 +13,8 @@
13
}
14
],
15
"require": {
16
- "illuminate/database": "^6.0|^7.0|^8.0",
17
- "illuminate/support": "^6.0|^7.0|^8.0"
+ "illuminate/database": "^7.0|^8.0",
+ "illuminate/support": "^7.0|^8.0"
18
},
19
"autoload": {
20
"psr-4": {
@@ -30,9 +30,10 @@
30
"test": "vendor/bin/phpunit"
31
32
"require-dev": {
33
- "laravel/legacy-factories": "^1.0.4",
34
- "orchestra/testbench": "^4.0|^5.0|^6.0",
35
- "orchestra/database": "^4.0|^5.0|^6.0"
+ "laravel/legacy-factories": "^1.1",
+ "mockery/mockery": "^1.4",
+ "orchestra/testbench": "^5.0|^6.0",
36
+ "orchestra/database": "^5.0|^6.0"
37
38
"config": {
39
"sort-packages": true
0 commit comments