Skip to content

Commit 749bc02

Browse files
author
Xavier Marchegay
committed
#10 Update composer.json to require cleverage/process-bundle ^5.0 only and adjust CHANGELOG accordingly
1 parent 847b16f commit 749bc02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v2.0
22
------
33

44
### Changes
5-
* [#10](https://github.com/cleverage/cache-process-bundle/issues/10) Add support for PHP 8.5 and Symfony 8.* Update phpunit/phpunit to version >10.0 Add support for cleverage/process-bundle ^5.0
5+
* [#10](https://github.com/cleverage/cache-process-bundle/issues/10) Add support for PHP 8.5 and Symfony 8.* Update phpunit/phpunit to version >10.0 Bump version to cleverage/process-bundle ^5.0
66

77
### BC breaks
88
* [#10](https://github.com/cleverage/cache-process-bundle/issues/10) Remove support for PHP 8.1 and Symfony 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"require": {
3434
"php": ">=8.2",
35-
"cleverage/process-bundle": "^4.0|^5.0",
35+
"cleverage/process-bundle": "^5.0",
3636
"symfony/cache": "^6.4|^7.4|^8"
3737
},
3838
"require-dev": {

0 commit comments

Comments
 (0)