Skip to content

Commit c5c523c

Browse files
committed
feat: Bump PHP to 8.1+
feat: Bump predis to 2.3.0+ feat: Bump LaunchDarkly to 6.4.0+
1 parent 0f284c5 commit c5c523c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.3",
24-
"predis/predis": ">=1.0.0 <3.0.0",
25-
"launchdarkly/server-sdk": ">=4.0.0 <7.0.0"
23+
"php": ">=8.1",
24+
"predis/predis": ">=2.3.0 <3.0.0",
25+
"launchdarkly/server-sdk": ">=6.4.0 <7.0.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9"
28+
"phpunit/phpunit": "^11"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)