Skip to content

Commit 1782d25

Browse files
authored
feat: allow laravel10 (#64)
* allow laravel10 * switched dependency to laravel-doctrine/orm ^2.0@dev --------- Co-authored-by: 77web <[email protected]>
1 parent 44b6a92 commit 1782d25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
],
2121
"require": {
2222
"php": "^7.2.5|^8.0",
23-
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0",
24-
"illuminate/config": "^6.0|^7.0|^8.0|^9.0",
25-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
26-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
27-
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
28-
"laravel-doctrine/orm": "^1"
23+
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0",
24+
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
26+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0",
28+
"laravel-doctrine/orm": "^2.0@dev"
2929
},
3030
"suggest": {
3131
"gedmo/doctrine-extensions": "Behavioral Doctrine2 extensions",

0 commit comments

Comments
 (0)