mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-19 13:57:01 +01:00
13 lines
98 B
YAML
13 lines
98 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
- 7.4
|
|
|
|
install:
|
|
- composer update
|