Merge pull request #678 from pcambra/add-zend-diactoros-example

Added Zend diactoros library dependency to the examples
This commit is contained in:
Andrew Millington 2017-11-07 16:27:26 +00:00 committed by GitHub
commit 6bb416ce78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@
"lcobucci/jwt": "^3.1",
"paragonie/random_compat": "^2.0",
"psr/http-message": "^1.0",
"defuse/php-encryption": "^2.1"
"defuse/php-encryption": "^2.1",
"zendframework/zend-diactoros": "^1.0"
},
"autoload": {
"psr-4": {