composer.json 469 B

1234567891011121314151617181920212223242526
  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. "require": {
  18. "adyn/yiins": "dev-master"
  19. },
  20. "repositories": [
  21. {
  22. "type": "vcs",
  23. "url": "https://git.btlyse.ru/Adyn/yiins.git"
  24. }
  25. ]
  26. }