Skip to content

Commit 789bb59

Browse files
Update dependencies and bump version alias
1 parent 6b33e62 commit 789bb59

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
}
2222
],
2323
"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"
24+
"php": "^8.0",
25+
"illuminate/database": "^9.0|^10.0",
26+
"illuminate/support": "^9.0|^10.0"
2727
},
2828
"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"
29+
"mockery/mockery": "^1.4",
30+
"orchestra/testbench": "^7.0|^8.0",
31+
"phpunit/phpunit": "^8.0|^9.0|^10.0"
3332
},
3433
"autoload": {
3534
"psr-4": {
@@ -59,7 +58,7 @@
5958
}
6059
},
6160
"branch-alias" : {
62-
"dev-master" : "1.0.x-dev"
61+
"dev-master" : "1.1.x-dev"
6362
}
6463
},
6564
"support" : {

0 commit comments

Comments
 (0)