I am presenting the following problem and that is when opening my Yii2 application, the charge in my browser as follows link and I get the following error Fatal error: Cannot use 'Object' as class name as it is reserved in C:\xampp\htdocs\basic\vendor\yiisoft\yii2\base\Object.php on line 77
I'm using Xampp
Try changing the line referenced by the error from Object to BaseObject and I get the following error Fatal error: Cannot declare class yii\base\BaseObject, because the name is already in use in C:\xampp\htdocs\basic\vendor\yiisoft\yii2\base\Object.php on line 77
I also do the Object.php refactor to BaseObject and it throws me the following error
I managed to do composer update
and when I go to open the application I get the following error Can not use 'Object' as class name as it is reserved