.gitlab-ci.yml
0 → 100644
+14
−0
Module.php
0 → 100644
+62
−0
README.md
0 → 100644
+30
−0
composer.json
0 → 100755
+21
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/calendrier",
|
||
"description": "Module de gestion de calendriers",
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"../../vendor/unicaen/privilege": ">=6.0",
|
||
"../../vendor/unicaen/app": ">=6.0"
|
||
},
|
||
"autoload": {
|
||
"psr-0": {
|
||
},
|
||
"classmap": [
|
||
"Module.php"
|
||
]
|
||
}
|
||
} |
config/example.php
0 → 100644
+36
−0
Loading