File tree 5 files changed +4
-14
lines changed
5 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 55
55
ddev get julienloizelet/ddev-tools
56
56
ddev get julienloizelet/ddev-crowdsec-php
57
57
58
- - name : Add Redis, Memcached and X-Debug
59
- if : ${{ matrix.php-version == '8.3' }}
60
- run : |
61
- cp .ddev/okaeli-add-on/common/custom_files/config.php83missing.yaml .ddev/config.php83missing.yaml
62
-
63
58
- name : Start DDEV
64
59
run : |
65
60
ddev start
Original file line number Diff line number Diff line change 53
53
ddev get julienloizelet/ddev-tools
54
54
ddev get julienloizelet/ddev-crowdsec-php
55
55
56
- - name : Add Redis, Memcached and X-Debug
57
- if : ${{ matrix.php-version == '8.3' }}
58
- run : |
59
- cp .ddev/okaeli-add-on/common/custom_files/config.php83missing.yaml .ddev/config.php83missing.yaml
60
-
61
56
- name : Start DDEV
62
57
run : ddev start
63
58
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ The [public API](https://semver.org/spec/v2.0.0.html#spec-item-1) of this librar
10
10
---
11
11
12
12
13
- ## [ 2.1.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v2.1.0 ) - 202?-??-??
13
+ ## [ 2.1.0] ( https://github.com/crowdsecurity/php-cs-bouncer/releases/tag/v2.1.0 ) - 2023-12-14
14
14
[ _ Compare with previous release_ ] ( https://github.com/crowdsecurity/php-cs-bouncer/compare/v2.0.0...v2.1.0 )
15
15
16
16
17
17
### Changed
18
18
19
19
- Update ` gregwar/captcha ` from ` 1.2.0 ` to ` 1.2.1 ` and remove override fixes
20
20
- Update ` crowdsec/common ` dependency to ` v2.2.0 ` (` api_connect_timeout ` setting)
21
- - Update ` crowdsec/remediation-engine ` dependency to ` v3.2 .0 ` (` api_connect_timeout ` setting)
21
+ - Update ` crowdsec/remediation-engine ` dependency to ` v3.3 .0 ` (` api_connect_timeout ` setting)
22
22
23
23
24
24
---
Original file line number Diff line number Diff line change 40
40
],
41
41
"require" : {
42
42
"php" : " >=7.2.5" ,
43
- "crowdsec/remediation-engine" : " ^3.1.1 " ,
43
+ "crowdsec/remediation-engine" : " ^3.3.0 " ,
44
44
"crowdsec/common" : " ^2.2.0" ,
45
45
"symfony/config" : " ^4.4.27 || ^5.2 || ^6.0" ,
46
46
"twig/twig" : " ^3.4.2" ,
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Constants extends RemConstants
39
39
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
40
40
public const TEMPLATES_DIR = __DIR__ . '/templates ' ;
41
41
/** @var string The last version of this library */
42
- public const VERSION = 'v2.0 .0 ' ;
42
+ public const VERSION = 'v2.1 .0 ' ;
43
43
/** @var string The "disabled" x-forwarded-for setting */
44
44
public const X_FORWARDED_DISABLED = 'no_forward ' ;
45
45
}
You can’t perform that action at this time.
0 commit comments