Skip to content

Commit 2d932eb

Browse files
authored
Merge pull request #140 from 77web/laravel-12
allow Laravel 12 as dependency
2 parents e0ab347 + 54f6f9a commit 2d932eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
php: ['8.2', '8.3', '8.4']
18-
laravel: ['10', '11']
18+
laravel: ['10', '11', '12']
1919
exclude:
2020
- php: '8.4'
2121
laravel: '10'

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"php": "^8",
2222
"doctrine/migrations": "^3.4",
2323
"doctrine/dbal": "^2.10.1|^3",
24-
"illuminate/config": "^9.0|^10.0|^11.0",
25-
"illuminate/contracts": "^9.0|^10.0|^11.0",
26-
"illuminate/console": "^9.0|^10.0|^11.0",
27-
"laravel-doctrine/orm": "^2.0 || ^3.0"
24+
"illuminate/config": "^9.0|^10.0|^11.0|^12.0",
25+
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0",
26+
"illuminate/console": "^9.0|^10.0|^11.0|^12.0",
27+
"laravel-doctrine/orm": "^3.1.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^7.0 | ^8.3 | ^9.3",

0 commit comments

Comments
 (0)