We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--prefer-lowest
1 parent 777e16b commit aa25569Copy full SHA for aa25569
2 files changed
composer.json
@@ -28,7 +28,7 @@
28
"league/container": "~2.3",
29
"queue-interop/queue-interop": "^0.6",
30
"queue-interop/amqp-interop": "^0.6",
31
- "ackintosh/snidel": "^0.10"
+ "ackintosh/snidel": "^0.10.2"
32
},
33
"suggest": {
34
"php-amqplib/php-amqplib": "Allow sending messages to an AMQP server using php-amqplib",
tests/Driver/FlatFileDriverTest.php
@@ -93,6 +93,9 @@ public function testPopMessage()
93
}
94
95
96
+ /**
97
+ * @requires PHP 5.6
98
+ */
99
public function testPopMessageWhichPushedAfterTheInitialCollect()
100
{
101
$this->driver->createQueue('send-newsletter');
0 commit comments