Skip to content

Commit 6b83cba

Browse files
authored
Update composer.json
1 parent 977636c commit 6b83cba

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,13 +4,13 @@
44
"type": "library",
55
"require": {
66
"php": ">=7.0",
7-
"laravel/framework": "~5.0||~6.0||~7.0",
7+
"laravel/framework": "~5.0||~6.0||~7.0 || ^8.0",
88
"php-http/guzzle6-adapter": "^1 || ^2",
99
"league/omnipay": "^3.0"
1010
},
1111
"require-dev": {
1212
"mockery/mockery": "^0.9.9 || ^1.0.0",
13-
"phpunit/phpunit": "~6.5 || ~7.0",
13+
"phpunit/phpunit": "~6.5 || ^7.0 ",
1414
"overtrue/phplint": "dev-master"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)