We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer.json
1 parent a1ebc00 commit 8778aa5Copy full SHA for 8778aa5
2 files changed
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Not released yet
4
5
* Add support for Symfony 8.0
6
+* Drop support for Symfony 5.4
7
8
## 3.1.1 (2025-05-22)
9
composer.json
@@ -24,12 +24,12 @@
24
"php": ">=8.2",
25
"jolicode/php-os-helper": "^0.1 || ^0.2",
26
"psr/log": "^1.0 || ^2.0 || ^3.0",
27
- "symfony/process": "^5.4 || ^6.4 || ^7.4 || ^8.0",
+ "symfony/process": "^6.4 || ^7.3 || ^8.0",
28
"symfony/deprecation-contracts": "^3"
29
},
30
"require-dev": {
31
- "symfony/finder": "^5.4 || ^6.4 || ^7.4 || ^8.0",
32
- "symfony/phpunit-bridge": "^5.4 || ^6.4 || ^7.4 || ^8.0"
+ "symfony/finder": "^6.4 || ^7.3 || ^8.0",
+ "symfony/phpunit-bridge": "^7.3 || ^8.0"
33
34
"suggest": {
35
"ext-ffi": "Needed to send notifications via libnotify on Linux"
0 commit comments