Skip to content

Commit 1106e10

Browse files
committed
Commit composer.lock, downgrade PHPUnit to support php5.6 and update travis file accordingly
1 parent 16910fc commit 1106e10

File tree

4 files changed

+2395
-4
lines changed

4 files changed

+2395
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
.php_cs.cache
2-
composer.lock
32
vendor/
43
build/

.travis.yml

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

33
php:
4-
- 5.4
5-
- 5.5
64
- 5.6
75
- 7.0
86
- 7.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^6.2"
37+
"phpunit/phpunit": "^5.7"
3838
},
3939
"scripts": {
4040
"test": "phpunit",

0 commit comments

Comments
 (0)