Skip to content

Commit 4665223

Browse files
committed
Updated composer package versions.
1 parent 24914c7 commit 4665223

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,25 +43,26 @@
4343
},
4444
"require": {
4545
"php": ">=7.1",
46-
"psr/log": "^1.0.2",
47-
"predis/predis": "^1.1.1"
46+
"psr/log": "^1"
4847
},
4948
"require-dev": {
5049
"ext-memcached": "*",
5150
"ext-pcntl": "*",
5251
"ext-pdo_mysql": "*",
5352
"ext-pdo_sqlite": "*",
5453
"ext-redis": "*",
55-
"eloquent/liberator": "^2.0.0",
56-
"johnkary/phpunit-speedtrap": "^3.0.0",
54+
"eloquent/liberator": "^2.0",
55+
"johnkary/phpunit-speedtrap": "^3.0",
5756
"kriswallsmith/spork": "^0.3",
58-
"mikey179/vfsStream": "^1.6.5",
59-
"php-mock/php-mock-phpunit": "^2.1.2",
60-
"phpunit/phpunit": "^7.4.3",
61-
"squizlabs/php_codesniffer": "^3.3.2"
57+
"mikey179/vfsStream": "^1.6",
58+
"php-mock/php-mock-phpunit": "^2.1",
59+
"phpunit/phpunit": "^7.4",
60+
"predis/predis": "^1",
61+
"squizlabs/php_codesniffer": "^3.3"
6262
},
6363
"suggest": {
64-
"ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts."
64+
"ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts.",
65+
"predis/predis": "To use this library with predis."
6566
},
6667
"archive": {
6768
"exclude": [

0 commit comments

Comments
 (0)