Skip to content

Commit

Permalink
Merge pull request #11 from alexpott/FIX-composer-php-version
Browse files Browse the repository at this point in the history
The composer PHP version is incorrect
  • Loading branch information
longwave authored Jul 24, 2024
2 parents 15c0c11 + 45bd11f commit f2dcde0
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 @@ -19,7 +19,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=8.1",
"ext-json": "*",
"behat/mink": "^1.11@dev",
"lullabot/php-webdriver": "^2.0.5"
Expand Down

0 comments on commit f2dcde0

Please sign in to comment.