update composer.json

This commit is contained in:
a-sansara 2017-03-15 23:46:50 +01:00
parent 9b317826d5
commit de9c242c2f

View File

@ -17,10 +17,10 @@
}
},
"require": {
"meta-tech/pws-auth" : "~2.1",
"meta-tech/silex-controller-service" : "~1.0",
"silex/silex": "~2.0",
"meta-tech/pws-auth" : "^2.1",
"meta-tech/silex-controller-service" : "^1.0",
"silex/silex": "^2.0",
"gecko-packages/gecko-silex-config-service": "^2.0",
"symfony/security": "~3.2"
"symfony/security": "^3.2"
}
}