composer init

This commit is contained in:
Simon Vieille 2016-03-20 17:31:22 +01:00
parent e29cd8bf2f
commit 0352c97fc0

View file

@ -7,6 +7,11 @@
"email": "simon@deblan.fr"
}
],
"autoload": {
"psr-4": {
"Deblan\\Propel\\": "src/Deblan/Propel/"
}
},
"require": {
"jms/serializer-bundle": "~1.1"
}