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 1f4a791 + 6b125a2 commit 27f70e2Copy full SHA for 27f70e2
.gitignore
@@ -1,5 +1,4 @@
1
/vendor/
2
-composer.lock
3
/cache/
4
.idea
5
out.txt
composer.json
@@ -5,9 +5,9 @@
"guzzlehttp/guzzle": "^6.2||^7.0",
6
"divineomega/do-file-cache": "^2.0",
7
"divineomega/php-distance": "^1.0",
8
- "laravel/framework": "^5.1||^6.0||^7.0||^8.0||^9.0",
+ "laravel/framework": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0",
9
"ext-json": "*",
10
- "php": ">=7.0"
+ "php": ">=7.0||>=8.0"
11
},
12
"license": "LGPL-3.0-only",
13
"authors": [
0 commit comments