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

examples require fixes #4

Closed
wants to merge 1 commit into from
Closed

examples require fixes #4

wants to merge 1 commit into from

Conversation

wturyn
Copy link

@wturyn wturyn commented Jul 7, 2015

Fixes client.php and server.php require path in examples.
Should be dirname(__FILE__) or __DIR__, i went with latter.

@trowski
Copy link
Contributor

trowski commented Jul 8, 2015

dirname(__DIR__) is correct for these files being located in the examples directory, since the vendor directory should be installed in the same directory as composer.json. Are you moving the example files before running them?

@wturyn
Copy link
Author

wturyn commented Jul 17, 2015

My mistake, closing.

@wturyn wturyn closed this Jul 17, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants