fullpipe / twig-webpack-extension

Inject your webpack entry points into twig templates with easy.
MIT License
51 stars 14 forks source link

Download of v3 not possible #11

Closed odan closed 4 years ago

odan commented 4 years ago

If I try to upgrade to v3 via composer I get the following error message:

composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package fullpipe/twig-webpack-extension ^3 exists as fullpipe/twig-webpack-extension[dev-fix-depricated-source-method-use, dev-maste
r, v1.0, v1.0.1, v2.0.0, v2.0.1] but these are rejected by your constraint.

According to packagist, v3 is not available: https://packagist.org/packages/fullpipe/twig-webpack-extension

image

fullpipe commented 4 years ago

Hello. May be some problems with packagist.

Works fine for me

composer require fullpipe/twig-webpack-extension
Using version ^3.0 for fullpipe/twig-webpack-extension
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)

Try one more time

odan commented 4 years ago

Now it works. Thanks.

image