Skip to content

Commit

Permalink
- fix minimal PHP Version
Browse files Browse the repository at this point in the history
  • Loading branch information
e-dschungel committed Aug 17, 2024
1 parent 80da930 commit 023c3c6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,6 @@ It uses [SimplePie](https://github.com/simplepie/simplepie) for RSS handling, [P
* update PHPMailer to 6.9.1
* update Symfony/Cache to 6.4.10
* update dev dependencies

### Version 0.5.1
* fix minimal PHP Version, was PHP 8.2 in 0.5.0 instead of 8.1
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1"
}
}
}
22 changes: 13 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 023c3c6

Please sign in to comment.