Skip to content

Commit 6853a06

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # composer.json
2 parents f97ea10 + cc62022 commit 6853a06

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

.gitattributes

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
*.cs diff=csharp
66

77
# Standard to msysgit
8-
*.doc diff=astextplain
9-
*.DOC diff=astextplain
8+
*.doc diff=astextplain
9+
*.DOC diff=astextplain
1010
*.docx diff=astextplain
1111
*.DOCX diff=astextplain
1212
*.dot diff=astextplain
1313
*.DOT diff=astextplain
1414
*.pdf diff=astextplain
15-
*.PDF diff=astextplain
16-
*.rtf diff=astextplain
17-
*.RTF diff=astextplain
15+
*.PDF diff=astextplain
16+
*.rtf diff=astextplain
17+
*.RTF diff=astextplain

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ php:
99
- 5.6
1010
- 7.0
1111
- 7.1
12-
- hhvm
12+
13+
matrix:
14+
include:
15+
- php: hhvm
16+
dist: trusty
17+
sudo: required
1318

1419
after_script:
1520
- php bin/phug-dev code-style:check

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"minimum-stability": "stable",
2929
"require": {
3030
"php": ">=5.5.0",
31-
"phpunit/phpunit": ">=4.0 <6",
32-
"phpunit/php-code-coverage": ">=2.2",
33-
"squizlabs/php_codesniffer": "2.*",
31+
"phpunit/phpunit": ">=4.8 <6.0",
32+
"phpunit/php-code-coverage": ">=2.2 <4.0",
33+
"squizlabs/php_codesniffer": "^2.8",
3434
"symfony/console": "^3.2",
3535
"codeclimate/php-test-reporter": "^0.4.0"
3636
},

0 commit comments

Comments
 (0)