nextcloud 추가

This commit is contained in:
2026-06-14 19:44:43 +09:00
parent 87b78fbdf8
commit e9efdcd552
7 changed files with 510 additions and 2 deletions
@@ -0,0 +1,15 @@
language: php
php:
- 7.1
- 7.2
- 7.3
cache:
directories:
- "$HOME/.composer/cache/files"
before_install:
- php --info
- composer self-update
- composer install