Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 1a18be8

Browse files
committed
fixed Composer constraints
1 parent 6874fd5 commit 1a18be8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/event-dispatcher": "~2.1",
2424
"symfony/expression-language": "~2.6",
2525
"symfony/http-foundation": "~2.4",
26-
"symfony/validator": "~2.5,>=2.5.9",
26+
"symfony/validator": "^2.5.9",
2727
"psr/log": "~1.0",
2828
"ircmaxell/password-compat": "1.0.*"
2929
},

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/finder": "~2.3",
3333
"symfony/intl": "~2.3",
3434
"symfony/routing": "~2.2",
35-
"symfony/validator": "~2.5,>=2.5.9",
35+
"symfony/validator": "^2.5.9",
3636
"doctrine/common": "~2.2",
3737
"doctrine/dbal": "~2.2",
3838
"psr/log": "~1.0",

0 commit comments

Comments
 (0)