Skip to content

Commit

Permalink
feat(cache): introduce cache component (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Jan 2, 2022
1 parent b5d9685 commit 954b433
Show file tree
Hide file tree
Showing 21 changed files with 1,817 additions and 9 deletions.
8 changes: 7 additions & 1 deletion composer.json
Expand Up @@ -24,10 +24,16 @@
"azjezz/psl": "2.0.x-dev"
},
"require-dev": {
"amphp/cache": "v2.x-dev",
"friendsofphp/php-cs-fixer": "^3.4.0",
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": "^9.5.10",
"squizlabs/php_codesniffer": "^3.6.1"
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^3.6.2",
"symfony/cache-contracts": "^2.5 || ^3.0",
"symfony/cache": "^6.0",
"cache/array-adapter": "^1.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 954b433

Please sign in to comment.