Skip to content

Commit b9c5268

Browse files
authored
Merge pull request #3 from appsinet/release/r0.1.1
Update captainhook to 5.1
2 parents 769afd0 + f9e83f5 commit b9c5268

File tree

3 files changed

+146
-204
lines changed

3 files changed

+146
-204
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: php
22

33
php:
4-
- 7.2
54
- 7.3
6-
- nightly
5+
- 7.4
76

87
matrix:
98
fast_finish: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"require": {
1414
"php": "^7.2.0",
15-
"captainhook/captainhook": "^4.0"
15+
"captainhook/captainhook": "^5.1"
1616
},
1717
"require-dev": {
18-
"captainhook/plugin-composer": "^4.0",
18+
"captainhook/plugin-composer": "^5.1",
1919
"phpunit/phpunit": "^8.0",
2020
"squizlabs/php_codesniffer": "^2.9.0",
2121
"phing/phing": "^2.16",

0 commit comments

Comments
 (0)