Skip to content

Commit 10672a0

Browse files
committed
fix composer.json line endings (dos2unix)
1 parent ee88dd0 commit 10672a0

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

composer.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
1-
{
2-
"name": "m4tthumphrey/php-gitlab-api",
3-
"type": "library",
4-
"description": "GitLab API client",
5-
"homepage": "https://github.com/m4tthumphrey/php-gitlab-api",
6-
"keywords": ["gitlab", "api"],
7-
"license": "MIT",
8-
"authors": [
9-
{
10-
"name": "Matt Humphrey",
11-
"homepage": "http://m4tt.io"
12-
},
13-
{
14-
"name": "KnpLabs Team",
15-
"homepage": "http://knplabs.com"
16-
},
17-
{
18-
"name": "Thibault Duplessis",
19-
"email": "[email protected]",
20-
"homepage": "http://ornicar.github.com"
21-
}
22-
],
23-
"require": {
24-
"php": ">=5.3.2",
25-
"ext-curl": "*",
26-
"ext-xml": "*",
27-
"kriswallsmith/buzz": ">=0.7"
28-
},
29-
"require-dev": {
30-
"phpunit/phpunit": "~4.5"
31-
},
32-
"autoload": {
33-
"psr-0": { "Gitlab\\": "lib/" }
34-
}
35-
}
1+
{
2+
"name": "m4tthumphrey/php-gitlab-api",
3+
"type": "library",
4+
"description": "GitLab API client",
5+
"homepage": "https://github.com/m4tthumphrey/php-gitlab-api",
6+
"keywords": ["gitlab", "api"],
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Matt Humphrey",
11+
"homepage": "http://m4tt.io"
12+
},
13+
{
14+
"name": "KnpLabs Team",
15+
"homepage": "http://knplabs.com"
16+
},
17+
{
18+
"name": "Thibault Duplessis",
19+
"email": "[email protected]",
20+
"homepage": "http://ornicar.github.com"
21+
}
22+
],
23+
"require": {
24+
"php": ">=5.3.2",
25+
"ext-curl": "*",
26+
"ext-xml": "*",
27+
"kriswallsmith/buzz": ">=0.7"
28+
},
29+
"require-dev": {
30+
"phpunit/phpunit": "~4.5"
31+
},
32+
"autoload": {
33+
"psr-0": { "Gitlab\\": "lib/" }
34+
}
35+
}

0 commit comments

Comments
 (0)