Skip to content

Commit dbefbb2

Browse files
Merge pull request #83 from julienloizelet/feat/symfony-cache-update
Feat/symfony cache update
2 parents e38c6e2 + 848d2ea commit dbefbb2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.21.0] - 2022-04-15
9+
10+
### Changed
11+
- Change allowed versions of `symfony/cache` package
12+
813
## [0.20.1] - 2022-04-07
914

1015
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"require": {
3737
"php": "^7.2 || ^8.0",
3838
"symfony/config": "^4.4.27 || ^5.2",
39-
"symfony/cache": "^5.2",
39+
"symfony/cache": "5.4.7 || 6.0.6",
4040
"monolog/monolog": "^1.17 || ^2.1",
4141
"gregwar/captcha": "^1.1",
4242
"mlocati/ip-lib": "^1.18",

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Constants
2020
public const DEFAULT_LAPI_URL = 'http://localhost:8080';
2121

2222
/** @var string The last version of this library */
23-
public const VERSION = 'v0.20.1';
23+
public const VERSION = 'v0.21.0';
2424

2525
/** @var string The user agent used to send request to LAPI */
2626
public const BASE_USER_AGENT = 'PHP CrowdSec Bouncer/'.self::VERSION;

0 commit comments

Comments
 (0)