Skip to content

Commit 8af19c2

Browse files
committed
fix composer broken bug
1 parent b6c2422 commit 8af19c2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@
1919
"autoload" : {
2020
"psr-0":{"jpush":"src/"},
2121
"files": [
22-
"src/JPush/JPush.php",
23-
"src/JPush/core/DevicePayload.php",
24-
"src/JPush/core/JPushException.php",
25-
"src/JPush/core/PushPayload.php",
26-
"src/JPush/core/ReportPayload.php",
27-
"src/JPush/core/SchedulePayload.php"
22+
"src/JPush/JPush.php"
2823
]
2924

3025
},

0 commit comments

Comments
 (0)