Skip to content

Commit

Permalink
Merge pull request #7 from chimeraphp/upgrade-libs
Browse files Browse the repository at this point in the history
Upgrade libs
  • Loading branch information
lcobucci authored Feb 22, 2019
2 parents 0f67be3 + 334156a commit 9e93c1b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/.phpcs.cache
/composer.lock
/infection-log.txt
/.phpunit.result.cache
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
dist: trusty
dist: xenial
sudo: false
language: php

php:
- 7.2
- 7.3
- 7.4snapshot
- nightly

cache:
Expand All @@ -22,6 +23,7 @@ script:

jobs:
allow_failures:
- php: 7.4snapshot
- php: nightly

include:
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"sort-packages": true
},
"require": {
"php": "^7.2",
"php": "^7.2 || ^8.0",
"ramsey/uuid": "^3.8"
},
"require-dev": {
"infection/infection": "^0.11",
"infection/infection": "^0.12",
"lcobucci/coding-standard": "^2.0",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.5",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
Expand Down
3 changes: 0 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ parameters:
paths:
- src
- tests

ignoreErrors:
- '#Parameter \#2 $haystack of static method PHPUnit\\Framework\\Assert::.*\(\) expects .*, array|object|null given#'

0 comments on commit 9e93c1b

Please sign in to comment.