Skip to content

Commit

Permalink
Loosen requirements for symfony components
Browse files Browse the repository at this point in the history
  • Loading branch information
alenpokos committed Nov 27, 2018
1 parent fe3d035 commit 3c142af
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

## v1.0.1

### Added

* increase range Symfony components

### Changed

* increase range for current Symfony components (>=2.7 <=5.0)

## v1.0

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "symfony-bundle",
"require": {
"php": ">=5.6.0",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/dependency-injection": ">=2.7 <=5.0",
"twig/twig": "~1.14|~2.0",
"symfony/config": "~2.7|~3.0",
"symfony/http-kernel": "~2.7|~3.0",
"symfony/http-foundation": "~2.7|~3.0"
"symfony/config": ">=2.7 <=5.0",
"symfony/http-kernel": ">=2.7 <=5.0",
"symfony/http-foundation": ">=2.7 <=5.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
Expand Down

0 comments on commit 3c142af

Please sign in to comment.