Skip to content

Commit 4fd55f1

Browse files
author
Harrison Ifeanyichukwu
committed
chore: update composer dependencies, php version and travis build
1 parent d45d1d6 commit 4fd55f1

File tree

3 files changed

+962
-964
lines changed

3 files changed

+962
-964
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22
php:
3-
- 5.6
4-
- 7.0
53
- 7.1
4+
- 7.2
65
before_script:
76
- composer self-update
87
- composer install

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
}
1111
],
1212
"require": {
13-
"php" : ">=5.6",
14-
"php-coveralls/php-coveralls": "^2.1"
13+
"php" : ">=7.1"
1514
},
1615
"require-dev": {
1716
"phpunit/phpunit": "^7.3",
18-
"squizlabs/php_codesniffer": "^3.3"
17+
"squizlabs/php_codesniffer": "^3.3",
18+
"php-coveralls/php-coveralls": "^2.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)