We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fabf35 commit 4dc4f7dCopy full SHA for 4dc4f7d
1 file changed
composer.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "HJSON/HJSON",
3
- "description": "JSON for Humans, allows comments and is less error prone.",
4
- "license": "MIT",
5
- "type": "library",
+ "name": "HJSON/HJSON",
+ "description": "JSON for Humans, allows comments and is less error prone.",
+ "license": "MIT",
+ "type": "library",
6
"authors": [
7
8
"name": "Issam Zoli",
@@ -21,12 +21,12 @@
21
"serializer",
22
"human"
23
],
24
- "require": {
+ "require": {
25
},
26
"require-dev": {
27
"phpunit/phpunit": "~4.0"
28
29
- "autoload": {
+ "autoload": {
30
"psr-4": {
31
"HJSON\\": "src/HJSON"
32
}
0 commit comments