Przeglądaj źródła

Add composer.json

Thomas Rabaix 13 lat temu
rodzic
commit
d801c77a6a
1 zmienionych plików z 30 dodań i 0 usunięć
  1. 30 0
      composer.json

+ 30 - 0
composer.json

@@ -0,0 +1,30 @@
+{
+    "name": "sonata/admin-bundle",
+    "type": "symfony-bundle",
+    "description": "Symfony SonataAdminBundle",
+    "keywords": ["Admin Generator", "admin", "sonata", "bootstrap"],
+    "homepage": "http://sonata-project.org/bundles/admin",
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Thomas Rabaix",
+            "email": "thomas.rabaix@sonata-project.org"
+        },
+        {
+            "name": "Sonata Community",
+            "homepage": "https://github.com/sonata-project/SonataAdminBundle/contributors"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.2",
+        "symfony/framework-bundle": "2.*",
+        "symfony/security-bundle": "2.*"
+    },
+    "suggest": {
+        "sonata/doctrine-orm-admin-bundle": "*"
+    },
+    "autoload": {
+        "psr-0": { "Sonata\\AdminBundle": "" }
+    },
+    "target-dir": "Sonata/AdminBundle"
+}