}, "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" },
Currently updating to 2.3.1 CC, this was the solution for me as well.
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
GOOD DAY I HAVE THE SAME PROBLEM YOU CAN SPECIFY BETTER HOW TO DO TO SOLVE THE PROBLEM. THANK YOU SO MUCH
problem solved!!! follow the instructions of the following link
https://magento.stackexchange.com/questions/170473/magento-2-1-6-conflicting-components-dependencies
Thank you so much. Your solutions perfectly worked for me.
change memory_limit as 2G in .htaccess file in magento.
did you fixed it? I have the exact same issue
I fixed it by
}, "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" },
Hope it can be of any help
thank you, it resolved my issue as well
Yeah. Thaht worked for me as well.
user.ini, .htaccess and php.ini set to 2G.
Thanks man!