Igor Mukhin

Results 6 comments of Igor Mukhin

@garak Hi. Services defined as abstract. We can't use it as is. We need to define our own services - with all proper parameters; - or with parents from this...

+1 http://bower.io/docs/creating-packages/#register

This is an example how I've implemented that. (After that it was wiped out as far as finally we decided we don't need to test `1.2`, so you will not...

Clean example: ```yaml # .travis.yml env: matrix: - SYMFONY_VERSION="3.4.*" SYLIUS_VERSION="1.2.*" - SYMFONY_VERSION="4.1.*" SYLIUS_VERSION="1.2.*" - SYMFONY_VERSION="3.4.*" SYLIUS_VERSION="1.3.*" - SYMFONY_VERSION="4.1.*" SYLIUS_VERSION="1.3.*" matrix: exclude: # Sylius 1.3 won't work on PHP 7.1 -...

Hi. This error occurs when you haven't override form template (and so not defined that `remote_url` in field's options) with some autocomplete field. Follow docs and override templates as mentioned...