-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (28 loc) · 758 Bytes
/
Copy pathcomposer.json
File metadata and controls
29 lines (28 loc) · 758 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
{
"name": "etconsilium/php-json-fix"
,"description": "Proxy json_decode() and Fix invalid JSON (via runkit)"
,"tags": ["php_for_food", "json_decode", "hack", "json", "runkit", "ищу работу"]
,"keywords": ["php_for_food", "json_decode", "hack", "json", "fix ivalid json"]
,"license": "WTFPL"
,"copyright": "(cc-by-nc)"
,"version": "1.0.111"
,"require": {
"php":">5.5"
}
,
"autoload": {
"psr-0": { "": "" },
"files": ["json-clearfix.php"]
}
,
"scripts": {
"pre-package-install": [
"php -r \"system('pre-install.sh');\""
]
}
,
"authors": [{
"name": "And They Have A Plan",
"email": "etconsilium@github.com"
}]
}