File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1313JoliNotif is a cross-platform PHP library to display desktop notifications.
1414It 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
1717and 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]
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments