Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 2, 2024
1 parent f64b76a commit bb9847b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
"spatie/async": "^1.5",
"squizlabs/php_codesniffer": "^3.3"
},
"suggest": {
"ext-igbinary": "To use this library with PHP Redis igbinary serializer enabled.",
"ext-lzf": "To use this library with PHP Redis lzf compression enabled.",
"ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts.",
"ext-redis": "To use this library with the PHP Redis extension.",
"ext-sysvsem": "Enables locking using semaphores.",
"predis/predis": "To use this library with predis."
},
"autoload": {
"psr-4": {
"malkusch\\lock\\": "src/"
Expand All @@ -62,14 +70,6 @@
"malkusch\\lock\\": "tests/"
}
},
"suggest": {
"ext-igbinary": "To use this library with PHP Redis igbinary serializer enabled.",
"ext-lzf": "To use this library with PHP Redis lzf compression enabled.",
"ext-pnctl": "Enables locking with flock without busy waiting in CLI scripts.",
"ext-redis": "To use this library with the PHP Redis extension.",
"ext-sysvsem": "Enables locking using semaphores.",
"predis/predis": "To use this library with predis."
},
"archive": {
"exclude": [
"/tests",
Expand Down

0 comments on commit bb9847b

Please sign in to comment.