Skip to content

Commit ec32df8

Browse files
committed
🔧 Require PHP 8.0+
1 parent 54bbbd6 commit ec32df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To set up a custom WordPress build package to use this as a custom installer, ad
2323
}
2424
```
2525

26-
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.
26+
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.
2727

2828
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:
2929

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"require": {
3535
"composer-plugin-api": "^1.0 || ^2.0",
36-
"php": ">=5.6.0"
36+
"php": ">=8.0"
3737
},
3838
"require-dev": {
3939
"composer/composer": "^1.0 || ^2.0",

0 commit comments

Comments
 (0)