Skip to content

Commit 0422b03

Browse files
Updating composer.json
1 parent f12d272 commit 0422b03

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

composer.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
{
2-
"name": "arcanedev/gravatar",
2+
"name": "arcanedev/gravatar",
33
"description": "Gravatar Package for Laravel",
4-
"keywords": ["gravatar", "avatar", "identicon", "monsterid", "wavatar", "retro", "laravel"],
5-
"homepage": "https://github.com/ARCANEDEV/Gravatar",
6-
"license": "MIT",
4+
"keywords": ["arcanedev", "gravatar", "avatar", "identicon", "monsterid", "wavatar", "retro", "laravel"],
5+
"homepage": "https://github.com/ARCANEDEV/Gravatar",
76
"authors": [
87
{
9-
"name": "ARCANEDEV",
10-
"email": "arcanedev.maroc@gmail.com",
11-
"homepage": "https://github.com/ARCANEDEV"
8+
"name": "ARCANEDEV",
9+
"email": "arcanedev.maroc@gmail.com",
10+
"homepage": "https://github.com/ARCANEDEV",
11+
"role": "Developer"
1212
}
1313
],
14+
"type": "library",
15+
"license": "MIT",
1416
"require": {
15-
"php" : ">=5.5.9",
16-
"arcanedev/support": "~3.4"
17+
"php" : ">=5.5.9",
18+
"arcanedev/support": "~3.0"
1719
},
1820
"require-dev": {
1921
"orchestra/testbench": "~3.1",
20-
"phpunit/phpunit": "~4.0",
21-
"phpunit/phpcov": "~2.0"
22+
"phpunit/phpunit": "~4.0|~5.0",
23+
"phpunit/phpcov": "~2.0"
2224
},
2325
"autoload": {
2426
"psr-4": {
@@ -31,5 +33,9 @@
3133
"Arcanedev\\Gravatar\\Tests\\": "tests/"
3234
}
3335
},
34-
"minimum-stability": "stable"
36+
"extra": {
37+
"branch-alias": {
38+
"dev-master": "2.0-dev"
39+
}
40+
}
3541
}

0 commit comments

Comments
 (0)