pusher / pusher-http-php

PHP library for interacting with the Pusher Channels HTTP API
https://pusher.com/docs/server_api_guide
1.4k stars 306 forks source link

fix(publish): add composer.phar to .gitattributes to avoid class duplicates #363

Closed shehi closed 1 year ago

shehi commented 1 year ago

Because of composer.phar file that ends up in our ./vendor/pusher/.... class, we get to have many duplicate classes in IDEs. Published lib doesn't need this bulky file, so let's get rid of it.