composer.json 324 B

1234567891011121314151617
  1. {
  2. "name": "ark/filecache",
  3. "description": "Cache with file system",
  4. "license": "MIT",
  5. "authors": [
  6. {
  7. "name": "dong",
  8. "email": "ddliuhb@gmail.com"
  9. }
  10. ],
  11. "require": {},
  12. "autoload": {
  13. "psr-4": {
  14. "Ark\\Filecache\\": "src/"
  15. }
  16. }
  17. }