File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ workflows:
99 - test-on-linux :
1010 matrix :
1111 parameters :
12- php-version : ["8.0 ", "8.1 "]
12+ php-version : ["8.1 ", "8.2 "]
1313 composer-dependencies : ["lowest", "highest"]
1414 - test-on-windows
1515
Original file line number Diff line number Diff line change 1212
1313## Supported PHP versions
1414
15- This version of the LaunchDarkly SDK is compatible with PHP 8.0 and higher.
15+ This version of the LaunchDarkly SDK is compatible with PHP 8.1 and higher.
1616
1717## Getting started
1818
Original file line number Diff line number Diff line change 1414 }
1515 ],
1616 "require" : {
17- "php" : " >=8.0 " ,
17+ "php" : " >=8.1 " ,
1818 "monolog/monolog" : " ^2.0|^3.0" ,
1919 "psr/log" : " ^1.0|^2.0|^3.0"
2020 },
2121 "require-dev" : {
22- "friendsofphp/php-cs-fixer" : " ^3.12 .0" ,
22+ "friendsofphp/php-cs-fixer" : " ^3.15 .0" ,
2323 "guzzlehttp/guzzle" : " ^7" ,
2424 "kevinrob/guzzle-cache-middleware" : " ^4.0" ,
2525 "phpunit/php-code-coverage" : " ^9" ,
Original file line number Diff line number Diff line change 1212 "launchdarkly/server-sdk" : " *" ,
1313 "mikecao/flight" : " ^2" ,
1414 "monolog/monolog" : " ^2" ,
15- "php" : " >=8.0 " ,
15+ "php" : " >=8.1 " ,
1616 "psr/log" : " 1.*"
1717 },
1818 "autoload" : {
You can’t perform that action at this time.
0 commit comments