mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
10 lines
119 B
YAML
10 lines
119 B
YAML
---
|
|
language: php
|
|
## Friendica supports PHP version >= 5.6
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
|
|
install: composer install
|