Skip to content

Commit a0c01a6

Browse files
committed
Composer updated for 0.2
1 parent b7ccfda commit a0c01a6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

composer.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "codemonkeys-ru/gcm-message",
3-
"type": "library",
4-
"description": "Google Cloud Messaging (GCM) PHP Server Library",
5-
"keywords": ["GCM", "push message", "android"],
6-
"authors": [
3+
"type": "library",
4+
"description": "Google Cloud Messaging (GCM) PHP Server Library",
5+
"keywords": ["GCM", "push message", "android"],
6+
"authors": [
77
{
88
"name": "Vladimir Savenkov",
99
"email": "[email protected]",
1010
"homepage": "http://ivariable.ru",
1111
"role": "Developer"
1212
}
13-
],
14-
"license": "MIT",
15-
"version": "0.1",
16-
"require": {
17-
"php": ">=5.3.2"
18-
},
13+
],
14+
"license": "MIT",
15+
"version": "0.2",
16+
"require": {
17+
"php": ">=5.3.2"
18+
},
1919
"minimum-stability": "dev",
2020
"autoload": {
21-
"psr-0": {
21+
"psr-0": {
2222
"CodeMonkeysRu\\GCM": "library/"
2323
}
24-
}
24+
}
2525
}

0 commit comments

Comments
 (0)