Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The problem of error reporting in composer and its solution

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the error reporting problem of composer and its solutions. It is very detailed and has a certain reference value. Interested friends must read it!

Question 1

Execute the following command:

Composer require sonata-project/doctrine-orm-admin-bundle "2.3.*"

Error report:

PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 32 bytes)

Resolve:

Php-r "echo ini_get ('memory_limit'). PHP_EOL;" # View memory size COMPOSER_MEMORY_LIMIT=-1 composer require sonata-project/doctrine-orm-admin-bundle # temporarily set memory size

See the official instructions (opening is too slow):

Https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors

Question 2

But these conflict with your requirements or minimum-stability.

Solution: add the following to composer.json

"minimum-stability": "dev"

Switch composer domestic mirrors

Composer config-g repo.packagist composer https://packagist.phpcomposer.com above is all the contents of this article entitled "error reporting problems and Solutions of composer". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report