facebookarchive / facebook-instant-articles-sdk-php

The Facebook Instant Articles SDK for PHP provides a native interface for creating and publishing Instant Articles.
https://instantarticles.fb.com/
Other
232 stars 148 forks source link

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

Open romainst opened 3 years ago

romainst commented 3 years ago

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

Actual Result

Suggested fix in composer.json

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

victorbuild commented 3 years ago

Hi! how do you deal with this problem?