Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #11 from bendavies/upgrade-phpstan-and-safe
Browse files Browse the repository at this point in the history
upgrade phpstan to 0.12 and thecodingmachine/safe
  • Loading branch information
gulien authored Jan 24, 2020
2 parents 1829b37 + 55acb1f commit ad6ea58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"php-http/discovery": "^1.0",
"guzzlehttp/psr7": "^1.4.2",
"php-http/message": "^1.0",
"thecodingmachine/safe": "^0.1.8"
"thecodingmachine/safe": "^1.0"
},
"require-dev" : {
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "^3.2",
"phpstan/phpstan": "^0.10.5",
"thecodingmachine/phpstan-safe-rule": "^0.1.0",
"thecodingmachine/phpstan-strict-rules": "^0.10.7",
"phpstan/phpstan": "^0.12.7",
"thecodingmachine/phpstan-safe-rule": "^1.0",
"thecodingmachine/phpstan-strict-rules": "^0.12.0",
"php-http/mock-client": "^1.0",
"php-http/guzzle6-adapter": "^1.1",
"doctrine/coding-standard": "^6.0"
Expand All @@ -54,7 +54,7 @@
"scripts": {
"csfix": "phpcbf",
"cscheck": "phpcs",
"phpstan": "phpstan analyse src -c phpstan.neon --level=7 --no-progress -vvv",
"phpstan": "phpstan analyse src -c phpstan.neon --level=8 --no-progress -vvv",
"phpunit": "phpunit --configuration phpunit.xml.dist"
},
"extra": {
Expand Down

0 comments on commit ad6ea58

Please sign in to comment.