Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade flysystem to v2 #70

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 27, 2021

  1. update league/flysystem:~2.0

    ikeyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8342580 View commit details
    Browse the repository at this point in the history
  2. clean up encodePath

    ikeyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a68426a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5d9fcc View commit details
    Browse the repository at this point in the history
  4. remove pathPrefix notion

    ikeyan committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0618349 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. signature of read() changed

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    032bc83 View commit details
    Browse the repository at this point in the history
  2. refactor isDirectory

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    e107616 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df0cd7 View commit details
    Browse the repository at this point in the history
  4. drop streamedCopy

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    30f0931 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1807be7 View commit details
    Browse the repository at this point in the history
  6. upgrade listContents

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    6489fa8 View commit details
    Browse the repository at this point in the history
  7. upgrade metadata accessors

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    6b6aedf View commit details
    Browse the repository at this point in the history
  8. upgrade delete/copy/move

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4ccfa20 View commit details
    Browse the repository at this point in the history
  9. upgrade write

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    f26c7ba View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5af7427 View commit details
    Browse the repository at this point in the history
  11. catch ClientException

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4c3da19 View commit details
    Browse the repository at this point in the history
  12. upgrade phpunit to 8

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    200e249 View commit details
    Browse the repository at this point in the history
  13. fix tests

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    35a03f7 View commit details
    Browse the repository at this point in the history
  14. drop support for php<7.2

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    4c50ecc View commit details
    Browse the repository at this point in the history
  15. use phpdoc return type

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    dee1083 View commit details
    Browse the repository at this point in the history
  16. resolve warnings

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    3c3a76d View commit details
    Browse the repository at this point in the history
  17. remove unused variables

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    73ca24b View commit details
    Browse the repository at this point in the history
  18. add php 8.0 to travis yaml

    ikeyan committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    0688d8f View commit details
    Browse the repository at this point in the history