Skip to content

Commit 99af12a

Browse files
committed
Travis: build also on PHP 7.3
1 parent 0be3fe7 commit 99af12a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.1
55
- 7.2
6+
- 7.3
67

78
env:
89
- # default environment without variables

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"phpstan/phpstan-shim": "0.10.5",
3434
"phpstan/phpstan-phpunit": "0.10",
3535
"phpunit/phpunit": "7.4.4",
36-
"php-coveralls/php-coveralls": "2.1.0"
36+
"php-coveralls/php-coveralls": "2.1.0",
37+
"squizlabs/php_codesniffer": "3.3.2"
3738
},
3839
"autoload": {
3940
"psr-4": {

0 commit comments

Comments
 (0)