Skip to content

Commit 57850f1

Browse files
committed
Fixed dev dependency to phpfastcache/phpfastcache-devtools
1 parent e96391e commit 57850f1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"squizlabs/php_codesniffer": "@stable",
3838
"phpstan/phpstan": "@stable",
3939
"jetbrains/phpstorm-stubs": "dev-master",
40-
"phpfastcache/phpfastcache-devtools": "^9.2"
40+
"phpfastcache/phpfastcache-devtools": "dev-master"
4141
},
4242
"suggest": {
4343
"ext-apcu": "*",
@@ -61,9 +61,6 @@
6161
"phpfastcache/mongodb-extension": "^9.2",
6262
"phpfastcache/solr-extension": "^9.2"
6363
},
64-
"conflict": {
65-
"solarium/solarium": "<6.1"
66-
},
6764
"autoload": {
6865
"psr-4": {
6966
"Phpfastcache\\": "lib/Phpfastcache/"

0 commit comments

Comments
 (0)