-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Undefined function DI\object() when running couscous preview #216
Comments
Yes that would be great! (and thanks for digging into all that ^^) |
I'm facing the same issue, with php v7.2.13 and composer v1.9.1 This is my first try with couscous
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Going off of the Getting Started page, I started by installing couscous/couscous globally, which pulled in 1.6.1 (released March 2017).
However, when I went to run
couscous preview
, I got the following fatal error:It looks like PHP-DI 5.4.4 was a broken release, so running
composer global update
did allow thecouscous preview
command to at least run.Should the composer.json file version requirement be updated to 5.2.*, or should it be updated to ^5.4.5?
The text was updated successfully, but these errors were encountered: