stable

Clone or download

Read-only

Use the real PSR-15 interfaces instead of the PHP 5.6 compatible ones

No functionnal changes are expected, this is only a technical change. This is part of story #10721: upload documents with drag'n drop Change-Id: I9e137cb7f3679c69fed2d1035cfd63eedbcbaa2f

Modified Files

Name
M plugins/docman/include/Tus/TusCORSMiddleware.php +5 −7 Go to diff View file
M plugins/docman/include/Tus/TusServer.php +4 −6 Go to diff View file
M plugins/docman/include/Upload/FileUploadDispatcher.php +5 −7 Go to diff View file
M plugins/docman/phpunit/Tus/TusCORSMiddlewareTest.php +2 −2 Go to diff View file
M src/common/Http/Server/AlwaysSuccessfulRequestHandler.php +4 −2 Go to diff View file
D src/common/Http/Server/MiddlewareInterface.php +0 −37 Go to diff View file
D src/common/Http/Server/RequestHandlerInterface.php +0 −37 Go to diff View file
M src/common/REST/TuleapRESTCORSMiddleware.php +5 −7 Go to diff View file
M src/composer.json +2 −0 Go to diff View file
M src/composer.lock +107 −1 Go to diff View file
M tests/phpunit/common/REST/TuleapRESTCORSMiddlewareTest.php +2 −2 Go to diff View file