-
Notifications
You must be signed in to change notification settings - Fork 177
feat: implement flysystem #3454
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
base: master
Are you sure you want to change the base?
Conversation
@@ -4,7 +4,7 @@ | |||
"description": "🧿 Bolt 5 Core", | |||
"license": "MIT", | |||
"require": { | |||
"php": ">=7.2.9", | |||
"php": "^8.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to bump this in order to install flysystem v3
@bobdenotter @praswicaksono What happened to this PR? Ah, I see. Bob has passed https://twokings.nl/. I'm sure this probably happened a while ago, but only just recently found Bolt, so I'm just finding out now. |
@praswicaksono Would you be open to update this PR for the latest Bolt version? |
@bobvandevijver but I think we need to focus to upgrade symfony to LTS version first |
Well, strictly speaking we are already using the Symfony LTS that currently has the longest support. Regarding the PHP version see #3538 and vote 😃 |
This PR will bump php to
8.0
in order to support flysystem v3The approach are to mount every directory that available in
filemanager
andfile-edit
FilemanagerController
usingFilesystemManager
FileEditController
usingFilesystemManager
ImageController
usingFilesystemManager