spatie / wordpress-ray

Debug with Ray to fix problems faster in WordPress apps
https://myray.app
MIT License
73 stars 14 forks source link

Fix namespaces. #25

Closed jeffreyvr closed 3 years ago

jeffreyvr commented 3 years ago

Adding a composer post install script to fix namespaces in vendor/symfony/var-dumper/Cloner/AbstractCloner.php.

Fixing https://github.com/spatie/wordpress-ray/issues/24

freekmurze commented 3 years ago

Thanks!

szepeviktor commented 3 years ago

Why don't you simply use mozart for prefixing namespaces?

freekmurze commented 3 years ago

@szepeviktor Because I simply don't know Mozart (I'm not into WordPress). If this can be fixed in a a simpler way, feel free to create a PR that fixes the problem.

szepeviktor commented 3 years ago

I manage WordPress installations with (a central) Composer, so I don't know Mozart :)