.gitignore
0 → 100644
+2
−0
Module.php
0 → 100644
+59
−0
composer.json
0 → 100644
+32
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/id-ref",
|
||
"description": "Module d'interrogation des autorités Sudoc (IDRef)",
|
||
"type": "module",
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"laminas/laminas-dependency-plugin": "^2.1",
|
||
"monolog/monolog": "^2.3"
|
||
},
|
||
"require-dev": {
|
||
"unicaen/test": "^4.0",
|
||
"phpunit/phpunit": "~5.4"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
"UnicaenIdref\\": "src/"
|
||
},
|
||
"classmap": [
|
||
"./Module.php"
|
||
]
|
||
},
|
||
"autoload-dev": {
|
||
"psr-4": {
|
||
"UnicaenIdrefUnitTest\\": "test/UnicaenIdrefUnitTest"
|
||
}
|
||
}
|
||
} |
config/module.config.php
0 → 100644
+96
−0
config/unicaen-id-ref.global.php.dist
0 → 100644
+6
−0
Loading