Skip to content

Commit

Permalink
Enable compatibility with SF4 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Awkan committed Oct 2, 2018
1 parent 52b6c08 commit 5d1d714
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Make package compatible with Symfony 4

## [0.2.1] - 2018-06-19
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": "^5.6|>=7.0.8",
"symfony/property-access": "^3.4"
"symfony/property-access": "^3.4| ^4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
Expand Down

0 comments on commit 5d1d714

Please sign in to comment.