Skip to content

Commit

Permalink
Adding php 7.4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
incraigulous committed May 15, 2024
1 parent 9028deb commit 6392171
Show file tree
Hide file tree
Showing 2 changed files with 453 additions and 687 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"require": {
"ext-json": "*",
"illuminate/container": "^v10.0.0",
"illuminate/support": "^v10.0.0",
"illuminate/http": "^v10.0.0",
"illuminate/container": "^v8.0.0",
"illuminate/support": "^v8.0.0",
"illuminate/http": "^v8.0.0",
"nikic/fast-route": "^1.3.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 6392171

Please sign in to comment.