Skip to content

Commit bb7771e

Browse files
committed
Update deps
1 parent 5d869d4 commit bb7771e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.php_cs
33
/composer.lock
44
/phpunit.xml
5+
.phpunit.result.cache

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"tarantool/queue": "^0.7.0"
14+
"tarantool/queue": "^0.8.0"
1515
},
1616
"require-dev": {
17-
"friendsofphp/php-cs-fixer": "^2.13",
18-
"phpunit/phpunit": "^7.1"
17+
"friendsofphp/php-cs-fixer": "^2.14",
18+
"phpunit/phpunit": "^7.1|^8.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)