Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Dependency deprecation notice #12

Closed
Renegade334 opened this issue Mar 26, 2015 · 2 comments
Closed

Dependency deprecation notice #12

Renegade334 opened this issue Mar 26, 2015 · 2 comments

Comments

@Renegade334
Copy link
Contributor

On running bin/phergie-scaffold, the following is returned before each prompt:

PHP Deprecated: "Symfony\Component\Console\Helper\DialogHelper" is deprecated since version 2.5 and will be removed in 3.0. Use "Symfony\Component\Console\Helper\QuestionHelper" instead. in /snip/phergie/phergie-irc-plugin-react-scaffold/vendor/symfony/console/Symfony/Component/Console/Helper/HelperSet.php on line 82

@chrismou
Copy link
Contributor

Confirmed, I'm getting the same.

I noticed that a composer update has upgraded symfony console & process from 2.4 to 2.7, which will explain the deprecation notice suddenly appearing.

The simplest fix here will be to just switch out the console/process requirements from ~2.4 to 2.4.* in composer.json

@svpernova09
Copy link
Member

Would be open to a better fix, but this should resolve the warnings until then.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants