composer.json 308 B

1234567891011121314151617
  1. {
  2. "name": "adyn/yii-elfinder-2",
  3. "description": "Elfinder Widget and Connector actions",
  4. "type": "library",
  5. "license": "MIT",
  6. "authors": [
  7. {
  8. "name": "Alexander Larkin",
  9. "email": "info@alexlcdee.ru"
  10. }
  11. ],
  12. "autoload": {
  13. "psr-4": {
  14. "YiiElfinder2\\": "src/"
  15. }
  16. }
  17. }