Skip to content

Commit

Permalink
adding new cache bundled dependencies in packages and doc (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Sep 9, 2024
1 parent 7fb1974 commit 5ad0bb9
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/upgrade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ If you have configured ``$token_lifetime`` parameter, for example for reset by s
$cache_form_expiration = 120;
New bundled dependencies have been added:

* php-symfony-deprecation-contracts = v2.5.3
* php-symfony-var-exporter = v5.4.40
* php-psr-container = 1.1.2
* php-symfony-service-contracts = v2.5.3
* php-psr-cache = 1.0.1
* php-symfony-cache-contracts = v2.5.3
* php-psr-log = 1.1.4
* php-symfony-cache = v5.4.42


From 1.5 to 1.6
---------------
Expand Down
10 changes: 9 additions & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,12 @@ Description: LDAP password change web interface
- php-ralouphie-getallheaders = 3.0.3
- php-symfony-deprecation-contracts = 2.5.1
- php-symfony-finder = 7.0.0
- php-symfony-polyfill = 1.29.0
- php-symfony-polyfill = v1.31.0
- php-symfony-deprecation-contracts = v2.5.3
- php-symfony-var-exporter = v5.4.40
- php-psr-container = 1.1.2
- php-symfony-service-contracts = v2.5.3
- php-psr-cache = 1.0.1
- php-symfony-cache-contracts = v2.5.3
- php-psr-log = 1.1.4
- php-symfony-cache = v5.4.42
10 changes: 9 additions & 1 deletion packaging/rpm/SPECS/self-service-password.spec
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,15 @@ Provides: bundled(php-psr-http-message) = 2.0
Provides: bundled(php-ralouphie-getallheaders) = 3.0.3
Provides: bundled(php-symfony-deprecation-contracts) = 3.4.0
Provides: bundled(php-symfony-finder) = 7.0.0
Provides: bundled(php-symfony-polyfill) = 1.29.0
Provides: bundled(php-symfony-polyfill) = v1.31.0
Provides: bundled(php-symfony-deprecation-contracts) = v2.5.3
Provides: bundled(php-symfony-var-exporter) = v5.4.40
Provides: bundled(php-psr-container) = 1.1.2
Provides: bundled(php-symfony-service-contracts) = v2.5.3
Provides: bundled(php-psr-cache) = 1.0.1
Provides: bundled(php-symfony-cache-contracts) = v2.5.3
Provides: bundled(php-psr-log) = 1.1.4
Provides: bundled(php-symfony-cache) = v5.4.42


%description
Expand Down

0 comments on commit 5ad0bb9

Please sign in to comment.