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

phar file not working - \Symfony\Component\Yaml\Parser' not found #614

Closed
justintilson opened this issue Oct 31, 2016 · 3 comments
Closed
Milestone

Comments

@justintilson
Copy link

justintilson commented Oct 31, 2016

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.

@mrook mrook modified the milestone: 2.16.0 Nov 1, 2016
@mrook
Copy link
Member

mrook commented Nov 3, 2016

The phar file doesn't include composer dependencies, it should at least include the bare essentials. Also see #566.

@mrook
Copy link
Member

mrook commented Nov 9, 2016

6954db4 and fddf1f7 introduce part of the fix for this issue.

@mrook
Copy link
Member

mrook commented Dec 6, 2016

Should be fixed now.

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

No branches or pull requests

2 participants