Skip to content

Commit

Permalink
Merge pull request #138 from divoto/Update-for-laravel9
Browse files Browse the repository at this point in the history
update for laravel 9
  • Loading branch information
JeffreyWay committed Feb 9, 2022
2 parents 26b1712 + 43ebcdd commit cfcda21
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 @@ -10,11 +10,11 @@
}
],
"require": {
"php": ">=5.5.0|>=7.2.5",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0"
"php": ">=5.5.0|>=7.2.5|>=8.0.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0"
"phpspec/phpspec": ">=2.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit cfcda21

Please sign in to comment.