-
Notifications
You must be signed in to change notification settings - Fork 9
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
Deprecation Notice: Class Bmatovu\LaravelXml\Support\XMLElement #3
Comments
Let me review this. Thanks |
@mtvbrianking thanks. |
@trollfalgar what are the steps to reproduce this issue? And which versions of the package, and version of composer are you using? |
Everytime I run the command: I'm using version 2.0.0 of the package. |
@mtvbrianking with version 1.8.6 of composer, this warning is not appearing. |
@trollfalgar I think, I found the issue... class XMLElement extends \SimpleXMLElement {
// ...
}
Fixing this will require a major release for backward compatibility. |
I thought that could be it. Maybe using DOMDocument class??? |
Great, I could use some help on this 🤝 |
any answer on this issue @mtvbrianking ? |
None. Issue is still open to PRs |
Can you check this:
Deprecation Notice: Class Bmatovu\LaravelXml\Support\XMLElement located in C:/laragon/www/project/vendor/bmatovu/laravel-xml/src\Support\XmlElement.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/s rc/Composer/Autoload/ClassMapGenerator.php:201
Something in XmlElement.php does not comply with psr-4.
Thanks.
The text was updated successfully, but these errors were encountered: