python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Composer post-install scripts not executed
I am trying to build a docker image with a PHP application in it.
This application installs some dependencies via composer.json and, after composer install, needs some customizations done (eg some fil...
Nik
Votes: 0
Answers: 1
Avoiding .git folder in composer's vendor when installing from a custom Gitlab domain
I have a Symfony bundle on a git repository managed by GitLab. The bundle is added to Symfony using composer and pointing to the gitlab as an additionnal repository.
Everything works fine, the depende...
GdC
Votes: 0
Answers: 1
Problem with installing a Symfony project
When I make this command line : composer create-project symfony/skeleton my_project_directory, I get this error:
[RuntimeException]
require.beberlei/DoctrineExtensions is invalid, it should not conta...
Ben
Votes: 0
Answers: 2
.ebextensions - How to add auth credentials to the composer config?
In my Application I have a composer package which requires authorization credentials.
It's possible to add the credentials in the composer config via the command:
composer.phar config http-basic.##PAC...
Mo.
Votes: 0
Answers: 1