projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
637c14a
)
composer.json: make the dependencies on symfony components more relaxed
author
Antonio Ospite <ao2@ao2.it>
Sat, 10 Dec 2016 23:38:14 +0000
(
00:38
+0100)
committer
Antonio Ospite <ao2@ao2.it>
Sun, 11 Dec 2016 09:22:31 +0000
(10:22 +0100)
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index
abc1538
..
d490494
100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-19,8
+19,8
@@
"ext-dom": "*",
"ext-json": "*",
"ext-xsl": "*",
- "symfony/serializer": "
2.7.*
",
- "symfony/property-access": "
2.7.*
"
+ "symfony/serializer": "
>=2.7.0
",
+ "symfony/property-access": "
>=2.7.0
"
},
"autoload": {
"psr-4": { "Tweeper\\": "src/" }