From ec32df8c7ef934d28fe2a3abca0fc5082b0762c3 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 12 Dec 2024 20:29:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Require=20PHP=208.0+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fb5f86..57bb8c9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ To set up a custom WordPress build package to use this as a custom installer, ad } ``` -If you need to maintain support for PHP versions lower than 5.6 (not recommended!), use `^1.0` as your version constraint in the above. +If you need to maintain support for PHP versions lower than 8.0 (not recommended!), use `^1.0` as your version constraint in the above. By default, this package will install a `wordpress-core` type package in the `wordpress` directory. To change this you can add the following to either your custom WordPress core type package or the root composer package: diff --git a/composer.json b/composer.json index 78dc20b..915c10c 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "require": { "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.6.0" + "php": ">=8.0" }, "require-dev": { "composer/composer": "^1.0 || ^2.0",