Code Monkey home page Code Monkey logo

Comments (5)

ngschaider avatar ngschaider commented on June 19, 2024 2

I also had this problem.
@tonydspaniard trick worked.
Just open composer.json and change the minimum-stability to dev
and add a new entry (if not already there) for prefer-stable and set it to true

from yii2-select2-widget.

cronfy avatar cronfy commented on June 19, 2024 2

What if I can't set "minimum-stability": "dev"? I afraid it can affect other packages' stability.

from yii2-select2-widget.

twinpigs avatar twinpigs commented on June 19, 2024
Your requirements could not be resolved to an installable set of packages.                               

  Problem 1
    - Installation request for 2amigos/yii2-select2-widget ^0.1.2 -> satisfiable by 2amigos/yii2-select2-widget[0.1.2].
    - 2amigos/yii2-select2-widget 0.1.2 requires bower-asset/select2-bootstrap-theme ~0.1.0-beta.10 -> no matching package found.

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.

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

from yii2-select2-widget.

Maxwellspb avatar Maxwellspb commented on June 19, 2024

Same one

from yii2-select2-widget.

tonydspaniard avatar tonydspaniard commented on June 19, 2024

@maxim-kn-akvilon @twinpigs @Maxwellspb can you try the following? Add this to your composer file:

"minimum-stability": "dev", 
"prefer-stable": true,

The issue is that there is no version for bootstrap theme out of a beta...

from yii2-select2-widget.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.