Skip to content

Commit

Permalink
Bump to Laravel 6.x minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 20, 2020
1 parent 37dc7a3 commit ba28d4a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
}
],
"require": {
"php": ">=7.1",
"php": ">=7.2",
"maximebf/debugbar": "^1.16.3",
"illuminate/routing": "^5.5|^6|^7",
"illuminate/session": "^5.5|^6|^7",
"illuminate/support": "^5.5|^6|^7",
"symfony/debug": "^3|^4|^5",
"symfony/finder": "^3|^4|^5"
"illuminate/routing": "^6|^7",
"illuminate/session": "^6|^7",
"illuminate/support": "^6|^7",
"symfony/debug": "^4.3|^5",
"symfony/finder": "^4.3|^5"
},
"require-dev": {
"orchestra/testbench": "^3.5.11|^4.0|^5.0",
"orchestra/testbench-dusk": "^3.5.11|^4.0|^5.0",
"orchestra/testbench": "^4.0|^5.0",
"orchestra/testbench-dusk": "^4.0|^5.0",
"orchestra/dusk-updater": "^1",
"phpunit/phpunit": "^6.0|^7.0|^8.5|^9.0",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
Expand Down

0 comments on commit ba28d4a

Please sign in to comment.