Skip to content

Commit 27f70e2

Browse files
Merge pull request #11 from langleyfoxall/fix/upgrade
2 parents 1f4a791 + 6b125a2 commit 27f70e2

File tree

3 files changed

+5351
-3
lines changed

3 files changed

+5351
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/vendor/
2-
composer.lock
32
/cache/
43
.idea
54
out.txt

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"guzzlehttp/guzzle": "^6.2||^7.0",
66
"divineomega/do-file-cache": "^2.0",
77
"divineomega/php-distance": "^1.0",
8-
"laravel/framework": "^5.1||^6.0||^7.0||^8.0||^9.0",
8+
"laravel/framework": "^5.1||^6.0||^7.0||^8.0||^9.0||^10.0",
99
"ext-json": "*",
10-
"php": ">=7.0"
10+
"php": ">=7.0||>=8.0"
1111
},
1212
"license": "LGPL-3.0-only",
1313
"authors": [

0 commit comments

Comments
 (0)