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
This would help when autoloading (e.g. with sspak).
silverstripe/sspak#76
I noticed some of the namespaces are a bit inconsistent, but I could get it working with these in my local composer.json
"psr-4": { "PhpTek\\Sentry\\": "vendor/phptek/sentry/src/", "PhpTek\\Sentry\\Monolog\\": "vendor/phptek/sentry/src/" },
The text was updated successfully, but these errors were encountered:
Add autoloader directives
77c0fc9
Fix minor namespace bugs / style issues Fix indentation spaces Namespace tests Fixes phptek#50
Fix at #51 @phptek :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This would help when autoloading (e.g. with sspak).
silverstripe/sspak#76
I noticed some of the namespaces are a bit inconsistent, but I could get it working with these in my local composer.json
The text was updated successfully, but these errors were encountered: