Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no matching dependency package #18

Closed
pajooh opened this issue Feb 5, 2014 · 2 comments
Closed

no matching dependency package #18

pajooh opened this issue Feb 5, 2014 · 2 comments

Comments

@pajooh
Copy link

pajooh commented Feb 5, 2014

in composer.json, i require

        "maatwebsite/excel": "dev-master"

and i get

$php composer.phar 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
    - Installation request for maatwebsite/excel dev-master -> satisfiable by maatwebsite/excel[dev-master].
    - maatwebsite/excel dev-master requires phpoffice/phpexcel dev-master -> 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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
@mewben
Copy link
Contributor

mewben commented Feb 6, 2014

For now, I changed my composer.json to minimum-stability: 'dev'.

@MaatwebsiteSupport
Copy link
Contributor

It's impossible to fix it, I'm almost completely certain it has to do with the original PHPExcel package of which (as the error states) no matching (stable) package can be found.

The only fix is to use minimum-stability: 'dev', which isn't a bad thing. A lot of the most popular Laravel packages only work with minimum-stability: 'dev'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants