Skip to content

Commit b27d53b

Browse files
committed
Allow Laravel ^8.0
1 parent 9a75aff commit b27d53b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"require": {
2323
"ext-memcached": "*",
2424
"php": ">=7.1",
25-
"illuminate/cache": "^5.3|^6.0|^7.0",
26-
"illuminate/session": "^5.3|^6.0|^7.0",
27-
"illuminate/support": "^5.3|^6.0|^7.0"
25+
"illuminate/cache": "^5.3|^6.0|^7.0|^8.0",
26+
"illuminate/session": "^5.3|^6.0|^7.0|^8.0",
27+
"illuminate/support": "^5.3|^6.0|^7.0|^8.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^7.0|^8.0",
30+
"phpunit/phpunit": "^7.0|^8.0|^9.0",
3131
"squizlabs/php_codesniffer": "^3.3",
3232
"mockery/mockery": "^1.2",
3333
"phpstan/phpstan": "^0.12",

0 commit comments

Comments
 (0)