-
Notifications
You must be signed in to change notification settings - Fork 23
Use Glide 2.0 #9
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
Conversation
|
Ah, I think we need to release 2.0 for all adapters then right? |
|
I believe so as change in I am only using symfony one, but changes are trivial so I can provide PRs for each of them if that'd help. |
|
I have created PRs in all glide-* packages in thephpleague to ease your work - they are as trivial as one can get. So it's just a case of accepting them and releasing 2.0 :) |
|
I guess we should fix tests in the adapters, as this PR wouldn't pass tests (the test relies in FilesystemInterface). If you have time to migrate to Github Actions that would be awesome, otherwise I'll have a look when I can. |
|
I will take a look and come back in a day or two with updated PR or comment that I have failed 👍 |
323ca74 to
ae9beb4
Compare
|
I have updates tests, phpunit and mockery and created github actions file. You can see working run here: https://github.com/Lustmored/glide-symfony/runs/2075558675 I don't know why it doesn't show up in PR - maybe if actions config is only in PR but not in main branch it doesn't run? But on my fork CI runs and all tests for code in this PR pass. If you will accept changes I will propagate similar changes to glide-* PRs. |
|
@tgalopin just a friendly reminder |
|
Thanks for the reminder :) . Tests are passing on master! |
That's good to hear. I will update PRs on other glide-* repositories in a few days probably 👍 |
|
@tgalopin it would be great if you could tag 2.0 here and hopefully merge and tag new versions on other glide-* packages. No pressure, just a reminder :) |
Since Glide have recently updated to version 2.0 this adapter should follow. This simple change adapts
SymfonyRequestFactoryto Flysystem 2 and update dependency onleague/glide