Skip to content

Commit

Permalink
Merge pull request #9 from IamPersistent/master
Browse files Browse the repository at this point in the history
add composer.json
  • Loading branch information
jmikola committed Apr 9, 2012
2 parents 79ea96c + 9ea1646 commit 5ac9b28
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "exercise/htmlpurifier-bundle",
"type": "symfony-bundle",
"description": "HTMLPurifier integration for your Symfony2 project",
"keywords": ["htmlpurifier"],
"homepage": "https://github.com/Exercise/HTMLPurifierBundle",
"license": "MIT",
"authors": [
{ "name": "contributors", "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" }
],
"require": {
"php": ">=5.3.2",
"ezyang/htmlpurifier": "<=4.4.0"
},
"autoload": {
"psr-0": { "Exercise\\HTMLPurifierBundle": "" }
},
"target-dir": "Exercise/HTMLPurifierBundle"
}

0 comments on commit 5ac9b28

Please sign in to comment.