mirror of
https://github.com/doctrine/KeyValueStore.git
synced 2026-03-24 08:42:12 +01:00
14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"name": "doctrine/key-value-store",
|
|
"require": {
|
|
"doctrine/common": "2.1.*"
|
|
},
|
|
"description": "Simple Key-Value Store Abstraction Layer that maps to PHP objects, allowing for many backends.",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Doctrine\\KeyValueStore\\": "lib/"
|
|
}
|
|
}
|
|
}
|