Skip to content

Commit 07ab1bd

Browse files
Merge pull request #8 from SpringfieldClinic/laravel-9
Updating packages to allow for Laravel ^9
2 parents 6b75d10 + 01e989c commit 07ab1bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": "^7.2|^8.0",
25-
"illuminate/contracts": "^6.0|^7.0|^8.0",
26-
"illuminate/http": "^6.0|^7.0|^8.0",
27-
"illuminate/support": "^6.0|^7.0|^8.0"
25+
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
26+
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
27+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^4.0|^5.0|^6.0",

0 commit comments

Comments
 (0)