Skip to content

Commit

Permalink
Prepare for release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed May 8, 2020
1 parent 32385ce commit 8f1f4de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
### Deprecated
### Changed
- Add support for Symfony v5.x [#PR-98](https://github.com/nelmio/NelmioSolariumBundle/pull/98)
### Fixed
### Security

## [v4.0.0](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v4.0.0) - 2020-05-08
### Changed
- Add support for Symfony v5.x [#PR-98](https://github.com/nelmio/NelmioSolariumBundle/pull/98)

## [v4.0.0-rc.1](https://github.com/nelmio/NelmioSolariumBundle/releases/tag/v4.0.0-rc.1) - 2019-12-16
### Changed
- Removed support for PHP 7.1 (require PHP >= 7.2)
Expand Down
9 changes: 0 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Nelmio",
"homepage": "http://nelm.io"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioSolariumBundle/contributors"
Expand All @@ -26,10 +22,5 @@
"psr-4": {
"Nelmio\\SolariumBundle\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
}
}

0 comments on commit 8f1f4de

Please sign in to comment.