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.
2 parents 67b2df7 + 3a55c47 commit 016d06dCopy full SHA for 016d06d
.gitignore
@@ -1,3 +1,4 @@
1
.idea
2
vendor/
3
-.phpunit.result.cache
+.phpunit.result.cache
4
+.composer.lock
composer.json
@@ -11,8 +11,8 @@
11
"test": "XDEBUG_MODE=coverage phpunit --coverage-text"
12
},
13
"require": {
14
- "php" : "^7.1 || ^8.0",
15
- "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0",
+ "php" : "^7.1 || ^8.0 || ^8.1 || ^8.2",
+ "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
16
"predis/predis": "^1.1",
17
"guzzlehttp/guzzle": "^7.5.0",
18
"ext-json": "*"
0 commit comments