martin-georgiev / social-post-bundle

Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
https://packagist.org/packages/martin-georgiev/social-post-bundle
MIT License
39 stars 17 forks source link

Support for Symfony 5 #31

Closed tacman closed 4 years ago

tacman commented 4 years ago

Symfony 5 is out now, can you update the bundle please.

Run

    DIR=symfony5-bundle-test && mkdir $DIR && cd $DIR && symfony new --full . 
    composer require martin-georgiev/social-post-bundle

Produces

Using version ^3.0 for martin-georgiev/social-post-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Restricting packages listed in "symfony/symfony" to "5.0.*"
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - martin-georgiev/social-post-bundle v3.0.3 requires symfony/framework-bundle ^3.0|^4.1.12 -> no matching package found.
    - martin-georgiev/social-post-bundle v3.0.2 requires symfony/framework-bundle ^3.0|^4.0 -> no matching package found.
    - martin-georgiev/social-post-bundle v3.0.1 requires symfony/framework-bundle ^3.0|^4.0 -> no matching package found.
    - martin-georgiev/social-post-bundle v3.0.0 requires symfony/framework-bundle ^3.0|^4.0 -> no matching package found.
    - Installation request for martin-georgiev/social-post-bundle ^3.0 -> satisfiable by martin-georgiev/social-post-bundle[v3.0.0, v3.0.1, v3.0.2, v3.0.3].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
 - It's a private package and you forgot to add a custom repository to find it

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.

Installation failed, reverting ./composer.json to its original content.
martin-georgiev commented 4 years ago

Do you mind opening a PR for this? I'll happily merge once CI steps report everything green.

abelardolg commented 4 years ago

It still continues with no solving.

I've just run composer statement and it produced the same message.

Any updates?

Brs.

martin-georgiev commented 4 years ago

It still continues with no solving.

I've just run composer statement and it produced the same message.

Any updates?

Brs.

It would be nice when the project receives some external contributions.