Skip to content

Commit

Permalink
Update to Larvel 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Heffley committed Mar 20, 2020
1 parent b6504d6 commit 63340d5
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 @@
],
"license": "MIT",
"require": {
"php": "^7.1",
"laravel/framework": "~5.8"
"php": "^7.2",
"laravel/framework": "^6.0"
},
"require-dev": {
"orchestra/testbench": "^3.8"
"orchestra/testbench": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 63340d5

Please sign in to comment.