Skip to content

Commit

Permalink
Merge pull request #32 from fr3nch13/2.x-dev
Browse files Browse the repository at this point in the history
Deprecation updates.
  • Loading branch information
fr3nch13 authored Apr 5, 2022
2 parents d46e146 + 062a3de commit 8daacce
Show file tree
Hide file tree
Showing 5 changed files with 720 additions and 592 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:
format: clover
environment:
php:
version: "7.3"
version: "7.4"
filter:
excluded_paths:
- 'tests/*'
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: php
os: linux

php:
- 7.3
- 7.4

env:
Expand All @@ -14,7 +13,7 @@ jobs:
fast_finish: true
#allow_failures:
include:
- php: 7.3
- php: 7.4
env: COVERAGE=1

install:
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
"coverage-text": "vendor/bin/phpunit --coverage-text --colors=never"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"cakephp/plugin-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}
Loading

0 comments on commit 8daacce

Please sign in to comment.