|
@@ -0,0 +1,26 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "name": "medgis/ru-asset-bundle",
|
|
|
|
|
+ "description": "Asset bundle for Medgis.ru Site",
|
|
|
|
|
+ "minimum-stability": "stable",
|
|
|
|
|
+ "license": "proprietary",
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Alexander Larkin",
|
|
|
|
|
+ "email": "info@alexlcdee.ru"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Medgis\\RuBundle\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "adyn/yiins": "dev-master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "repositories": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "type": "vcs",
|
|
|
|
|
+ "url": "https://git.btlyse.ru/Adyn/yiins.git"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+}
|