|
@@ -0,0 +1,16 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "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/",
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|