Skip to content

Commit

Permalink
Fixed dev dependency to phpfastcache/phpfastcache-devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 9, 2024
1 parent e96391e commit 57850f1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Expand Up @@ -37,7 +37,7 @@
"squizlabs/php_codesniffer": "@stable",
"phpstan/phpstan": "@stable",
"jetbrains/phpstorm-stubs": "dev-master",
"phpfastcache/phpfastcache-devtools": "^9.2"
"phpfastcache/phpfastcache-devtools": "dev-master"
},
"suggest": {
"ext-apcu": "*",
Expand All @@ -61,9 +61,6 @@
"phpfastcache/mongodb-extension": "^9.2",
"phpfastcache/solr-extension": "^9.2"
},
"conflict": {
"solarium/solarium": "<6.1"
},
"autoload": {
"psr-4": {
"Phpfastcache\\": "lib/Phpfastcache/"
Expand Down

0 comments on commit 57850f1

Please sign in to comment.