nur-sery/composer.json

90 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-10-31 08:38:43 +04:00
{
"name": "nur/sery",
"type": "library",
"description": "espace de maturation pour les librairies",
"repositories": [
2024-06-14 05:35:42 +04:00
{
"type": "path",
"url": "../lib-spout"
},
2023-10-31 08:38:43 +04:00
{
"type": "composer",
"url": "https://repos.univ-reunion.fr/composer"
}
],
"require": {
2023-12-18 10:07:52 +04:00
"symfony/yaml": "^5.0",
2023-12-03 22:10:18 +04:00
"php": ">=7.4"
2023-10-31 08:38:43 +04:00
},
"require-dev": {
2023-12-03 22:10:18 +04:00
"nulib/tests": "7.4",
2024-06-14 05:35:42 +04:00
"lib/spout": "dev-master",
2024-06-10 18:34:19 +04:00
"phpoffice/phpspreadsheet": "^1.0",
2023-12-03 22:10:18 +04:00
"ext-posix": "*",
"ext-pcntl": "*",
"ext-fileinfo": "*",
"ext-mbstring": "*",
"ext-bcmath": "*",
"ext-zip": "*",
"ext-json": "*",
"ext-iconv": "*",
"ext-curl": "*",
2024-01-01 18:14:49 +04:00
"ext-tidy": "*",
2023-12-03 22:10:18 +04:00
"ext-oci8": "*",
"ext-pdo": "*",
"ext-pgsql": "*",
2024-04-04 22:21:20 +04:00
"ext-sqlite3": "*",
"ext-ldap": "*"
2023-10-31 08:38:43 +04:00
},
2024-04-05 10:25:34 +04:00
"replace": {
"nur/tests": "dev-master",
"nur/base": "dev-wip",
"nur/v-bs3": "dev-wip",
"nur/m-pdo": "dev-wip",
"nur/m-oracle": "dev-wip",
"nur/m-pgsql": "dev-wip",
"nur/mapper": "dev-wip",
"nur/passwd": "dev-wip",
"nur/ldap": "dev-wip"
},
2023-10-31 08:38:43 +04:00
"autoload": {
"psr-4": {
2023-12-03 22:10:18 +04:00
"nur\\sery\\": "src",
2024-08-17 15:58:21 +04:00
"nur\\sery\\wip\\": "wip",
2023-12-03 22:10:18 +04:00
"nur\\": "nur_src"
2024-01-01 18:14:49 +04:00
},
"files": [
"nur_autoload.php"
]
2023-10-31 08:38:43 +04:00
},
"autoload-dev": {
"psr-4": {
2023-12-03 22:10:18 +04:00
"nur\\sery\\": "tests",
"nur\\": "nur_tests"
2023-10-31 08:38:43 +04:00
}
},
2024-04-04 22:21:20 +04:00
"bin": [
2024-06-13 15:11:02 +04:00
"lib/_launch.php",
2024-04-04 22:21:20 +04:00
"nur_bin/compctl.php",
"nur_bin/compdep.php",
"nur_bin/cachectl.php",
"nur_bin/dumpser.php",
"nur_bin/datectl.php",
"nur_bin/fsvdiff.php",
"nur_bin/ldap-delete.php",
"nur_bin/ldap-get-infos.php",
2024-06-06 09:43:17 +04:00
"nur_bin/ldap-search.php",
"nur_bin/sqlite-storage.php",
"nur_bin/mysql-storage.php"
2024-04-04 22:21:20 +04:00
],
2023-10-31 08:38:43 +04:00
"scripts": {
"uc": "@php sbin/update_classes.php"
},
"authors": [
{
"name": "Jephte Clain",
"email": "Jephte.Clain@univ-reunion.fr"
}
]
2023-12-03 22:10:18 +04:00
}