Pin the Composer platform to PHP 8.1 and clear the PHPCS security advisories #192

Merged
thatguygriff merged 2 commits from fix/187-composer-platform-pin into main 2026-08-25 02:08:07 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit b17adf02ff - Show all commits
+3
View File
@@ -36,6 +36,9 @@
"build": "bash bin/build-zip.sh"
},
"config": {
"platform": {
"php": "8.1"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Generated
+4 -1
View File
@@ -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"
}