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

Composer update - Be careful to yaml version - Environnements menu disapears #61

Open
JacquesJahnichen opened this issue May 31, 2017 · 1 comment

Comments

@JacquesJahnichen
Copy link

Hello,

To update codeception to 2.3.* you have to update symfony/yaml. But on Webception front end the "Environnements" menu disapears when you update "symfony/yaml" around 3.4.

Here is the configuration you have to keep on your composer.json

    "require": {
        "php": ">=5.3.0",
        "slim/slim": "2.*",
        "slim/views": "0.1.*",
        "twig/twig": "~1.13",
        "codeception/codeception": "2.3.*",
        "symfony/yaml": "2.7.x-dev"
    },
@stell
Copy link

stell commented Jul 25, 2017

This helped me because webceptions codeception dropped this:
Call to undefined method AcceptanceTester::seeInDatabase

After updating everything is fine.

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