Questions tagged [laminas-dependency-plugin]
3 questions
7
votes
5 answers
Magento 2 Fatal Error when running composer:install
Clone fresh Magento 2 instance;
2.Run composer:install
Fatal Error:
PHP Fatal error: Uncaught Error: Undefined class constant 'PRE_COMMAND_RUN'

mageto2user
- 73
- 1
- 4
3
votes
1 answer
Can Laminas Dependency Plugin be removed after the migration from ZF3 to Laminas?
I migrated an application from Zend Framework 3 to Laminas. During the migration, the migration script added the laminas/laminas-dependency-plugin dependency to the composer.json file. After that, I removed this (by running composer remove…

automatix
- 14,018
- 26
- 105
- 230
0
votes
0 answers
Could not instanciate mail function with PhpMailer
I'm using Laminas framework for a project I'm developing. I installed Node.js to use maildev as SMTP server for sending mail e-mails with PHPMailer and everything is working well.
The next step is to create scripts with Laminas framework laminas-cli…

Samuel N.
- 13
- 5