composer now throwing an error after attempting to setup IronMQ -
i ran composer self-update
then added in composer.json
"iron-io/iron_mq": "*"
the ran
composer update
and
composer install
but no matter i'm getting error
c:\project>composer install loading composer repositories package information installing dependencies (including require-dev) lock file warning: lock file not date latest changes in composer.json. may getting outdated dependencies. run update update them. nothing install or update generating autoload files fatal error: class 'ironcore' not found in c:\project\vendor\iron-io\iron_mq\ironmq.class.php on line 118 script php artisan optimize handling post-install-cmd event returned error [runtimeexception] error output: install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader]
did corrupted what's going on? tried remove line in composer error stuck there now!
uh... no idea happened.
try to:
- declare exact version: (latest iron_mq: 1.4.5)
- add line iron_core dependency (should work without though):
"iron-io/iron_core": "0.1.5"
edit:
please test latest iron_mq version (1.4.6)
Comments
Post a Comment