summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..02296c6
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,22 @@
+{
+ "name": "asm89/stack-cors",
+ "description": "Cross-origin resource sharing library and stack middleware",
+ "keywords": ["stack", "cors"],
+ "homepage": "https://github.com/asm89/stack-cors",
+ "type": "library",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Alexander",
+ "email": "iam.asm89@gmail.com"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.2",
+ "symfony/http-foundation": "~2.1|~3.0",
+ "symfony/http-kernel": "~2.1|~3.0"
+ },
+ "autoload": {
+ "psr-0": { "Asm89\\Stack": "src/" }
+ }
+}