Skip to content

Commit

Permalink
Bump versions to support laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
kfriars committed Mar 22, 2022
1 parent dca6fa1 commit ef58bc2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "^5.4|^6.0|^7.0|^8.0",
"illuminate/view": "^5.4|^6.0|^7.0|^8.0",
"erusev/parsedown-extra": "^0.8.1",
"symfony/dom-crawler": "^4.1|^5.0"
"illuminate/support": "^5.4|^6.0|^7.0|^8.0|^9.0",
"illuminate/view": "^5.4|^6.0|^7.0|^8.0|^9.0",
"erusev/parsedown-extra": "^0.8.1|^0.8",
"symfony/dom-crawler": "^4.1|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"laravel/framework": "^5.4|^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.4|^4.0|^5.0"
"laravel/framework": "^5.4|^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^3.4|^4.0|^5.0|^7.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit ef58bc2

Please sign in to comment.