As discussed in https://github.com/akiyamaSM/larapoll/issues/92, Composer 1.10 throws deprecation warnings because 3 folders (Traits, Helpers and Exceptions) have a case that does not match the namespaces. As of Composer 2.0 this project in its current form would fail to autoload correctly. This PR contains the fix which was to simply uppercase the first letter of those 3 folders.
closes https://github.com/akiyamaSM/larapoll/issues/92
As discussed in https://github.com/akiyamaSM/larapoll/issues/92, Composer 1.10 throws deprecation warnings because 3 folders (Traits, Helpers and Exceptions) have a case that does not match the namespaces. As of Composer 2.0 this project in its current form would fail to autoload correctly. This PR contains the fix which was to simply uppercase the first letter of those 3 folders.