adjust required Propel minimum version

This commit is contained in:
Toni Uebernickel 2016-01-23 10:49:14 +01:00
parent b2a2546daf
commit 7653f5a152

View file

@ -17,7 +17,8 @@
"require": {
"symfony/symfony": "^2.8.2|^3.0.1",
"symfony/propel1-bridge": "2.7.x-dev",
"propel/propel1": "~1.6"
"propel/propel1": "^1.6.8",
"symfony/security-acl": "@stable"
},
"require-dev": {
"sensio/framework-extra-bundle": "^3.0.2",