Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 2e2e528

Browse files
authored
Create composer json file
1 parent c2c7a68 commit 2e2e528

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "rkeet/zf-doctrine-form-examples",
3+
"description": "Examples for rkeet/zf-doctrine-form repository",
4+
"keywords": ["zend", "framework", "zend framework", "mvc", "zf", "zf3", "form", "components", "fieldset", "input filter", "validator", "doctrine"],
5+
"homepage": "http://keet.me/",
6+
"require": {
7+
"rkeet/zf-doctrine-form": "dev-master"
8+
},
9+
"autoload": {
10+
"psr-4": {
11+
"Keet\\Form\\Example\\": "src/"
12+
},
13+
"classmap": [
14+
"src/Module.php"
15+
]
16+
}
17+
}

0 commit comments

Comments
 (0)