summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..0af2722
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,26 @@
+{
+ "name": "stack/builder",
+ "description": "Builder for stack middlewares based on HttpKernelInterface.",
+ "keywords": ["stack"],
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Igor Wiedler",
+ "email": "igor@wiedler.ch"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.0",
+ "symfony/http-foundation": "~2.1|~3.0",
+ "symfony/http-kernel": "~2.1|~3.0"
+ },
+ "require-dev": {
+ "silex/silex": "~1.0"
+ },
+ "autoload": {
+ "psr-0": { "Stack": "src" }
+ },
+ "extra": {
+ "branch-alias": { "dev-master": "1.0-dev" }
+ }
+}