Skip to content

Commit dc10376

Browse files
committed
Update changelog
1 parent 6a5f190 commit dc10376

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/master.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14-
- '8.1'
1514
- '8.2'
1615
- '8.3'
1716
steps:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
## [Unreleased](https://github.com/inspirum/xml-php-symfony/compare/v1.0.0...master)
1010

1111

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+
1218
## v1.0.0 (2022-08-13)
1319
### Added
1420
- Support [`inspirum/xml`](https://github.com/inspirum/xml-php) `^2.1` for Symfony `^6.1`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1",
26+
"php": "^8.2",
2727
"ext-json": "*",
2828
"inspirum/xml": "^3.0",
2929
"symfony/dependency-injection": "^6.1 || ^7.0",

0 commit comments

Comments
 (0)