php-slack / slack

A simple PHP package for sending messages to Slack, with a focus on ease of use and elegant syntax.
BSD 2-Clause "Simplified" License
135 stars 27 forks source link

Fix to PSR-4 #62

Closed yuuan closed 3 years ago

yuuan commented 3 years ago

Fix these.

Class Slack\Tests\BlockElement\TextInputUnitTest located in ./vendor/alek13/slack/tests/BlockElement/TextInputTestCase.php does not comply with psr-4 autoloading standard. Skipping.
Class Slack\Tests\BlockElements\TextUnitTest located in ./vendor/alek13/slack/tests/BlockElement/TextUnitTest.php does not comply with psr-4 autoloading standard. Skipping.

These warnings are printed when composer install.

yuuan commented 3 years ago

Please publish a new version.

alek13 commented 3 years ago

done