Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Issue #44: Update code to support PHP 7.4 changes. (#63)
Browse files Browse the repository at this point in the history
* Issue #44: Add 7.4 check into the Travis build cycle.

* Issue #44: Update PHPUnit and tests to handle deprecations.

* Issue #44: Some code formatting and deprecation updates.
  • Loading branch information
swichers authored Feb 12, 2020
1 parent 67381fc commit 9aedd09
Show file tree
Hide file tree
Showing 10 changed files with 243 additions and 264 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- '7.2'
- '7.3'
- '7.4'

git:
quiet: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0 || ^0.6.0",
"drupal/coder": "^8.3",
"phpunit/phpunit": "^6.5 || ^4.8"
"phpunit/phpunit": "^8.5 || ^6.5"
},
"config": {
"platform": {
Expand Down
Loading

0 comments on commit 9aedd09

Please sign in to comment.