forked from mewebstudio/Purifier
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·33 lines (33 loc) · 901 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·33 lines (33 loc) · 901 Bytes
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
30
31
32
33
{
"name": "chromabits/purifier",
"description": "HTMLPurifier package for Laravel 5",
"keywords": ["L5", "Laravel 5", "Laravel", "HTMLPurifier", "Purifier"],
"homepage": "http://github.com/etcinit/purifier",
"license": "LGPL",
"authors": [
{
"name": "Eduardo Trujillo",
"email": "ed@chromabits.com"
},
{
"name": "Muharrem ERIN",
"email": "me@mewebstudio.com"
}
],
"require": {
"php": ">=5.4.0",
"laravel/framework": "~5.0",
"ezyang/htmlpurifier": "4.6.*"
},
"require-dev": {
"mockery/mockery": "dev-master",
"phpunit/phpunit": "~4.5"
},
"autoload": {
"psr-4": {
"Chromabits\\Purifier\\": "src/Chromabits/Purifier/",
"Chromabits\\Tests\\": "tests/"
}
},
"minimum-stability": "stable"
}