Skip to content

Commit

Permalink
Merge pull request #11 from langleyfoxall/fix/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lfnicklangley authored Sep 12, 2023
2 parents 1f4a791 + 6b125a2 commit 27f70e2
Show file tree
Hide file tree
Showing 3 changed files with 5,351 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/vendor/
composer.lock
/cache/
.idea
out.txt
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"guzzlehttp/guzzle": "^6.2||^7.0",
"divineomega/do-file-cache": "^2.0",
"divineomega/php-distance": "^1.0",
"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",
"ext-json": "*",
"php": ">=7.0"
"php": ">=7.0||>=8.0"
},
"license": "LGPL-3.0-only",
"authors": [
Expand Down
Loading

0 comments on commit 27f70e2

Please sign in to comment.