Skip to content

Commit d67c7ed

Browse files
committed
Fixed formatting
1 parent 6f43fe1 commit d67c7ed

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "myclabs/php-enum",
3-
"type": "library",
4-
"description": "PHP Enum implementation",
2+
"name": "myclabs/php-enum",
3+
"type": "library",
4+
"description": "PHP Enum implementation",
55
"keywords": ["enum"],
66
"homepage": "http://github.com/myclabs/php-enum",
77
"license": "MIT",
8-
"autoload": {
9-
"psr-0": {
10-
"MyCLabs": "src/"
11-
}
12-
},
13-
"require": {
14-
}
8+
"autoload": {
9+
"psr-0": {
10+
"MyCLabs": "src/"
11+
}
12+
},
13+
"require": {
14+
}
1515
}

0 commit comments

Comments
 (0)