Skip to content

Commit

Permalink
Merge d04a7cf into 0621e3f
Browse files Browse the repository at this point in the history
  • Loading branch information
tux-rampage committed Nov 4, 2020
2 parents 0621e3f + d04a7cf commit d0a75e9
Show file tree
Hide file tree
Showing 41 changed files with 410 additions and 496 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -18,14 +18,14 @@ matrix:
- php: 7.3
env:
- DEPS=latest
- TEST_COVERAGE=true
- STATIC_ANALYSIS=true
- php: 7.4
env:
- DEPS=lowest
- php: 7.4
env:
- DEPS=latest
- TEST_COVERAGE=true
- STATIC_ANALYSIS=true
- php: nightly
env:
- DEPS=lowest
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Expand Up @@ -37,9 +37,10 @@
"laminas/laminas-coding-standard": "^2",
"laminas/laminas-servicemanager": "^3.4",
"mikey179/vfsstream": "^1.6.7",
"phpstan/phpstan": "^0.12",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.3"
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.13.0",
"vimeo/psalm": "^4.0"
},
"conflict": {
"laminas/laminas-servicemanager-di": "*",
Expand All @@ -66,11 +67,11 @@
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"analyse": "phpstan analyse --no-progress -c phpstan.neon",
"analyse": "psalm --shepherd --stats",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-di": "^3.1.2"
}
}
}
332 changes: 0 additions & 332 deletions phpstan-baseline.neon

This file was deleted.

6 changes: 0 additions & 6 deletions phpstan.neon

This file was deleted.

0 comments on commit d0a75e9

Please sign in to comment.