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

Can't install with Laravel 5.2 #21

Open
ChristianGiupponi opened this issue Apr 20, 2016 · 1 comment
Open

Can't install with Laravel 5.2 #21

ChristianGiupponi opened this issue Apr 20, 2016 · 1 comment

Comments

@ChristianGiupponi
Copy link

I have added this to my composer.json file:

"tareq1988/wp-eloquent": "dev-master"

this is the result after composer update:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: remove laravel/framework v5.2.30
    - Conclusion: don't install laravel/framework v5.2.30
    - Conclusion: don't install laravel/framework v5.2.29
    - Conclusion: don't install laravel/framework v5.2.28
    - Conclusion: don't install laravel/framework v5.2.27
    - Conclusion: don't install laravel/framework v5.2.26
    - Conclusion: don't install laravel/framework v5.2.25
    - Conclusion: don't install laravel/framework v5.2.24
    - Conclusion: don't install laravel/framework v5.2.23
    - Conclusion: don't install laravel/framework v5.2.22
    - Conclusion: don't install laravel/framework v5.2.21
    - Conclusion: don't install laravel/framework v5.2.20
    - Conclusion: don't install laravel/framework v5.2.19
    - Conclusion: don't install laravel/framework v5.2.18
    - Conclusion: don't install laravel/framework v5.2.17
    - Conclusion: don't install laravel/framework v5.2.16
    - Conclusion: don't install laravel/framework v5.2.15
    - Conclusion: don't install laravel/framework v5.2.14
    - Conclusion: don't install laravel/framework v5.2.13
    - Conclusion: don't install laravel/framework v5.2.12
    - Conclusion: don't install laravel/framework v5.2.11
    - Conclusion: don't install laravel/framework v5.2.10
    - Conclusion: don't install laravel/framework v5.2.9
    - Conclusion: don't install laravel/framework v5.2.8
    - Conclusion: don't install laravel/framework v5.2.7
    - Conclusion: don't install laravel/framework v5.2.6
    - Conclusion: don't install laravel/framework v5.2.5
    - Conclusion: don't install laravel/framework v5.2.4
    - Conclusion: don't install laravel/framework v5.2.3
    - Installation request for tareq1988/wp-eloquent dev-master -> satisfiable by tareq1988/wp-eloquent[dev-master].
    - Conclusion: don't install laravel/framework v5.2.2
    - Conclusion: don't install laravel/framework v5.2.1
    - tareq1988/wp-eloquent dev-master requires illuminate/database 5.0.* -> satisfiable by illuminate/database[v5.0.0, v5.0.22, v5.0.25, v5.0.26, v5.0.27, v5.0.28, v5.0.33, v5.0.4].
    - don't install illuminate/database v5.0.0|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.22|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.25|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.26|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.27|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.28|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.33|don't install laravel/framework v5.2.0
    - don't install illuminate/database v5.0.4|don't install laravel/framework v5.2.0
    - Installation request for laravel/framework 5.2.* -> satisfiable by laravel/framework[v5.2.0, v5.2.1, v5.2.10, v5.2.11, v5.2.12, v5.2.13, v5.2.14, v5.2.15, v5.2.16, v5.2.17, v5.2.18, v5.2.19, v5.2.2, v5.2.20, v5.2.21, v5.2.22, v5.2.23, v5.2.24, v5.2.25, v5.2.26, v5.2.27, v5.2.28, v5.2.29, v5.2.3, v5.2.30, v5.2.4, v5.2.5, v5.2.6, v5.2.7, v5.2.8, v5.2.9].
@tareq1988
Copy link
Owner

Laravel already has the eloquent package. As we support PHP 5.4, we are using a lower version of Eloquent and thats why other dependencies of Laravel is showing error. So don't use this package with Laravel itself, use it in your WordPress plugin.

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

2 participants