| 1234567891011121314151617181920212223242526 |
- {
- "name": "medgis/root-asset-bundle",
- "description": "Medgis.ru Admin Panel asset bundle",
- "minimum-stability": "stable",
- "license": "proprietary",
- "authors": [
- {
- "name": "Alexander Larkin",
- "email": "info@alexlcdee.ru"
- }
- ],
- "autoload": {
- "psr-4": {
- "Medgis\\RootBundle\\": "src/"
- }
- },
- "require": {
- "adyn/yiins": "~0.0"
- },
- "repositories": [
- {
- "type": "vcs",
- "url": "https://git.btlyse.ru/Adyn/yiins.git"
- }
- ]
- }
|