We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a75aff commit b27d53bCopy full SHA for b27d53b
composer.json
@@ -22,12 +22,12 @@
22
"require": {
23
"ext-memcached": "*",
24
"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"
+ "illuminate/cache": "^5.3|^6.0|^7.0|^8.0",
+ "illuminate/session": "^5.3|^6.0|^7.0|^8.0",
+ "illuminate/support": "^5.3|^6.0|^7.0|^8.0"
28
},
29
"require-dev": {
30
- "phpunit/phpunit": "^7.0|^8.0",
+ "phpunit/phpunit": "^7.0|^8.0|^9.0",
31
"squizlabs/php_codesniffer": "^3.3",
32
"mockery/mockery": "^1.2",
33
"phpstan/phpstan": "^0.12",
0 commit comments