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

Commit 08b7724

Browse files
committed
removed 3.0 constraints from 2.7 composer files
1 parent ca5136c commit 08b7724

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

Acl/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "~2.4|~3.0.0"
20+
"symfony/security-core": "~2.4"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
23+
"symfony/phpunit-bridge": "~2.7",
2424
"doctrine/common": "~2.2",
2525
"doctrine/dbal": "~2.2",
2626
"psr/log": "~1.0"

Core/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"php": ">=5.3.9"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
23-
"symfony/event-dispatcher": "~2.1|~3.0.0",
24-
"symfony/expression-language": "~2.6|~3.0.0",
25-
"symfony/http-foundation": "~2.4|~3.0.0",
26-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
27-
"symfony/validator": "~2.5,>=2.5.5|~3.0.0",
22+
"symfony/phpunit-bridge": "~2.7",
23+
"symfony/event-dispatcher": "~2.1",
24+
"symfony/expression-language": "~2.6",
25+
"symfony/http-foundation": "~2.4",
26+
"symfony/translation": "~2.0,>=2.0.5",
27+
"symfony/validator": "~2.5,>=2.5.5",
2828
"psr/log": "~1.0",
2929
"ircmaxell/password-compat": "1.0.*"
3030
},

Csrf/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "~2.4|~3.0.0"
20+
"symfony/security-core": "~2.4"
2121
},
2222
"require-dev": {
23-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
24-
"symfony/http-foundation": "~2.1|~3.0.0"
23+
"symfony/phpunit-bridge": "~2.7",
24+
"symfony/http-foundation": "~2.1"
2525
},
2626
"suggest": {
2727
"symfony/http-foundation": "For using the class SessionTokenStorage."

Http/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/security-core": "~2.6|~3.0.0",
21-
"symfony/event-dispatcher": "~2.1|~3.0.0",
22-
"symfony/http-foundation": "~2.4|~3.0.0",
23-
"symfony/http-kernel": "~2.4|~3.0.0"
20+
"symfony/security-core": "~2.6",
21+
"symfony/event-dispatcher": "~2.1",
22+
"symfony/http-foundation": "~2.4",
23+
"symfony/http-kernel": "~2.4"
2424
},
2525
"require-dev": {
26-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
27-
"symfony/routing": "~2.2|~3.0.0",
28-
"symfony/security-csrf": "~2.4|~3.0.0",
26+
"symfony/phpunit-bridge": "~2.7",
27+
"symfony/routing": "~2.2",
28+
"symfony/security-csrf": "~2.4",
2929
"psr/log": "~1.0"
3030
},
3131
"suggest": {

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.9",
20-
"symfony/event-dispatcher": "~2.2|~3.0.0",
21-
"symfony/http-foundation": "~2.1|~3.0.0",
22-
"symfony/http-kernel": "~2.4|~3.0.0"
20+
"symfony/event-dispatcher": "~2.2",
21+
"symfony/http-foundation": "~2.1",
22+
"symfony/http-kernel": "~2.4"
2323
},
2424
"replace": {
2525
"symfony/security-acl": "self.version",
@@ -28,16 +28,16 @@
2828
"symfony/security-http": "self.version"
2929
},
3030
"require-dev": {
31-
"symfony/phpunit-bridge": "~2.7|~3.0.0",
32-
"symfony/intl": "~2.3|~3.0.0",
33-
"symfony/routing": "~2.2|~3.0.0",
34-
"symfony/translation": "~2.0,>=2.0.5|~3.0.0",
35-
"symfony/validator": "~2.5,>=2.5.5|~3.0.0",
31+
"symfony/phpunit-bridge": "~2.7",
32+
"symfony/intl": "~2.3",
33+
"symfony/routing": "~2.2",
34+
"symfony/translation": "~2.0,>=2.0.5",
35+
"symfony/validator": "~2.5,>=2.5.5",
3636
"doctrine/common": "~2.2",
3737
"doctrine/dbal": "~2.2",
3838
"psr/log": "~1.0",
3939
"ircmaxell/password-compat": "~1.0",
40-
"symfony/expression-language": "~2.6|~3.0.0"
40+
"symfony/expression-language": "~2.6"
4141
},
4242
"suggest": {
4343
"symfony/class-loader": "For using the ACL generateSql script",

0 commit comments

Comments
 (0)