Skip to content

Commit

Permalink
Merge pull request #8 from SpringfieldClinic/laravel-9
Browse files Browse the repository at this point in the history
Updating packages to allow for Laravel ^9
  • Loading branch information
orkhanahmadov committed Jul 5, 2022
2 parents 6b75d10 + 01e989c commit 07ab1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
],
"require": {
"php": "^7.2|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0"
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^4.0|^5.0|^6.0",
Expand Down

0 comments on commit 07ab1bd

Please sign in to comment.