Skip to content

Commit

Permalink
Add support for Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
vdbelt committed Sep 17, 2019
1 parent 66755fc commit d5f0690
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 @@ -7,13 +7,13 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"illuminate/contracts": "^5.0|^6.0",
"illuminate/support": "^5.0|^6.0",
"sverraest/revolut-php": "^1.1"
},
"require-dev": {
"graham-campbell/testbench": "^5.0",
"phpunit/phpunit": "^6.5|^7.0",
"phpunit/phpunit": "^6.5|^7.0|^8.0",
"mockery/mockery": "^1.0",
"phpro/grumphp": "^0.14",
"squizlabs/php_codesniffer": "^3"
Expand Down

0 comments on commit d5f0690

Please sign in to comment.