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

Commit

Permalink
Implement PSR-7 file upload moving.
Browse files Browse the repository at this point in the history
  • Loading branch information
alextech authored and weierophinney committed Dec 12, 2018
1 parent 31c649d commit f97d416
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 128 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,17 @@
"require-dev": {
"pear/archive_tar": "^1.4.3",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"psr/http-message": "^1.0",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-crypt": "^3.2.1",
"zendframework/zend-diactoros": "^1.8",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
"zendframework/zend-uri": "^2.6"
},
"suggest": {
"zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
"zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
"zendframework/zend-diactoros": "Zend\\Diactoros for filtering files uploaded through PSR-7 middleware",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
"zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
},
Expand Down
Loading

0 comments on commit f97d416

Please sign in to comment.