Skip to content

Commit 787314b

Browse files
Merge pull request #15 from stevegrunwell/update/refresh-dependencies
Update dependencies
2 parents 41d5064 + 1dbc40e commit 787314b

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.0
55
- 7.1
66
- 7.2
7+
- 7.3
78

89
sudo: false
910

composer.json

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@
1818
"zendframework/zend-dom": "^2.7"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": ">=6.0"
22-
},
23-
"scripts": {
24-
"test-coverage": [
25-
"phpunit --coverage-html=tests/coverage"
26-
]
21+
"phpunit/phpunit": "^6.0"
2722
},
2823
"autoload": {
2924
"psr-4": {
@@ -34,5 +29,25 @@
3429
"psr-4": {
3530
"Tests\\": "tests/"
3631
}
32+
},
33+
"scripts": {
34+
"test": [
35+
"phpunit"
36+
],
37+
"test-coverage": [
38+
"phpunit --coverage-html=tests/coverage"
39+
]
40+
},
41+
"scripts-descriptions": {
42+
"test": "Run all test suites.",
43+
"test-coverage": "Generate code coverage reports in tests/coverage."
44+
},
45+
"config": {
46+
"preferred-install": "dist",
47+
"sort-packages": true,
48+
"optimize-autoloader": true,
49+
"platform": {
50+
"php": "7.2"
51+
}
3752
}
3853
}
File renamed without changes.

0 commit comments

Comments
 (0)