-
Notifications
You must be signed in to change notification settings - Fork 5
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
Would it be possible to add a cookbook for PHPSpec? #4
Comments
Yeah I'll look into it :) steps are always welcome of course |
zombor suggests these steps: in conjunction with a composer.json file which must be present, however zombor's file points to cordoval/phpspec as a dependency which has a problem. composer changed the location of their autoload.php file a few months ago and cordoval hasn't caught up. i forked it to fix the bug: and created a pull request (see commit): and since then someone else commented giving some different information: sorry it's not simple ;) |
I think I want to try doing this without composer... I'm just not ready for yet another badly implemented package manager. |
well... there is a slight difference here in that the packages are not installed to a global php space like how pear does it. these are dependencies so they're kept within the project directory itself. |
I mostly want to focus on core functionality for the |
https://github.com/zombor/Auto-Modeler-Demo/#specs
The text was updated successfully, but these errors were encountered: