Hi , i am upgrading cakephp from 3.5.18 to 3.6 but i am getting the following warning
[ Deprecated (16384)](javascript:void(0);): Use Cake\Http\ServerRequest instead of Cake\Network\Request. - C:\wamp64\www\develop\vendor\composer\ClassLoader.php, line: 444 You can disable deprecation warnings by setting Error.errorLevel to E_ALL & ~E_USER_DEPRECATED in your config/app.php. [ CORE\src\Core\functions.php , line 311 ]
When i go to see the file classLoader.php then there is following code on Line 444
Normally in logs/debug.log you should find more details about where in you app (not in the vendor folder) is using Cake\Network\Request, see the stacktrace