Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
[Composer] Add composer definition to each component.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 6, 2012
1 parent 6172119 commit 2ba55e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library/ZendService/StrikeIron/composer.json
@@ -0,0 +1,16 @@
{
"name": "zendframework/zend-service-strikeiron",
"license": "BSD-3-Clause",
"keywords": [
"zf2",
"strikeiron"
],
"autoload": {
"psr-0": {
"Zend\\Service\\StrikeIron": ""
}
},
"require": {
"php": ">=5.3.3"
}
}

0 comments on commit 2ba55e4

Please sign in to comment.