Skip to content

Commit 3c142af

Browse files
committed
Loosen requirements for symfony components
1 parent fe3d035 commit 3c142af

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
## v1.0.1
13+
14+
### Added
15+
16+
* increase range Symfony components
17+
18+
### Changed
19+
20+
* increase range for current Symfony components (>=2.7 <=5.0)
1221

1322
## v1.0
1423

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"type": "symfony-bundle",
55
"require": {
66
"php": ">=5.6.0",
7-
"symfony/dependency-injection": "~2.7|~3.0",
7+
"symfony/dependency-injection": ">=2.7 <=5.0",
88
"twig/twig": "~1.14|~2.0",
9-
"symfony/config": "~2.7|~3.0",
10-
"symfony/http-kernel": "~2.7|~3.0",
11-
"symfony/http-foundation": "~2.7|~3.0"
9+
"symfony/config": ">=2.7 <=5.0",
10+
"symfony/http-kernel": ">=2.7 <=5.0",
11+
"symfony/http-foundation": ">=2.7 <=5.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)