We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d869d4 commit bb7771eCopy full SHA for bb7771e
.gitignore
@@ -2,3 +2,4 @@
2
/.php_cs
3
/composer.lock
4
/phpunit.xml
5
+.phpunit.result.cache
composer.json
@@ -11,11 +11,11 @@
11
],
12
"require": {
13
"php": "^7.1",
14
- "tarantool/queue": "^0.7.0"
+ "tarantool/queue": "^0.8.0"
15
},
16
"require-dev": {
17
- "friendsofphp/php-cs-fixer": "^2.13",
18
- "phpunit/phpunit": "^7.1"
+ "friendsofphp/php-cs-fixer": "^2.14",
+ "phpunit/phpunit": "^7.1|^8.0"
19
20
"autoload": {
21
"psr-4": {
0 commit comments