You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.9 KiB
84 lines
1.9 KiB
{ |
|
"name": "siu/guarani-autogestion", |
|
"description": "Sistema de autogestion academica universitaria SIU-Guarani.", |
|
"version": "3.22.0", |
|
"type": "project", |
|
"homepage": "http://documentacion.siu.edu.ar/wiki/SIU-Guarani", |
|
"license": "proprietary", |
|
"support": { |
|
"forum": "http://foro.comunidad.siu.edu.ar", |
|
"wiki": "http://documentacion.siu.edu.ar/wiki/SIU-Guarani", |
|
"source": "https://colab.siu.edu.ar/svn/guarani3" |
|
}, |
|
|
|
"repositories": [ |
|
{ |
|
"type": "vcs", |
|
"url": "https://github.com/SIU-Toba/djjob" |
|
}, |
|
{ |
|
"type": "composer", |
|
"url": "https://satis.siu.edu.ar" |
|
} |
|
], |
|
|
|
"require": { |
|
"php": "7.4.*", |
|
"siu/chulupi-framework": "2.6.*", |
|
"siu/arai-cli": "3.0.0", |
|
"siu-toba/jasper": "v5.6.1.2", |
|
"siu-arai/documentos-cli": "1.0.3", |
|
"ext-pgsql": "*", |
|
"ext-pdo_pgsql": "*", |
|
"ext-gd": "*", |
|
"ext-curl": "*", |
|
"ext-apcu": "*", |
|
"ext-mbstring": "*", |
|
"ext-xml": "*", |
|
"ext-zip": "*", |
|
"composer-plugin-api": "^2.0" |
|
}, |
|
|
|
"suggest": { |
|
"ext-memcached": "Si se utiliza el manejador de cache Memcached instalar la extensión correspondiente (apt-get install php5-memcached)" |
|
}, |
|
|
|
"scripts": { |
|
"post-update-cmd": "siu\\Install::postUpdate", |
|
"post-install-cmd": "siu\\Install::postUpdate" |
|
}, |
|
|
|
"autoload": { |
|
"exclude-from-classmap": ["/src/siu/www/_comp/_img_alumnos/"], |
|
"psr-4": { |
|
"siu\\": "src/siu/" |
|
} |
|
}, |
|
|
|
"minimum-stability": "dev", |
|
"prefer-stable": true, |
|
|
|
"extra": { |
|
"merge-plugin": { |
|
"include": [ |
|
"src/pers/composer.json" |
|
], |
|
"recurse": true, |
|
"replace": false, |
|
"ignore-duplicates": false, |
|
"merge-dev": true, |
|
"merge-extra": false, |
|
"merge-extra-deep": false, |
|
"merge-scripts": false |
|
} |
|
}, |
|
|
|
"config": { |
|
"bin-dir": "./bin", |
|
"discard-changes": true, |
|
"allow-plugins": { |
|
"wikimedia/composer-merge-plugin": true |
|
} |
|
} |
|
|
|
}
|
|
|