Skip to content

Commit cb3ec48

Browse files
committed
Bump dependencies for Laravel 11
1 parent 4a6cb30 commit cb3ec48

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"name": "cachethq/badger",
33
"description": "A badge generator for Laravel.",
4-
"keywords": ["badger", "badge", "shield", "svg", "Badger", "Cachet", "CachetHQ"],
4+
"keywords": [
5+
"badger",
6+
"badge",
7+
"shield",
8+
"svg",
9+
"Badger",
10+
"Cachet",
11+
"CachetHQ"
12+
],
513
"license": "MIT",
614
"support": {
715
"issues": "https://github.com/cachethq/badger/issues",
@@ -15,11 +23,11 @@
1523
],
1624
"require": {
1725
"php": "^8.0",
18-
"illuminate/contracts": "^8.0|^9.0|^10.0",
19-
"illuminate/support": "^8.0|^9.0|^10.0"
26+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
27+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
2028
},
2129
"require-dev": {
22-
"orchestra/testbench": "^8.8",
30+
"orchestra/testbench": "^8.8|^9.0",
2331
"pestphp/pest": "^2.13",
2432
"pestphp/pest-plugin-laravel": "^2.2"
2533
},

0 commit comments

Comments
 (0)