I used this version:
"iron-io/iron_mq": "~3.0"
I had to delete the vendor directory and clear composer cache and do composer install to solve this issue, but I think if you update to 3.0 you're fine ;)
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I am moving a project over from 4.2 to 5.0 and I get this error for ironMQ:
FatalErrorException in IronConnector.php line 49: Class 'IronMQ' not found in IronConnector.php line 49 at HandleExceptions->fatalExceptionFromError(array('type' => '1', 'message' => 'Class 'IronMQ' not found', 'file' => '/Users/ollie_new/Sites/laravel/vendor/laravel/framework/src/Illuminate/Queue/Connectors/IronConnector.php', 'line' => '49')) in HandleExceptions.php line 116 at HandleExceptions->handleShutdown()
I have added "iron-io/iron_mq": "2.*", it to my composer.json in the require section, deleted composer.lock and run composer update followed by composer install. I still get the same error. Any ideas?
Thanks in advance.
I used this version:
"iron-io/iron_mq": "~3.0"
I had to delete the vendor directory and clear composer cache and do composer install to solve this issue, but I think if you update to 3.0 you're fine ;)
Please or to participate in this conversation.