Skip to content

Commit

Permalink
Add support laravel v8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
metallurgical authored Oct 2, 2020
1 parent dd5c5e0 commit 98995ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"keywords": ["kasitaw", "api-key", "api-integration", "api"],
"require": {
"php": ">=7.2",
"illuminate/support": "^7.0"
"illuminate/support": "^7.0|^8.0"
},
"require-dev": {
"laravel/framework": "^7.0",
"laravel/framework": "^7.0|^8.0",
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^5.0",
"friendsofphp/php-cs-fixer": "^2.16"
Expand Down

0 comments on commit 98995ab

Please sign in to comment.