summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Coevoet <stof@notk.org>2012-09-26 00:51:46 +0200
committerChristophe Coevoet <stof@notk.org>2012-09-26 00:51:46 +0200
commit6c6aba28d830aaee39109c6c859520037f3cde77 (patch)
tree140bf3b3754598d28e64dba66c14a69e04870638
parenta1263fe9da9b38358a1248d3883502f30df56b91 (diff)
Added a composer.jsonHEADmaster
-rw-r--r--composer.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..b388d41
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,29 @@
+{
+ "name": "sde/bdu-bundle",
+ "type": "symfony-bundle",
+ "description": "Integration of the BDU api client with Symfony2",
+ "keywords": ["SdE", "BDU"],
+ "homepage": "http://my.ecp.fr",
+ "license": "GPL-2.0",
+ "authors": [
+ {
+ "name": "Christophe Coevoet",
+ "email": "stof@notk.org"
+ }
+ ],
+ "minimum-stability": "dev",
+ "require": {
+ "php": ">=5.3.3",
+ "symfony/framework-bundle": ">=2.0,<2.3-dev",
+ "sde/bdu-api": "1.0.*"
+ },
+ "autoload": {
+ "psr-0": { "Sde\\BduBundle": "" }
+ },
+ "target-dir": "Sde/BduBundle",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ }
+}