Florent SCHILDKNECHT
Florent SCHILDKNECHT
@ekeyte I do not think it would break the symfony configuration files themselves, but the risk is that it could break the integration if the API offered from `stripe/stripe-php` has...
If you are looking for alternatives, I find it much easier in more recent versions of Symfony to [register your own service](https://symfony.com/doc/current/service_container.html#creating-configuring-services-in-the-container) and provide parameters for it (such as the...
PS: unless I get some maintainers propositions in the coming month, I plan to officially deprecate this bundle around mid-december on packagist, at least to make everyone aware.
Hi @ArjanSchouten, thanks for taking the time to answer :) Short story, currently: `"arjanschouten/htmlminifier": "dev-master"` => requires `"illuminate/filesystem": "5.1.*|5.2.*"` => requires `"symfony/finder": "2.8.*|3.0.*"` Which means I can't use this minifier...
Hey @ArjanSchouten, I have already replaced the few `Illuminate\Support\Str` and `Illuminate\Support\Collection` dependencies by native PHP methods, if you create a repository for the codebase, I can make a pull request...
Great :) I'll create a PR max. monday then!
I have personally never used the editor itself, so might be biased by 👍 here, but I am in favor of minimizing the maintenance surface, especially before a stable v1.0...
Hi @khaledosman, I have been setting up semantic-release in a couple of Bitbucket (Cloud) projects as well, I think it could help to refer to Bitbucket's requirements to allow [pushing...
Hi @pvdlg, the recipe has been updated today, I'd love to hear your feedback on that update when you have a few minutes to spare? (The doc has been restructured...
Sounds good @tbinna, do you want to PR against this PR itself? (Not sure who can merge it or if some changes are still needed though)