fix dependency on elastic extension

i had a weird error in which just installing the bundle with "friendsofsymfony/elastica-bundle":     "~3.0.2",
game me a version back even before it had a composer! 😊
i checked and found out composer gets really confused or glitchy with packages not following semver.
In any case 1.3.0 is out, and i remove the 4th digit which i think composer ignores totally or gets confused about.
This commit is contained in:
Luis Cordova 2014-08-09 07:50:00 -05:00 committed by Tim Nagel
parent 420135dc85
commit 33ee047f83

View file

@ -17,7 +17,7 @@
"symfony/console": "~2.1",
"symfony/form": "~2.1",
"symfony/property-access": "~2.2",
"ruflin/elastica": ">=0.90.10.0, <1.3-dev",
"ruflin/elastica": ">=0.90.10.0, <1.4-dev",
"psr/log": "~1.0"
},
"require-dev":{