We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just installed phing-2.15.2.phar and am attempting to run it (on a Mac) and am getting:
PHP Fatal error: Class '\Symfony\Component\Yaml\Parser' not found in phar:///usr/local/bin/phing/classes/phing/system/io/YamlFileParser.php on line 44
My deployment script works ok if I install phing from source via composer.
The text was updated successfully, but these errors were encountered:
The phar file doesn't include composer dependencies, it should at least include the bare essentials. Also see #566.
Sorry, something went wrong.
6954db4 and fddf1f7 introduce part of the fix for this issue.
Throws exception if dependency is not installed correctly.
580fd3c
Related to phingofficial#614
Throws exception if dependency is not installed correctly. (#623)
197bf98
Related to #614
Should be fixed now.
No branches or pull requests
I just installed phing-2.15.2.phar and am attempting to run it (on a Mac) and am getting:
PHP Fatal error: Class '\Symfony\Component\Yaml\Parser' not found in phar:///usr/local/bin/phing/classes/phing/system/io/YamlFileParser.php on line 44
My deployment script works ok if I install phing from source via composer.
The text was updated successfully, but these errors were encountered: