Ph3nol / NotificationPusher

Standalone PHP library for easy devices notifications push.
MIT License
1.18k stars 273 forks source link

Fix PSR-4 fix for Composer deprecation #189

Closed viezel closed 4 years ago

viezel commented 4 years ago

Composer:

Deprecation Notice: Class Sly\Sly\NotificationPusher\Adapter\ApnsAPI located in ./vendor/sly/notification-pusher/src/Sly/NotificationPusher/Adapter/ApnsAPI.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in /vendor/composer/composer/src/Composer/Autoload/ClassMapGenerator.php:185

The namespace just needs to be updated.

ooglek commented 4 years ago

Let's get it fixed!

ooglek commented 4 years ago

New release soon with this update?