Questions tagged as 'composer'

1
answer

How to install dependencies through Composer, but ignoring require-dev?

Here at the company where we work we use git for versioning the application. All of them use Composer to install dependencies. Because it is the most correct approach, removing the vendor generated by the Composer of the...
asked by 25.05.2016 / 14:52
2
answers

How can I see the versions of packages updated via composer?

It's nice and good to see Composer installing the dependencies according to the version we set in PHP. I have a lot of applications where I use Composer , and at that time, I needed to update libraries on all of them, because of...
asked by 13.05.2016 / 21:26
1
answer

Fatal error: Class 'mikehaertl \ wkhtmlto \ Pdf' not found

I'm not very familiar with the composer and need to use the phpwkhtmltopdf library. I use Windows 8.1. I installed it through normal setup, and it looks like it's working normally: I installed using the composer require mikehaert...
asked by 08.06.2015 / 14:55
1
answer

Build Failing in PHP Project on Travis-CI

I'm trying to build nightly builds of a PHP project on Travis-CI but I'm catching up. My builds are failing because Travis-CI says it does not find the composer. There are more details in the log below. Using worker: worker-linux-docker-c22a...
asked by 28.03.2015 / 22:10
1
answer

Problem installing yii2-braintree via composer

I installed the Braintree component, by the composer, successfully. Now I need to install another component, the yii2-braintree . I've added the line "bryglen/yii2-braintree": "*" to the require section of my composer.json as the t...
asked by 05.02.2015 / 18:54
1
answer

How to use Github private repository in Packagist and reuse code in composer

I have some private repositories in github, I would like to reuse the code in my applications that are being made in Symfony, because I will need modules that already exist in more than one project and would make it very easy to maintain them if...
asked by 04.02.2015 / 13:16
1
answer

Service Validation Package

I am developing a large project with Laravel and need to validate my data. Initially I had planned to use Ardent, but this is not compatible / advisable for anyone using the default repository. So I'll have to do the services validations. Do...
asked by 10.02.2014 / 20:45
0
answers

Composer error: SSL operation failed with code 1

I found some topics in the English OS but I could not solve the problem by. Any library, fw, anything in case I try to install with composer, I get this SSL error. OBS: I have SSL installed on localhost When I give a require in symfony...
asked by 23.08.2018 / 13:35
0
answers

Autoload of composer does not find class 2

I saw a question similar to mine, but I tried the proposed solution and did not find the class at all. I'm already getting discouraged in using the composer autoloader. Important: My environment is Windows (Server 2016) with IIS. the physical...
asked by 27.05.2018 / 05:21
1
answer

Error installing composer and laravel

I uninstalled and reinstalled a newer version of Vertrigo Server to get PHP 7, but when I try to do something with Laravel or Composer in CMD a message appears saying: "The program can not be started because php5ts.dll is missing in your compute...
asked by 22.03.2018 / 03:30