We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 769afd0 + f9e83f5 commit b9c5268Copy full SHA for b9c5268
.travis.yml
@@ -1,9 +1,8 @@
1
language: php
2
3
php:
4
- - 7.2
5
- 7.3
6
- - nightly
+ - 7.4
7
8
matrix:
9
fast_finish: true
composer.json
@@ -12,10 +12,10 @@
12
],
13
"require": {
14
"php": "^7.2.0",
15
- "captainhook/captainhook": "^4.0"
+ "captainhook/captainhook": "^5.1"
16
},
17
"require-dev": {
18
- "captainhook/plugin-composer": "^4.0",
+ "captainhook/plugin-composer": "^5.1",
19
"phpunit/phpunit": "^8.0",
20
"squizlabs/php_codesniffer": "^2.9.0",
21
"phing/phing": "^2.16",
0 commit comments