mirror of
https://github.com/friendica/friendica
synced 2025-05-11 19:44:09 +02: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
|