Skip to content

Commit 98995ab

Browse files
Add support laravel v8.x
1 parent dd5c5e0 commit 98995ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"keywords": ["kasitaw", "api-key", "api-integration", "api"],
55
"require": {
66
"php": ">=7.2",
7-
"illuminate/support": "^7.0"
7+
"illuminate/support": "^7.0|^8.0"
88
},
99
"require-dev": {
10-
"laravel/framework": "^7.0",
10+
"laravel/framework": "^7.0|^8.0",
1111
"phpunit/phpunit": "^8.0|^9.0",
1212
"orchestra/testbench": "^5.0",
1313
"friendsofphp/php-cs-fixer": "^2.16"

0 commit comments

Comments
 (0)