.gitignore
0 → 100644
+1
−0
.gitlab-ci.yml
0 → 100644
+14
−0
Module.php
0 → 100644
+43
−0
composer.json
0 → 100755
+19
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "unicaen/synchro",
|
||
"description": "Module de synchronisation",
|
||
"repositories": [
|
||
{
|
||
"type": "composer",
|
||
"url": "https://gest.unicaen.fr/packagist"
|
||
}
|
||
],
|
||
"require": {
|
||
"unicaen/privilege": "^5||^6"
|
||
},
|
||
"autoload": {
|
||
"psr-0": [],
|
||
"classmap": [
|
||
"./Module.php"
|
||
]
|
||
}
|
||
} |
config/merged/sql-helper.config.php
0 → 100644
+34
−0
Loading