forked from Exercise/HTMLPurifierBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 852 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"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",
"symfony/framework-bundle": "~2.0",
"ezyang/htmlpurifier": "~4.0"
},
"require-dev": {
"symfony/form": "~2.0",
"twig/twig": "~1.3"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": { "Exercise\\HTMLPurifierBundle": "" }
},
"target-dir": "Exercise/HTMLPurifierBundle"
}