Skip to content

Commit

Permalink
Merge pull request #16 from drobee/feature-laravel-8
Browse files Browse the repository at this point in the history
Laravel 8 support
  • Loading branch information
sykorax authored Oct 8, 2020
2 parents d652bd7 + 16ae159 commit cbab343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"ext-simplexml": "*",
"ext-xmlwriter": "*",
"guzzlehttp/guzzle": "6.*",
"laravel/framework": ">5.6 | 6.* | 7.*"
"laravel/framework": ">5.6 | 6.* | 7.* | 8.*"
},
"require-dev": {
"orchestra/testbench": "*",
Expand Down

0 comments on commit cbab343

Please sign in to comment.