Completed
Pull Request — master (#10)
by Artem
01:08
created

Checkout Config

checks:
  php: true

filter:
  paths:
    - src/*
  excluded_paths:
    - vendor/*
    - tests/*

before_commands:
  - "composer install --prefer-dist"