Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 4773972

Browse files
authored
Merge pull request #90 from JeremyDunn/update-travis-config
update travis ci config for PHP 7.2, 7.3
2 parents 6b74650 + 4147659 commit 4773972

File tree

3 files changed

+3733
-4
lines changed

3 files changed

+3733
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
6+
- 7.2
7+
- 7.3
78

89
install:
9-
- composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable --prefer-lowest
10+
- composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
1011

1112
script: vendor/bin/phpunit
1213

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"require-dev": {
1919
"symfony/console": "2.*",
2020
"apigen/apigen": "^4.1",
21-
"phpunit/phpunit": "^5.7",
2221
"fzaninotto/faker": "^1.6",
23-
"squizlabs/php_codesniffer": "*"
22+
"squizlabs/php_codesniffer": "*",
23+
"phpunit/phpunit": "^6.5"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)