Skip to content

Commit

Permalink
composer.json + composer.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
robo47 committed Mar 10, 2012
1 parent 1f47aa3 commit 824b0ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
40 changes: 20 additions & 20 deletions composer.json
@@ -1,23 +1,23 @@
{
"name": "robo47/robo47-components",
"description": "Small PHP Library extending the Zend Framework using Doctrine1, HTMLPurifier and ezComponents",
"type": "library",
"keywords": [ "doctrine", "ezc", "zf1", "htmlpurifier"],
"homepage": "https://github.com/robo47/Robo47-Components",
"license": "MIT",
"authors": [
{
"name": "Benjamin Steininger",
"email": "robo47@robo47.net",
"homepage": "http://www.benjamin-steininger.de"
}
],
"require": {
"php": ">=5.2.4"
},
"autoload": {
"psr-0": {
"Robo47_": "library/"
}
"name": "robo47/robo47-components",
"description": "Small PHP Library extending the Zend Framework using Doctrine1, HTMLPurifier and ezComponents",
"type": "library",
"keywords": [ "doctrine", "ezc", "zf1", "htmlpurifier"],
"homepage": "https://github.com/robo47/Robo47-Components",
"license": "MIT",
"authors": [
{
"name": "Benjamin Steininger",
"email": "robo47@robo47.net",
"homepage": "http://www.benjamin-steininger.de"
}
],
"require": {
"php": ">=5.2.4"
},
"autoload": {
"psr-0": {
"Robo47_": "library/"
}
}
}
5 changes: 5 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 824b0ad

Please sign in to comment.