Skip to content

Commit 991bf1c

Browse files
committed
Merge pull request #6 from centraldesktop/bugfix/buffers
Bugfix(stomp) Fix issues processing binary message when that message be...
2 parents 75671e4 + 98911ce commit 991bf1c

File tree

6 files changed

+1288
-109
lines changed

6 files changed

+1288
-109
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ target
55
**/target/
66
reports
77
vendor
8-
composer.lock

composer.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,24 @@
22
"name" : "centraldesktop/stomp",
33
"description": "A Stomp 1.2 capable client",
44

5-
"license": "Apache-2.0",
5+
"license" : "Apache-2.0",
66

7-
"require": {
8-
"php" : ">=5.3.6",
7+
"require" : {
8+
"php" : ">=5.4.0",
99
"ext-xmlreader": "*",
10-
"ext-mbstring" : "*",
10+
"ext-mbstring" : "*",
1111
"psr/log" : "~1.0"
1212
},
1313

14-
"suggest": {
15-
"centraldesktop/php-stomp-activemq": "Provides more advanced, metrics based, host selection (connection factories) specific to ActiveMQ"
16-
},
1714

1815
"require-dev": {
19-
"phpunit/phpunit" : ">=3.7.0",
16+
"phpunit/phpunit" : ">=4.2.0",
2017
"phpmd/phpmd" : "1.5.*",
2118
"pdepend/pdepend" : "1.1.*",
2219
"squizlabs/php_codesniffer": "1.4.*"
2320
},
2421

25-
26-
"autoload": {
22+
"autoload" : {
2723
"psr-0": {
2824
"CentralDesktop": "src/"
2925
}

0 commit comments

Comments
 (0)