Skip to content

Commit a1ebc00

Browse files
Add support for Symfony 8.0
1 parent c3a8864 commit a1ebc00

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Not released yet
44

5+
* Add support for Symfony 8.0
6+
57
## 3.1.1 (2025-05-22)
68

79
* Fixed LibNotifyDriver when instanciated more than once

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
JoliNotif is a cross-platform PHP library to display desktop notifications.
1414
It works on Linux, Windows or macOS.
1515

16-
Requires PHP >= 8.1 (support for PHP 5 was available in version 1.x, for PHP 7.0
16+
Requires PHP >= 8.2 (support for PHP 5 was available in version 1.x, for PHP 7.0
1717
and 7.1 in version < 2.1.0, for PHP 7.2 and 7.3 in version < 2.4.0, for PHP < 8.0 in version 2.6.0).
1818

1919
> [!NOTE]

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"php": ">=8.2",
2525
"jolicode/php-os-helper": "^0.1 || ^0.2",
2626
"psr/log": "^1.0 || ^2.0 || ^3.0",
27-
"symfony/process": "^5.4 || ^6.4 || ^7.1",
27+
"symfony/process": "^5.4 || ^6.4 || ^7.4 || ^8.0",
2828
"symfony/deprecation-contracts": "^3"
2929
},
3030
"require-dev": {
31-
"symfony/finder": "^5.4 || ^6.4 || ^7.1",
32-
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.1"
31+
"symfony/finder": "^5.4 || ^6.4 || ^7.4 || ^8.0",
32+
"symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.4 || ^8.0"
3333
},
3434
"suggest": {
3535
"ext-ffi": "Needed to send notifications via libnotify on Linux"

0 commit comments

Comments
 (0)