Skip to content

Commit

Permalink
feat: bump minimum supported PHP to 8.1
Browse files Browse the repository at this point in the history
PHP 8.1 is the oldest version still receiving security patches.

Signed-off-by: Matthew Weier O'Phinney <matthew@weierophinney.net>
  • Loading branch information
weierophinney committed Nov 7, 2024
1 parent 80db588 commit d7cb5c9
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 336 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file, in reverse

### Removed

- Nothing.
- Removes support for PHP versions prior to PHP 8.1.

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rss": "https://github.com/phly/keep-a-changelog/releases.atom"
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"composer-runtime-api": "^2.0",
"knplabs/github-api": "^3.4",
"laminas/laminas-diactoros": "^2.4.1",
Expand Down Expand Up @@ -43,7 +43,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.4.7"
"php": "8.1.99"
},
"allow-plugins": {
"captainhook/plugin-composer": true,
Expand Down
Loading

0 comments on commit d7cb5c9

Please sign in to comment.