Toni Rudolf
Toni Rudolf
I did not make the version BC because older versions of symfony can just use an older version of this bundle.
When having country specific translations there are locales like `de_CH` and `fr_FR`. In my opinion the "Missing" tab in the profiler should only offer the possibility to translate the non...
I've made a proof of concept for a solution where we can have multiple indexes for one document class again (https://github.com/ongr-io/ElasticsearchBundle/issues/902). The config can look like this: ``` ongr_elasticsearch: indexes:...
As I see it there is no chance to create more than one index using the same document type in version 6.0. Until now I have used my "Package" document...
I am not a 100% sure if this really isn't possible yet, but it seems like it isn't. We have multiple TLD's and one of them (.ch) needs to have...
Make use of autoload-dev to avoid having tests autoloaded in production environments.
This PR (https://github.com/plivo/plivo-php/pull/99/files) which should just have added some documentation examples, removed throwing an exception if the request was not ok. I do not think this was on purpose but...
Allow PHP8
- Bumped PHP version to 8.0 - Dropped PHP 5.6 support - Bumped PHPUnit version - Renamed Mixed to MixedMoney because mixed is a reserved word as of PHP 7