Skip to content

Commit 79e3a84

Browse files
author
Mathieu Lemoine
committed
Reduced dependency to voryx/Thruway
1 parent 06e227f commit 79e3a84

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Enqueue is an MIT-licensed open source project with its ongoing development made
1414
[![Total Downloads](https://poser.pugx.org/enqueue/wamp/d/total.png)](https://packagist.org/packages/enqueue/wamp)
1515
[![Latest Stable Version](https://poser.pugx.org/enqueue/wamp/version.png)](https://packagist.org/packages/enqueue/wamp)
1616

17-
This is an implementation of [queue interop](https://github.com/queue-interop/queue-interop). It uses [Thruway](https://github.com/voryx/Thruway) internally.
17+
This is an implementation of [queue interop](https://github.com/queue-interop/queue-interop). It uses [Thruway](https://github.com/thruway/client) internally.
1818

1919
## Resources
2020

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"php": "^7.1.3",
1010
"queue-interop/queue-interop": "^0.7|^0.8",
1111
"enqueue/dsn": "^0.9",
12-
"thruway/pawl-transport": "^0.5.0",
13-
"voryx/thruway": "^0.5.3"
12+
"thruway/client": "^0.5.0",
13+
"thruway/pawl-transport": "^0.5.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "~5.4.0",

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
bootstrap="./vendor/autoload.php"
1312
>
1413

0 commit comments

Comments
 (0)