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 6b33e62 commit 789bb59Copy full SHA for 789bb59
composer.json
@@ -21,15 +21,14 @@
21
}
22
],
23
"require": {
24
- "php": "^7.3|^8.1",
25
- "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
26
- "illuminate/database": "^6.0|^7.0|^8.0|^9.0"
+ "php": "^8.0",
+ "illuminate/database": "^9.0|^10.0",
+ "illuminate/support": "^9.0|^10.0"
27
},
28
"require-dev": {
29
- "mockery/mockery": "~1.0",
30
- "phpunit/phpunit": "^8.0|^9.0",
31
- "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
32
- "doctrine/dbal": "^2.12|^3.3"
+ "mockery/mockery": "^1.4",
+ "orchestra/testbench": "^7.0|^8.0",
+ "phpunit/phpunit": "^8.0|^9.0|^10.0"
33
34
"autoload": {
35
"psr-4": {
@@ -59,7 +58,7 @@
59
58
60
61
"branch-alias" : {
62
- "dev-master" : "1.0.x-dev"
+ "dev-master" : "1.1.x-dev"
63
64
65
"support" : {
0 commit comments