Skip to content

Commit

Permalink
Upgrade dependencies for PHP 8 compatibility (#430)
Browse files Browse the repository at this point in the history
* Upgrade dependencies for PHP 8 compatibility

* PHP 8 compatibility
  • Loading branch information
g105b authored Jan 11, 2021
1 parent 3136600 commit 2e7928b
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 588 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ext-posix": "*",
"ext-dom": "*",
"ext-json": "*",
"php": ">=7.4",
"php": ">=8.0",
"phpgt/build": "^1.0",
"phpgt/cli": "^1.3",
"phpgt/config": "^1.0",
Expand All @@ -31,7 +31,7 @@
"phpgt/sync": "^1.2",

"psr/http-server-middleware": "^1.0",
"willdurand/negotiation": "^2.3"
"willdurand/negotiation": "^3.0"
},

"require-dev": {
Expand Down
Loading

0 comments on commit 2e7928b

Please sign in to comment.