4 files changed +96
-156
lines changed Original file line number Diff line number Diff line change 36
36
run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
37
37
38
38
- name : Cache dependencies
39
- uses : actions/cache@v3
39
+ uses : actions/cache@v4
40
40
with :
41
41
path : ${{ steps.composer-cache.outputs.dir }}
42
42
key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
- add missing translations for Curaçao (Croatian) and Iran (Persian) (#496 )
11
11
- add missing Japanese translations for Curaçao and Kosovo (#498 )
12
12
- add missing Chinese translations (#498 )
13
+ - allow usage with Symfony 7.x (#516 )
14
+ - add PHP 8.3 version in CI checks (#516 )
15
+ - update ` actions/cache ` to v4 (#520 )
13
16
### Fixed
14
17
- fix column count in CSV export (#497 )
15
18
- remove native names
Original file line number Diff line number Diff line change 26
26
"ext-dom" : " *" ,
27
27
"ext-gettext" : " *" ,
28
28
"php" : " >=8.1" ,
29
- "symfony/console" : " ~5.4|~6.3 |~7.0" ,
30
- "symfony/yaml" : " ~5.4|~6.3 |~7.0"
29
+ "symfony/console" : " ~5.4|~6.4 |~7.0" ,
30
+ "symfony/yaml" : " ~5.4|~6.4 |~7.0"
31
31
},
32
32
"require-dev" : {
33
33
"roave/security-advisories" : " dev-latest"
0 commit comments