8000 fixed Composer constraints · symfony/symfony@42de145 · GitHub
[go: up one dir, main page]

Skip to content

Commit 42de145

Browse files
committed
fixed Composer constraints
1 parent 85e5ef7 commit 42de145

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"symfony/stopwatch": "~2.8|~3.0",
2525
"symfony/dependency-injection": "~3.3",
26-
"symfony/form": "~3.0,>=3.0.5",
26+
"symfony/form": "^3.0.5",
2727
"symfony/http-kernel": "~2.8|~3.0",
2828
"symfony/property-access": "~2.8|~3.0",
2929
"symfony/property-info": "~2.8|3.0",
@@ -34,7 +34,7 @@
3434
"symfony/translation": "~2.8|~3.0",
3535
"doctrine/data-fixtures": "1.0.*",
3636
"doctrine/dbal": "~2.4",
37-
"doctrine/orm": "~2.4,>=2.4.5"
37+
"doctrine/orm": "^2.4.5"
3838
},
3939
"conflict": {
4040
"symfony/dependency-injection": "<3.3"

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/polyfill-mbstring": "~1.0",
2828
"symfony/filesystem": "~2.8|~3.0",
2929
"symfony/finder": "~2.8|~3.0",
30-
"symfony/routing": "~3.1.10|~3.2.3",
30+
"symfony/routing": "~3.1.10|^3.2.3",
3131
"symfony/security-core": "~2.8|~3.0",
3232
"symfony/security-csrf": "~2.8|~3.0",
3333
"symfony/stopwatch": "~2.8|~3.0",

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"symfony/cache": "~3.1",
3030
"doctrine/annotations": "~1.0",
3131
"doctrine/cache": "~1.0",
32-
"egulias/email-validator": "~1.2,>=1.2.8|~2.0"
32+
"egulias/email-validator": "^1.2.8|~2.0"
3333
},
3434
"suggest": {
3535
"psr/cache-implementation": "For using the metadata cache.",

0 commit comments

Comments
 (0)
0