Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge d94567a into 26efe24
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 27, 2018
2 parents 26efe24 + d94567a commit c0917f9
Show file tree
Hide file tree
Showing 15 changed files with 654 additions and 405 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@
"psr/http-message-implementation": "1.0"
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/get_header_from_array.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_host_and_port.php",
"src/functions/marshal_protocol_version.php",
"src/functions/marshal_request_path.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/normalize_uploaded_file_specification.php",
"src/functions/parse_cookie_header.php"
],
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c0917f9

Please sign in to comment.