Loading .gitignore 0 → 100644 +2 −0 Original line number Diff line number Diff line .idea/ vendor/ .gitlab-ci.yml 0 → 100644 +14 −0 Original line number Diff line number Diff line image: registre.unicaen.fr:5000/unicaen-dev-php8.0-apache stages: - publish cache: key: ${CI_COMMIT_REF_SLUG} paths: - vendor/ update-satis: stage: publish script: - curl https://gest.unicaen.fr/packagist/update Module.php 0 → 100644 +3 −0 Original line number Diff line number Diff line <?php require __DIR__ . '/src/Module.php'; No newline at end of file asset/api-tools-documentation-swagger/favicon-16x16.png 0 → 100644 +665 B Loading image diff... asset/api-tools-documentation-swagger/favicon-32x32.png 0 → 100644 +628 B Loading image diff... Loading
.gitlab-ci.yml 0 → 100644 +14 −0 Original line number Diff line number Diff line image: registre.unicaen.fr:5000/unicaen-dev-php8.0-apache stages: - publish cache: key: ${CI_COMMIT_REF_SLUG} paths: - vendor/ update-satis: stage: publish script: - curl https://gest.unicaen.fr/packagist/update
Module.php 0 → 100644 +3 −0 Original line number Diff line number Diff line <?php require __DIR__ . '/src/Module.php'; No newline at end of file