Skip to content

Commit 4bfe9b6

Browse files
authored
Merge pull request #83 from 77web/laravel-12
allow Laravel 12
2 parents f97f71a + 47d0552 commit 4bfe9b6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
],
2323
"require": {
2424
"php": "^8.2",
25-
"illuminate/auth": "^10.0 || ^11.0",
26-
"illuminate/config": "^10.0 || ^11.0",
27-
"illuminate/contracts": "^10.0 || ^11.0",
28-
"illuminate/support": "^10.0 || ^11.0",
29-
"illuminate/http": "^10.0 || ^11.0",
30-
"laravel-doctrine/orm": "^3.0"
25+
"illuminate/auth": "^10.0 || ^11.0 || ^12.0",
26+
"illuminate/config": "^10.0 || ^11.0 || ^12.0",
27+
"illuminate/contracts": "^10.0 || ^11.0 || ^12.0",
28+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
29+
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
30+
"laravel-doctrine/orm": "^3.1.0"
3131
},
3232
"require-dev": {
3333
"beberlei/doctrineextensions": "^1.5",
3434
"doctrine/coding-standard": "^12.0",
3535
"gedmo/doctrine-extensions": "^3.17",
36-
"laravel/framework": "^10.0 || ^11.0",
36+
"laravel/framework": "^10.0 || ^11.0 || ^12.0",
3737
"mockery/mockery": "^1.6",
3838
"php-parallel-lint/php-parallel-lint": "^1.4",
39-
"phpstan/phpstan": "^1.12",
39+
"phpstan/phpstan": "^1.12 || ^2.1",
4040
"phpunit/phpunit": "^11.4",
41-
"orchestra/testbench": "^9.5"
41+
"orchestra/testbench": "^9.5 || ^10.0"
4242
},
4343
"suggest": {
4444
"gedmo/doctrine-extensions": "Behavioral Doctrine2 extensions",

0 commit comments

Comments
 (0)