diff --git a/composer.json b/composer.json index ee8851e..fc0735b 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,9 @@ "build": "bash bin/build-zip.sh" }, "config": { + "platform": { + "php": "8.1" + }, "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } diff --git a/composer.lock b/composer.lock index 6ca153a..5711059 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "847e27b3669444ab5ee66b2e07cd7b3e", + "content-hash": "24094d05e029ee5534769a89f1dbad12", "packages": [ { "name": "stripe/stripe-php", @@ -2593,5 +2593,8 @@ "php": ">=8.1" }, "platform-dev": {}, + "platform-overrides": { + "php": "8.1" + }, "plugin-api-version": "2.9.0" }