Skip to content

Commit

Permalink
🔧 Require PHP 8.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Dec 13, 2024
1 parent 54bbbd6 commit ec32df8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ec32df8

Please sign in to comment.