remove predis from require-dev

This commit is contained in:
anthony 2019-07-28 21:05:00 +02:00 committed by Francis Lavoie
parent d7c30f3b0f
commit 3c909b95c0
No known key found for this signature in database
GPG Key ID: B9E0E04A76AF4692
1 changed files with 1 additions and 2 deletions

View File

@ -42,8 +42,7 @@
"require-dev": { "require-dev": {
"mockery/mockery": "^1.2", "mockery/mockery": "^1.2",
"orchestra/testbench": "3.7.* || 3.8.* || ^4.0", "orchestra/testbench": "3.7.* || 3.8.* || ^4.0",
"phpunit/phpunit": "^7.0 || ^8.0", "phpunit/phpunit": "^7.0 || ^8.0"
"predis/predis": "^1.1"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {