File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
- - ' 8.1'
15
14
- ' 8.2'
16
15
- ' 8.3'
17
16
steps :
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
## [ Unreleased] ( https://github.com/inspirum/xml-php-symfony/compare/v1.0.0...master )
10
10
11
11
12
+
13
+ ## [ v1.1.0 (2024-04-19)] ( https://github.com/inspirum/xml-php-symfony/compare/v1.0.0...v1.1.0 )
14
+ ### Added
15
+ - Support [ ` inspirum/xml ` ] ( https://github.com/inspirum/xml-php ) ` ^3.0 ` for Symfony ` ^6.1 || ^7.0 `
16
+
17
+
12
18
## v1.0.0 (2022-08-13)
13
19
### Added
14
20
- Support [ ` inspirum/xml ` ] ( https://github.com/inspirum/xml-php ) ` ^2.1 ` for Symfony ` ^6.1 `
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^8.1 " ,
26
+ "php" : " ^8.2 " ,
27
27
"ext-json" : " *" ,
28
28
"inspirum/xml" : " ^3.0" ,
29
29
"symfony/dependency-injection" : " ^6.1 || ^7.0" ,
You can’t perform that action at this time.
0 commit comments