Questions tagged as 'composer'

1
answer

PHP in production with composer

I have an application that uses some dependencies and these are managed by the composer everything working in the development environment. But in production, how can you install a php application with dependencies? What do I need to ma...
asked by 28.08.2017 / 22:31
1
answer

Disable composer require with php

I have an example of JSON : { "name": "xxxxxx", "description": "xxxxx", "type": "beta", "license": "MITS", "authors": [ { "name": "Leonardo Vilarinho", "email": "[email protected]"...
asked by 11.07.2016 / 02:23
1
answer

Dependency installation adds more dependencies

This is the first time I'm trying to work with composer , the purpose is to use only PHPUnit , since I do not use any dependencies anymore. When installing composer , with composer.json having only PHPUnit as a de...
asked by 26.05.2016 / 16:20
1
answer

Problems installing Composer on Windows

I'm trying to install Composer by this tutorial in Windows, but I'm having problems downloading both by PHP as by cURL.     
asked by 19.12.2015 / 08:24
2
answers

Change the CKEditor toolbar

I'm using CKEditor on a PHP site using Composer to install CKEditor. And I set up various types of toolbar in the file config.js of it. When I change the toolbar I want in the file config.js it changes on the site, but it has p...
asked by 23.05.2014 / 18:45
1
answer

Composer Autoload does not work?

I'm trying to use autoload of composer and I can not, it says that the not found class is trying to load a class from an external library. I've already run the command line: composer install and composer dump u...
asked by 15.06.2017 / 17:39
1
answer

How to build a reusable bundle in symfony and manageable via composer

Even after reading best practices for code reuse in symfony and search for the use of < a href="https://tableless.com.br/composer-para-iniciantes/"> composer , I still can not understand how in practice I should create my bundle to be reusable...
asked by 18.12.2016 / 21:13
1
answer

Error putting composer as global MAC

I installed the composer on my Mac with this command: curl -s https://getcomposer.org/installer | php He downloaded composer.phar and tested: php compser.phar I returned everything ok But when I tried to use the command: sudo mv comp...
asked by 08.02.2016 / 20:11
2
answers

Error while playing Composer

I created a virtual machine with Vagrant and used PuPhpet. However when I run Composer I only have this error list, I have already created 4 different machines and always the same error. Has anyone here been through this? $ composer create-pro...
asked by 06.04.2016 / 14:17
0
answers

Correct way to work with composer in php

Hello, I really like php and for some time I'm using the MVC concept in my application, however without using the composer and its autoloader. In order to raise my knowledge, I installed the same and got to use third party applications using the...
asked by 11.01.2018 / 07:34