Closed taylorotwell closed 11 years ago
Few questions:
The issue is that auto-loading the .phar like that will cause weird characters to be dumped to the screen.
Really all you need to do is swap the autoload from the .phar to the .class file, like this: http://paste.laravel.com/fKI
It won't affect your other users at all. After you change that, I would suggest making a new minor version tag so that Composer will see a new stable version.
Make sense. Will do.
Thanks!
@taylorotwell test it please.
"iron-io/iron_mq": "1.4.2"
Looks good! Thanks
Hi, I'm the creator / maintainer of Laravel, one of the most popular PHP frameworks. We ship an IronMQ driver for our unified Queue API in the latest version of the framework.
We're having some issues with the
.phar
file being included in the Composer setup. Currently, you have the .phar file in yourautoload
array of thecomposer.json
file. Can you remove that? If someone is using the library via Composer, there would be no need to use the .phar.