| 1234567891011121314151617181920212223242526 |
- {
- "name": "adyn/yii-elfinder-2",
- "description": "Elfinder Widget and Connector actions",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Alexander Larkin",
- "email": "info@alexlcdee.ru"
- }
- ],
- "autoload": {
- "psr-4": {
- "YiiElfinder2\\": "src/"
- }
- },
- "require": {
- "adyn/yiins": "dev-master"
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "https://git.btlyse.ru/Adyn/yiins.git"
- }
- ]
- }
|