}, "require-dev": { "phpunit/phpunit": "4.1.0", "squizlabs/php_codesniffer": "1.5.3", "phpmd/phpmd": "@stable", "pdepend/pdepend": "2.4.0", "fabpot/php-cs-fixer": "~1.2", "lusitanian/oauth": "~0.3 <=0.7.0", "sebastian/phpcpd": "2.0.0" },
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
Currently updating to 2.3.1 CC, this was the solution for me as well.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
hello guys ,
i'am new to magento , and i have the same problem (i'm trying to install an extension) , could you please tell me in which directory should i change /.htaccess file , because i found a lot :
./generated/.htaccess
./pub/.htaccess
./pub/static/.htaccess
./pub/errors/.htaccess
./pub/media/.htaccess
./pub/media/customer/.htaccess
./pub/media/downloadable/.htaccess
./pub/media/import/.htaccess
./pub/media/theme_customization/.htaccess
./app/.htaccess
./bin/.htaccess
./alo_market_quickstart/.htaccess
./alo_market_quickstart/.github/.htaccess
./dev/.htaccess
./dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/.htaccess
./dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testSkeleton/cache/.htaccess
./dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/.htaccess
./dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/cache/.htaccess
./dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/.htaccess
./dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromCreateProject/cache/.htaccess
./vendor/.htaccess
./vendor/magento/magento2-base/.htaccess
./vendor/magento/magento2-base/generated/.htaccess
./vendor/magento/magento2-base/pub/.htaccess
./vendor/magento/magento2-base/pub/static/.htaccess
./vendor/magento/magento2-base/pub/errors/.htaccess
./vendor/magento/magento2-base/pub/media/.htaccess
./vendor/magento/magento2-base/pub/media/customer/.htaccess
./vendor/magento/magento2-base/pub/media/downloadable/.htaccess
./vendor/magento/magento2-base/pub/media/import/.htaccess
./vendor/magento/magento2-base/pub/media/theme_customization/.htaccess
./vendor/magento/magento2-base/app/.htaccess
./vendor/magento/magento2-base/bin/.htaccess
./vendor/magento/magento2-base/.github/.htacces
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
GOOD DAY I HAVE THE SAME PROBLEM YOU CAN SPECIFY BETTER HOW TO DO TO SOLVE THE PROBLEM. THANK YOU SO MUCH
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
problem solved!!! follow the instructions of the following link
https://magento.stackexchange.com/questions/170473/magento-2-1-6-conflicting-components-dependencies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
Thank you so much. Your solutions perfectly worked for me.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
change memory_limit as 2G in .htaccess file in magento.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
did you fixed it? I have the exact same issue
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
I fixed it by
Hope it can be of any help
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
thank you, it resolved my issue as well
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: conflicting component dependencies in Magento 2.3.0
Yeah. Thaht worked for me as well.
user.ini, .htaccess and php.ini set to 2G.
Thanks man!