Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRafn committed Nov 26, 2022
1 parent 1ac912f commit 6c54c2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -28,9 +28,9 @@
"require": {
"php": ">=7.1",
"ext-bcmath": "*",
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0",
"illuminate/validation": "^5.6|^6.0|^7.0|^8.0"
"illuminate/contracts": "^5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0",
"illuminate/validation": "^5.6|^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
Expand Down

0 comments on commit 6c54c2e

Please sign in to comment.