Skip to content

Commit

Permalink
Declare compatibility with PHP 8.2 in all packages
Browse files Browse the repository at this point in the history
Change-Id: I04c9c8d982d3c9dd8986e6958e9517a08489e4cf
Issue-Link: https://project.pronovix.net/issues/25583
  • Loading branch information
lekob committed Apr 3, 2024
1 parent 7eb3286 commit f0a2b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"testing"
],
"require": {
"php": "~8.1.6",
"php": "~8.1.6 || ~8.2.0",
"composer-plugin-api": "^2.0",
"behat/behat": "^3.9.0",
"behat/mink": "^1.8",
Expand Down

0 comments on commit f0a2b7c

Please sign in to comment.