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

Versions 1.2 and up only support Laravel 5? #45

Closed
sebastiaanluca opened this issue Dec 4, 2014 · 3 comments
Closed

Versions 1.2 and up only support Laravel 5? #45

sebastiaanluca opened this issue Dec 4, 2014 · 3 comments

Comments

@sebastiaanluca
Copy link

Simply put: laracasts/TestDummy ~1.2 and ~1.3 requires illuminate/support ~5.0, which throws dependency errors if using Laravel 4.2.x.

After composer install using "laracasts/testdummy": "~1.2":

Problem 1
    - laracasts/testdummy 1.3.3 requires illuminate/support ~5.0 -> no matching package found.
    - laracasts/testdummy 1.3.2 requires illuminate/support ~5.0 -> no matching package found.
    - laracasts/testdummy 1.3.1 requires illuminate/support ~5.0 -> no matching package found.
    - laracasts/testdummy 1.3 requires illuminate/support ~5.0 -> no matching package found.
    - laracasts/testdummy 1.2 requires illuminate/support ~5.0 -> no matching package found.
    - Installation request for laracasts/testdummy ~1.2 -> satisfiable by laracasts/testdummy[1.2, 1.3, 1.3.1, 1.3.2, 1.3.3].
@gmhenderson
Copy link

+1

I would like to be able to use $digit but need to support Laravel 4.2.x

@sebastiaanluca
Copy link
Author

In the mean time, you can use my slightly modified package:

    "require-dev": {
        "laracasts/testdummy": "dev-master"
    },

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Quagh/TestDummy.git"
        }
    ]

@swekaj
Copy link
Contributor

swekaj commented Dec 25, 2014

Version 2.0 and on no longer have the same requirement.

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

Successfully merging a pull request may close this issue.

4 participants