Skip to content

Commit cc763a4

Browse files
authored
Merge pull request #12 from karriereat/feature/php-72
Add 7.2 to tests
2 parents 26d0527 + 591ba0b commit cc763a4

File tree

5 files changed

+13
-2599
lines changed

5 files changed

+13
-2599
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
composer.lock

.travis.yml

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

33
php:
4-
- 5.6
54
- 7.0
65
- 7.1
6+
- 7.2
77

88
before_script:
99
- travis_retry composer self-update
@@ -19,4 +19,4 @@ sudo: false
1919

2020
cache:
2121
directories:
22-
- $HOME/.composer/cache
22+
- $HOME/.composer/cache

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=5.6"
19+
"php": ">=7.0"
2020
},
2121
"require-dev": {
22-
"karriere/code-quality": "^2.0",
22+
"karriere/code-quality": "^3.0",
2323
"sebastian/comparator": "^1.1",
2424
"sebastian/exporter": "^2.0",
2525
"sebastian/recursion-context": "^2.0"

0 commit comments

Comments
 (0)