Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [composer]

The tag has no usage guidance.

1 vote
0 answers
160 views

CURL/Mac: error while downloading. Protocol "https" not supported (error 1)

I experience issues with both Composer and Wordpress (npm doesn't seem to be affected 🤔) The error message from Composer is exactly https://repo.packagist.org could not be fully loaded (curl error 1 ...
Mestika's user avatar
  • 981
1 vote
1 answer
242 views

Installing from composer not getting main.css and main.js files

I am facing a difficulties while trying to install the fullcalendar via composer (composer.phar require "bower-asset/fullcalendar"), it is not pulling the main.css and main.js files. So, I ...
MrAwanish's user avatar
1 vote
1 answer
3k views

Command 'phpcs' not found

I am trying to install PHPCS (PHPCompatibity) in my PHPStrom. For that I have installed PHPCS using composer with the following command: $ composer global require "squizlabs/php_codesniffer=*&...
Niladri Sarkar's user avatar
0 votes
1 answer
107 views

Do I need Composer on my production (GoDaddy) server?

I have been trying to get an answer to this for years (and yes I have looked at answers here, SO and elsewhere). My situation: I have a modest, but fairly complex site with only me working on it. ...
BeNice's user avatar
  • 53
2 votes
1 answer
1k views

Can't run Composer

I've just installed Composer and then tried to run it, but it fails: prompt>composer '""' is not recognized as an internal or external command, operable program or batch file.   prompt>composer -v '""'...
Martin Chobanyan's user avatar
-1 votes
1 answer
53 views

Hyperledger Composer with hlfv14

I'm having issues on deploying hyperledger [email protected] with hlfv14 multi org, multi-nodes setup. My putty screen disappeared when entering this Composer command. Keys are in place. $composer card ...
ravinayag's user avatar
0 votes
2 answers
10k views

SSL Verify Failed error while insatlling Composer on Windows 7 with proxy

My error is whenever I try to install Composer using both the GUI and command line I get the same error with SSL verification failing and thus can't connect to HTTPs through my proxy. I am on a ...
97WaterPolo's user avatar
5 votes
0 answers
3k views

Invalid length of startup packet docker compose postgresql

I am trying to install/setup pgadmin4 on a linux fedora 28 machine and when I try running this command docker-compose -f docker-compose.yml -f docker-compose.dev.yml up I get these errors: ...
everydayprogrammer's user avatar
0 votes
1 answer
5k views

Composer killed when setup laravel in Godaddy Server

I want to setup my laravel project on Godaddy server but when I am creating laravel project on Godaddy server, composer killed the process. composer require doctrine/dbal composer.json has been ...
Nikunj Joshi's user avatar
1 vote
1 answer
3k views

JIT compilation failed, no more memory in phar

I need to begin learning php and the laravel framework for my new job. However, I am stumped on how to properly install laravel using composer. When I try to install laravel using composer, I get this ...
Jake's user avatar
  • 11
1 vote
0 answers
1k views

FastCGI PHP-FPM autoload.php permission [closed]

I installed LEMP both with RH and REMI, and I have the problem as in PHP-FPM has no permission to require autoload.php and php_info(); works fine. I can require any other file but this. I also tried ...
Amirhossein Loghat's user avatar
2 votes
1 answer
552 views

Error when updating composer

When updating the composer it gives this error: $ composer update PHP Warning: PHP Startup: Unable to load dynamic library 'pdo_mysql.so' (tried: /usr/lib/php/20180731/pdo_mysql.so (/usr/lib/php/...
Oleg Klochkov's user avatar
0 votes
1 answer
65 views

Unable to run the command

I trying to install the composer..... tried to run this command sudo apt install curl php-cli php-mbstring git unzip on ubuntu 18.10 .... I got this message displayed on cmd sudo apt install curl ...
Sumeet Chikkmat's user avatar
0 votes
0 answers
270 views

Apache server shows 404 with existing files — possible user/group/ownership issue?

So, the instructions for creating a Drupal site with Composer state to never run Composer as root. So I created a new user "xylot" in the group of the same name (xylot:xylot), and created the site ...
TerranRich's user avatar
0 votes
1 answer
2k views

composer update Failed to decode response: zlib_decode(): data error

recently I changed my development environment from windows to linux. I setup a lamp server with phpmyadmin and installed composer using sudo apt-get install composer Then I tried sudo composer update ...
natral's user avatar
  • 393

15 30 50 per page