Skip to content

Commit 2e7ba15

Browse files
authored
Merge pull request #66 from ncphillips/patch-1
laravel 11
2 parents dd12903 + 2c8270e commit 2e7ba15

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
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php: ['8.0', '8.1', '8.2']
14-
laravel: ['8', '9', '10']
14+
laravel: ['8', '9', '10', '11']
1515
exclude:
1616
- php: '8.2'
1717
laravel: '8'

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
],
2525
"require": {
2626
"php": "^7.2.5|^8.0",
27-
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0",
28-
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0",
29-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
30-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"illuminate/auth": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
28+
"illuminate/config": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
29+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
30+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
3131
"laravel-doctrine/orm": "^1|^2.0",
3232
"doctrine/annotations": "^1.10|^2.0"
3333
},

0 commit comments

Comments
 (0)