Skip to content

Commit 52466f4

Browse files
authored
Added Laravel 9 Composer support (#24)
Co-authored-by: Brandon De Rose <[email protected]>
1 parent c17c92b commit 52466f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": ">=7.3 | ^8.0",
2121
"ext-json": "*",
2222
"guzzlehttp/guzzle": "^6.3|^7.0",
23-
"illuminate/support": "^7.0|^8.0"
23+
"illuminate/support": "^7.0|^8.0|^9.0"
2424
},
2525
"require-dev": {
2626
"roave/security-advisories": "dev-master",
@@ -46,4 +46,4 @@
4646
}
4747
},
4848
"minimum-stability": "stable"
49-
}
49+
}

0 commit comments

Comments
 (0)