Skip to content

Commit

Permalink
Support laravel ~5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Feb 8, 2018
1 parent eb82830 commit a6300ab
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 @@ -17,14 +17,14 @@
],
"require": {
"php": "^7.1",
"illuminate/support": "~5.5.0",
"illuminate/support": "~5.5.0|~5.6.0",
"nesbot/carbon": "^1.21",
"spatie/crawler": "^3.0",
"spatie/temporary-directory": "^1.1"
},
"require-dev": {
"orchestra/testbench": "~3.5.0",
"phpunit/phpunit": "^6.4.1",
"orchestra/testbench": "~3.5.0|~3.6.0",
"phpunit/phpunit": "^6.4.1|^7.0",
"spatie/phpunit-snapshot-assertions": "^1.0.0",
"spatie/temporary-directory": "^1.1"
},
Expand Down

0 comments on commit a6300ab

Please sign in to comment.