Skip to content

Commit 22d05b3

Browse files
higidikeoz-higidi
authored andcommitted
Downgrade dependencies to follow semantic versioning
1 parent 5c8f206 commit 22d05b3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"symfony/framework-bundle": "~2.6||~3.0||~4.0",
14-
"php-vcr/php-vcr": "~1.2"
13+
"php-vcr/php-vcr": "^1.2",
14+
"symfony/config": "^2.6|^3|^4",
15+
"symfony/dependency-injection": "^2.6|^3|^4",
16+
"symfony/event-dispatcher": "^2.6|^3|^4",
17+
"symfony/http-foundation": "^2.6|^3|^4",
18+
"symfony/http-kernel": "^2.6|^3|^4",
19+
"symfony/yaml": "^2.6|^3|^4"
1520
},
1621
"autoload": {
1722
"psr-4": {

0 commit comments

Comments
 (0)