Initial commit cache
This commit is contained in:
27
composer.json
Normal file
27
composer.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "iqparts/cache",
|
||||
"type": "library",
|
||||
"require": {
|
||||
"predis/predis": "^1.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.3",
|
||||
"phpstan/phpstan": "^0.9.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"IQParts\\Cache\\": ["src"]
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"IQParts\\CacheTest\\": ["test"]
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mèir Noordermeer",
|
||||
"email": "meirnoordermeer@me.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user