Skip to content

Commit 49e4119

Browse files
Format composer.json
1 parent 868388b commit 49e4119

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,18 @@
77
{
88
"name": "Fabien Bourigault",
99
"email": "[email protected]",
10-
"homepage": "https://github.com/fbourigault"
1110
},
1211
{
1312
"name": "Graham Campbell",
1413
"email": "[email protected]",
15-
"homepage": "https://gjcampbell.co.uk"
1614
},
1715
{
1816
"name": "Matt Humphrey",
1917
"email": "[email protected]",
20-
"homepage": "http://m4tt.io"
2118
},
2219
{
2320
"name": "Miguel Piedrafita",
2421
"email": "[email protected]",
25-
"homepage": "https://miguelpiedrafita.com"
2622
}
2723
],
2824
"require": {
@@ -44,10 +40,14 @@
4440
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
4541
},
4642
"autoload": {
47-
"psr-4": { "Gitlab\\": "lib/Gitlab/" }
43+
"psr-4": {
44+
"Gitlab\\": "lib/Gitlab/"
45+
}
4846
},
4947
"autoload-dev": {
50-
"psr-4": { "Gitlab\\Tests\\": "test/Gitlab/Tests/" }
48+
"psr-4": {
49+
"Gitlab\\Tests\\": "test/Gitlab/Tests/"
50+
}
5151
},
5252
"config": {
5353
"preferred-install": "dist"

0 commit comments

Comments
 (0)