diff --git a/composer.json b/composer.json index 759d75a75..249f24b24 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "psr-4": {"Lullabot\\Drainpipe\\Tests\\Functional\\": "tests/src/functional/"} }, "require": { - "php": "^7.3||^8.0", + "php": "8.3.2", "ext-json": "*", "composer-plugin-api": "^2.0", "drush/drush": "^10|^11|^12", diff --git a/drainpipe-dev/composer.json b/drainpipe-dev/composer.json index 79ac6f855..b5737a281 100644 --- a/drainpipe-dev/composer.json +++ b/drainpipe-dev/composer.json @@ -10,7 +10,7 @@ "psr-4": {"Lullabot\\DrainpipeDev\\Tests\\Functional\\": "tests/src/functional/"} }, "require": { - "php": "^7.3||^8.0", + "php": "8.3.2", "ext-json": "*", "composer-plugin-api": "^2.0", "phpunit/phpunit": "^8|^9",