Skip to content

Commit abe7cfc

Browse files
author
Tomáš Votruba
authored
composer: fix coding standard
1 parent c0a647d commit abe7cfc

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

composer.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
{ "name": "mizan/phpds",
1+
{
2+
"name": "mizan/phpds",
23
"description": "PHP Data structures and algorithms",
34
"license": "MIT",
45
"keywords": [
@@ -8,15 +9,15 @@
89
"graph algorithm"
910
],
1011
"authors": [
11-
{
12-
"name": "Mizanur Rahman",
13-
"email": "[email protected]"
14-
}
15-
],
12+
{
13+
"name": "Mizanur Rahman",
14+
"email": "[email protected]"
15+
}
16+
],
1617
"autoload": {
1718
"psr-4": {
1819
"DS\\": "DS/",
1920
"Algorithms\\":"Algorithms/"
2021
}
2122
}
22-
}
23+
}

0 commit comments

Comments
 (0)