Skip to content

Commit

Permalink
Merge pull request #17 from ebln/fix-docs
Browse files Browse the repository at this point in the history
Update packages & commentary on preSend()
  • Loading branch information
ebln committed Nov 5, 2020
2 parents 15252d2 + 827edf6 commit 7dda5b8
Show file tree
Hide file tree
Showing 3 changed files with 1,152 additions and 232 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
}
},
"require": {
"php": "^7.2",
"guzzlehttp/psr7": "^1.6",
"php": "^7.2",
"webmozart/assert": "^1.6"
},
"archive": {
"exclude": ["vendor/*", "tests/", "mock/", ".*", "phpunit.xml.dist", "coverage/"]
},
"require-dev": {
"php": "^7.2",
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^8",
"phpstan/phpstan": "0.12.6",
"vimeo/psalm": "^3.8",
"composer/package-versions-deprecated": "^1.11",
"php-http/psr7-integration-tests": "^1.1",
"phpmd/phpmd": "^2.8",
"php-http/psr7-integration-tests": "dev-master",
"phpstan/phpstan-webmozart-assert": "^0.12.2"
"phpstan/phpstan": "^0.12.54",
"phpstan/phpstan-webmozart-assert": "^0.12.2",
"phpunit/phpunit": "^8",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^3.8"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7dda5b8

Please sign in to comment.