Skip to content

Commit 8778aa5

Browse files
Fix Symfony constraint in composer.json
1 parent a1ebc00 commit 8778aa5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Not released yet
44

55
* Add support for Symfony 8.0
6+
* Drop support for Symfony 5.4
67

78
## 3.1.1 (2025-05-22)
89

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.4 || ^8.0",
27+
"symfony/process": "^6.4 || ^7.3 || ^8.0",
2828
"symfony/deprecation-contracts": "^3"
2929
},
3030
"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"
31+
"symfony/finder": "^6.4 || ^7.3 || ^8.0",
32+
"symfony/phpunit-bridge": "^7.3 || ^8.0"
3333
},
3434
"suggest": {
3535
"ext-ffi": "Needed to send notifications via libnotify on Linux"

0 commit comments

Comments
 (0)