Skip to content

Commit 09712e3

Browse files
committed
Add PHP 8 support
1 parent 66b427d commit 09712e3

File tree

2 files changed

+32
-28
lines changed

2 files changed

+32
-28
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.4",
13-
"ext-session": "^7.4",
12+
"php": "^8 || ^7.4",
13+
"ext-session": "^8 || ^7.4",
1414
"hansott/psr7-cookies": "^3.0.2",
1515
"psr/http-message": "^1.0.1",
1616
"react/cache": "^1.1.1",

composer.lock

Lines changed: 30 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)