Skip to content

Commit 4a638a4

Browse files
[minor] composer.json fix
1 parent 4a63bde commit 4a638a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7|~3.0.0"
22+
"symfony/phpunit-bridge": "~2.7"
2323
},
2424
"autoload": {
2525
"psr-0": { "Symfony\\Component\\HttpFoundation\\": "" },

src/Symfony/Component/Templating/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3"
2020
},
2121
"require-dev": {
22-
"symfony/phpunit-bridge": "~2.7|~3.0.0"
22+
"symfony/phpunit-bridge": "~2.7"
2323
},
2424
"autoload": {
2525
"psr-0": { "Symfony\\Component\\Templating\\": "" }

0 commit comments

Comments
 (0)