Commit 359e4c4f authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Commit initial

parents
Loading
Loading
Loading
Loading
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
+665 B
Loading image diff...
+628 B
Loading image diff...
Loading