Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 3c909b9

Browse files
remove predis from require-dev
1 parent d7c30f3 commit 3c909b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@
4242
"require-dev": {
4343
"mockery/mockery": "^1.2",
4444
"orchestra/testbench": "3.7.* || 3.8.* || ^4.0",
45-
"phpunit/phpunit": "^7.0 || ^8.0",
46-
"predis/predis": "^1.1"
45+
"phpunit/phpunit": "^7.0 || ^8.0"
4746
},
4847
"autoload": {
4948
"psr-4": {

0 commit comments

Comments
 (0)