We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d39fe0 commit cfb5364Copy full SHA for cfb5364
composer.json
@@ -20,8 +20,8 @@
20
}
21
],
22
"require": {
23
- "illuminate/database": "^8.23|^9.0",
24
- "illuminate/support": "^8.23|^9.0"
+ "illuminate/database": "^8.83|^9.0.1",
+ "illuminate/support": "^8.83|^9.0.1"
25
},
26
"autoload": {
27
"psr-4": {
@@ -40,9 +40,10 @@
40
"chelout/laravel-relationship-events": "^1.5",
41
"laravel/legacy-factories": "^1.3",
42
"mockery/mockery": "^1.5",
43
- "orchestra/database": "^6.0",
44
- "orchestra/testbench": "^7.0",
45
- "phpunit/phpunit": "^9.0"
+ "orchestra/database": "^6.28|^7.0",
+ "orchestra/testbench": "^6.28|^7.0",
+ "orchestra/testbench-core": "^6.28|^7.0",
46
+ "phpunit/phpunit": "^9.5.13"
47
48
"config": {
49
"sort-packages": true
0 commit comments