Dmitry Khomutov
Dmitry Khomutov
@RobLoach It is already works like you describe. See [composer.json](https://github.com/php-censor/php-censor/blob/master/composer.json)
The main purpose is make a minimalistic package-dependency with interfaces for third-party plugins (`common-lib`). For example this will allow to run plugin without PHP Censor for testing. Moving embedded plugins...
The idea is good and right, I also thought about this. But I see the implementation like this: 1. This should be in the environment settings 2. You don't need...
I will think about it seriously soon and try to add examples. I don't insist on my vision, I just propose to consider all variants before implementing such huge feature....
@ss-gxp I understood you about build config (.php-censor.yml). About "configuration dependent on the environment", - No) I want to add different environment variables to the different environments (I didn't write...
It's too early to talk about it. But If I will work on the issue, then I will choose the Symfony4 (In my opinion Symfony more stable and predictable). If...
@ismaail Of course, any contribution will be a great help! So far, I don't have enough free time for so big changes. Perhaps something will change in the future.
@SimonHeimberg Thanks!
https://github.com/Block8/PHPCI/pull/838
@SimonHeimberg Thank you for the detailed explanation.