Skip to content

Commit

Permalink
DP-460 Upgrade to PHP 8.1 / Laravel 9
Browse files Browse the repository at this point in the history
- Update dependencies
- Get rid of global helper functions
- Alter error handling
- Change the metadata retrieval logic
- Get rid of use adapter pattern directly, use the FilesystemOperator instead
- Change mime type detector
- Get rid of old info normalizers
- Fix Cache-Control headers
- Refactor blob streaming in order to support file caching
- Lock WebDAV adaptor version

We captured the version of the WebDAV adaptor because we found a problem
with the directory creation. WebDav v3.1.1 does not have this problem.
Need to unlock the version after fixing this bug in the adapter.
  • Loading branch information
daniilly committed Mar 1, 2023
1 parent 61a72b3 commit 64faf07
Show file tree
Hide file tree
Showing 15 changed files with 480 additions and 423 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"dreamfactory/df-core": "~0.25",
"league/flysystem-sftp": "^1.0",
"league/flysystem-webdav": "^1.0"
"dreamfactory/df-core": "~1.0",
"league/flysystem-ftp": "^3.0",
"league/flysystem-sftp-v3": "^3.0",
"league/flysystem-webdav": "3.1.1"
},
"require-dev": {
"phpunit/phpunit": "@stable"
Expand Down
Loading

0 comments on commit 64faf07

Please sign in to comment.