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.
81 lines
1.7 KiB
81 lines
1.7 KiB
{ |
|
"name": "siu/guarani-preinscripcion", |
|
"description": "Modulo de Preinscripcion a Propuestas", |
|
"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.*", |
|
"ext-curl": "*", |
|
"ext-mbstring": "*", |
|
"ext-pdo_pgsql": "*", |
|
"lib-openssl": "*", |
|
"ext-apcu": "*", |
|
"ext-gd": "*", |
|
"composer-plugin-api": "^2.0" |
|
}, |
|
|
|
"suggest": { |
|
"robmorgan/phinx": "Migrations para la DB (instalar tag 0.10.8)" |
|
}, |
|
|
|
"require-dev": { |
|
}, |
|
|
|
"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": { |
|
"discard-changes": true, |
|
"allow-plugins": { |
|
"wikimedia/composer-merge-plugin": true |
|
} |
|
} |
|
|
|
}
|
|
|