Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
张玉波 authored and 张玉波 committed Jul 21, 2017
1 parent 64ea98c commit 66278f2
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "sayid/aliyun-mns-php-sdk",
"description": "gouuse core files",
"type": "library",
"version": "1.0.1",
"require": {
"php": ">=5.5",
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {

},
"autoload": {
"psr-4": {
"AliyunMNS\\": "AliyunMNS/"
}
},
"authors": [
{
"name": "zyb",
"email": "449063862@qq.com"
}
],
"minimum-stability": "stable",
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.org"
}
}
}

0 comments on commit 66278f2

Please sign in to comment.