Skip to content

Commit 2e7928b

Browse files
author
Greg Bowler
authored
Upgrade dependencies for PHP 8 compatibility (#430)
* Upgrade dependencies for PHP 8 compatibility * PHP 8 compatibility
1 parent 3136600 commit 2e7928b

File tree

2 files changed

+544
-588
lines changed

2 files changed

+544
-588
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ext-posix": "*",
1313
"ext-dom": "*",
1414
"ext-json": "*",
15-
"php": ">=7.4",
15+
"php": ">=8.0",
1616
"phpgt/build": "^1.0",
1717
"phpgt/cli": "^1.3",
1818
"phpgt/config": "^1.0",
@@ -31,7 +31,7 @@
3131
"phpgt/sync": "^1.2",
3232

3333
"psr/http-server-middleware": "^1.0",
34-
"willdurand/negotiation": "^2.3"
34+
"willdurand/negotiation": "^3.0"
3535
},
3636

3737
"require-dev": {

0 commit comments

Comments
 (0)