Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 8b7e039

Browse files
author
John Wineman
committed
composer install
1 parent 6355741 commit 8b7e039

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1459
-1061
lines changed

composer.lock

+58-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/autoload.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// autoload.php @generated by Composer
44

5-
require_once __DIR__ . '/composer' . '/autoload_real.php';
5+
require_once __DIR__ . '/composer/autoload_real.php';
66

7-
return ComposerAutoloaderInitf73f2770c6690e097e83734dd063cce6::getLoader();
7+
return ComposerAutoloaderInit351ea891ccabaab01d88c0a188c847e9::getLoader();
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: php
2+
3+
php:
4+
- '5.6'
5+
- '7.0'
6+
7+
install:
8+
- composer install
9+
10+
script:
11+
- composer lint
12+
- composer test

0 commit comments

Comments
 (0)