Skip to content

Commit 53d9e5c

Browse files
committed
Updated composer description
1 parent 453b29e commit 53d9e5c

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
22
"name": "and/oauth",
3-
"description": "Support for authenticating users (without dep from any framework) using both OAuth1 and OAuth2 methods. Also provide service, which allows to get user data by simple method call.",
3+
"description": "Simple and amazing OAuth library. Last 2015 development. Just try it out!",
44
"keywords": ["oauth", "oauth1", "oauth2", "authentication", "authorization", "security", "amazon", "bitbucket", "bitly", "box", "buffer", "dailymotion", "dropbox", "etsy", "eve", "eveonline", "facebook", "fitbit", "flickr", "foursquare", "github", "google", "harvest", "instagram", "jawbone", "linkedin", "mailchimp", "microsoft", "paypal", "pocket", "reddit", "runkeeper", "scoopit", "soundcloud", "spotify", "tumblr", "twitter", "ustream", "vkontakte", "yahoo"],
55
"license": "MIT",
66
"authors": [
7-
{
8-
"name": "And",
9-
"email": "and.webdev@gmail.com",
10-
"role": "Developer"
11-
},
7+
{
8+
"name": "And",
9+
"email": "and.webdev@gmail.com",
10+
"role": "Developer"
11+
},
1212
{
1313
"name": "David Desberg",
1414
"email": "david@daviddesberg.com",
15-
"role": "Developer of OAuth"
15+
"role": "Developer of OAuth"
1616
},
1717
{
1818
"name": "Pieter Hordijk",
1919
"email": "info@pieterhordijk.com",
20-
"role": "Developer of OAuth"
21-
},
22-
{
23-
"name": "Luciano Mammino",
24-
"email": "lmammino@oryzone.com",
25-
"homepage": "http://oryzone.com",
26-
"role": "Developer of UserData package"
27-
}
20+
"role": "Developer of OAuth"
21+
},
22+
{
23+
"name": "Luciano Mammino",
24+
"email": "lmammino@oryzone.com",
25+
"homepage": "http://oryzone.com",
26+
"role": "Developer of UserData package"
27+
}
2828
],
29-
"minimum-stability": "beta",
29+
"minimum-stability": "beta",
3030
"require": {
3131
"php": ">=5.4.0",
32-
"ext-reflection": "*",
33-
"ext-spl": "*",
34-
"kriswallsmith/buzz": "~0.13",
35-
"league/url": "~3.2.1",
36-
"gregwar/image": "~2.0.18"
32+
"ext-reflection": "*",
33+
"ext-spl": "*",
34+
"kriswallsmith/buzz": "~0.13",
35+
"league/url": "~3.2.1",
36+
"gregwar/image": "~2.0.18"
3737
},
3838
"require-dev": {
3939
"symfony/http-foundation": "~2.1",
@@ -56,4 +56,4 @@
5656
"dev-master": "0.5-dev"
5757
}
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)