Skip to content

Commit

Permalink
fix composer broken bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiezefan committed Jun 23, 2016
1 parent b6c2422 commit 8af19c2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@
"autoload" : {
"psr-0":{"jpush":"src/"},
"files": [
"src/JPush/JPush.php",
"src/JPush/core/DevicePayload.php",
"src/JPush/core/JPushException.php",
"src/JPush/core/PushPayload.php",
"src/JPush/core/ReportPayload.php",
"src/JPush/core/SchedulePayload.php"
"src/JPush/JPush.php"
]

},
Expand Down

0 comments on commit 8af19c2

Please sign in to comment.