Skip to content

Commit

Permalink
Merge pull request #3 from appsinet/release/r0.1.1
Browse files Browse the repository at this point in the history
Update captainhook to 5.1
  • Loading branch information
shochdoerfer authored Feb 21, 2020
2 parents 769afd0 + f9e83f5 commit b9c5268
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 204 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php

php:
- 7.2
- 7.3
- nightly
- 7.4

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": "^7.2.0",
"captainhook/captainhook": "^4.0"
"captainhook/captainhook": "^5.1"
},
"require-dev": {
"captainhook/plugin-composer": "^4.0",
"captainhook/plugin-composer": "^5.1",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^2.9.0",
"phing/phing": "^2.16",
Expand Down
Loading

0 comments on commit b9c5268

Please sign in to comment.