facebook-instant-articles-sdk-php icon indicating copy to clipboard operation
facebook-instant-articles-sdk-php copied to clipboard

Integration in Symfony 5 is not possible because of css selector version in composer.json

Open romainst opened this issue 4 years ago • 1 comments

Steps required to reproduce the problem

  1. Integration of the SDK is not possible within Symfony 5 because of symfony/css-selector versions stated in composer.json

Expected Result

  • Building works properly without Symfony 4 files

Actual Result

  • Building with Symfony 5 does not work

Suggested fix in composer.json

"symfony/css-selector": "^2.8 || ^3.1 || ^4.1 || ^5.1",

romainst avatar Nov 30 '20 09:11 romainst

Hi! how do you deal with this problem?

victorbuild avatar May 28 '21 03:05 victorbuild