stable

Clone or download

Read-only

request #18369: Upgrade to Flysystem 2.0

The Git LFS plugin should continue to work as before. You can find the what's new in Flysystem 2.0 here: https://flysystem.thephpleague.com/v2/docs/what-is-new/ Change-Id: I26366f869f19106a2f3a37f83ede95375de4688c

Modified Files

Name
M plugins/gitlfs/composer.json +1 −1 Go to diff View file
M plugins/gitlfs/composer.lock +47 −50 Go to diff View file
M plugins/gitlfs/include/Authorization/Action/ActionAuthorizationRemover.php +10 −10 Go to diff View file
M plugins/gitlfs/include/Download/FileDownloaderController.php +4 −4 Go to diff View file
M plugins/gitlfs/include/LFSObject/LFSObjectRemover.php +7 −14 Go to diff View file
M plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferDownloadController.php +5 −5 Go to diff View file
M plugins/gitlfs/include/Transfer/Basic/LFSBasicTransferObjectSaver.php +21 −28 Go to diff View file
M plugins/gitlfs/include/Transfer/LFSTransferVerifier.php +15 −24 Go to diff View file
M plugins/gitlfs/include/gitlfsPlugin.php +4 −6 Go to diff View file
M plugins/gitlfs/tests/unit/Authorization/Action/ActionAuthorizationRemoverTest.php +28 −13 Go to diff View file
M plugins/gitlfs/tests/unit/Download/FileDownloaderControllerTest.php +2 −2 Go to diff View file
M plugins/gitlfs/tests/unit/LFSObject/LFSObjectRemoverTest.php +9 −30 Go to diff View file
M plugins/gitlfs/tests/unit/Transfer/Basic/LFSBasicTransferObjectSaverTest.php +17 −20 Go to diff View file
M plugins/gitlfs/tests/unit/Transfer/LFSTransferVerifierTest.php +11 −11 Go to diff View file