Skip to content

Commit

Permalink
Merge pull request #43 from jwage/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jwage authored Apr 11, 2019
2 parents cfccccf + 8d40567 commit b4dd4cc
Show file tree
Hide file tree
Showing 8 changed files with 504 additions and 358 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.phpcs-cache
/phpstan.neon
/vendor
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
analysis:
environment:
php:
version: 7.1
version: 7.2
cache:
disabled: false
directories:
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ sudo: false
language: php

php:
- 7.1
- 7.2
- nightly

cache:
directories:
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@
}
},
"require": {
"php": "^7.1"
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^5.5|^6.5|^7.0"
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.5",
"phpstan/phpstan-strict-rules": "^0.11.0",
"phpunit/phpunit": "^8.1"
},
"extra": {
"branch-alias": {
Expand Down
Loading

0 comments on commit b4dd4cc

Please sign in to comment.