Skip to content

Commit 21151d4

Browse files
authored
Merge pull request #4 from brainstudnl/feature/laravel-11
Bump laravel framework packages version
2 parents 8077479 + 80da6f6 commit 21151d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"illuminate/contracts": "^8.73|^9|^10",
21-
"illuminate/database": "^8.77|^9|^10",
19+
"php": "^8.2",
20+
"illuminate/contracts": "^8.73|^9|^10|^11",
21+
"illuminate/database": "^8.77|^9|^10|^11",
2222
"spatie/laravel-package-tools": "^1.9.2"
2323
},
2424
"require-dev": {
@@ -68,4 +68,4 @@
6868
},
6969
"minimum-stability": "dev",
7070
"prefer-stable": true
71-
}
71+
}

0 commit comments

Comments
 (0)