mirror of
https://github.com/halaxa/json-machine.git
synced 2025-02-24 08:02:27 +01:00
12 lines
90 B
YAML
12 lines
90 B
YAML
language: php
|
|
|
|
php:
|
|
- 5.6
|
|
- 7.0
|
|
- 7.1
|
|
- 7.2
|
|
- 7.3
|
|
|
|
install:
|
|
- composer update
|