Skip to content

Commit

Permalink
Drop support for Symfony 6.0 - 6.3, 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Nov 22, 2024
1 parent ee161de commit b9ea40e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added support for sound option on TerminalNotifier notifier
* Add support for PHP 8.4
* Drop support for PHP 8.1
* Drop support for Symfony 6.0 - 6.3, 7.0

## 3.0.0 (2024-10-02)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
"php": ">=8.2",
"jolicode/php-os-helper": "^0.1.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.4 || ^7.1",
"symfony/deprecation-contracts": "^3"
},
"require-dev": {
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
"symfony/finder": "^5.4 || ^6.4 || ^7.1",
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.1"
},
"suggest": {
"ext-ffi": "Needed to send notifications via libnotify on Linux"
Expand Down

0 comments on commit b9ea40e

Please sign in to comment.