Questions tagged as 'composer'

1
answer

Failed to execute git status when updating Doctrine

I'm servicing a system, and I need to upload some changes to the production server. Some of these changes involve mapping and adding new entities to the database. The problem: the ./vendor/bin/doctrine-module file is not on the server. Wha...
asked by 03.11.2015 / 19:33
0
answers

Problem with Composer - PSR-4

I'm studying Composer and its forms of autoload (classmap, file, psr-0, psr-4), however in my example it is appearing with the following error: Fatal error: Class 'Library\Exemplo' not found in/var/www/html/CursoPHP/composer/index.php on line...
asked by 24.09.2015 / 17:10
1
answer

ZF2 - RuntimeException: Module (ZfcUserDoctrineORM) could not be initialized

I just downloaded the composer installer. This is what I have in my composer.json: "require": { "php": ">=5.3.3", "zf-commons/zfc-user": "dev-master", "zendframework/zendframework": "2.3.*", "zendframework/zend-d...
asked by 05.10.2015 / 18:37
0
answers

Problem in migration from PSR-0 to PSR-4

I'm new here but I've been programming for more than 10 years in PHP and I'm programming Object Oriented in a short time. Doing some tests I saw that the PSR-0 is deprecated and then a project of mine that I am developing I decided to migrate to...
asked by 14.07.2015 / 20:30
1
answer

Error Running Phpdoc on ubuntu [closed]

After downloading phpDoc by composer.phar What happened in a very successful way. I try to run: ~$ ./phpdoc In Terminal and I get the following error message: ubuntualex@ubuntualex-VirtualBox:~/vendor/bin$ ./phpdoc Collecting files .. OK...
asked by 04.07.2014 / 15:41
1
answer

Problem in updating Composer - Laravel

Good afternoon everyone I'm trying to install a package by composer in laravel, and typing "composer require bert / ldap-authenticator" does the installation but produces the following result: Using version ^0.2.4 for berg/ldap-authenticato...
asked by 19.02.2016 / 16:28
1
answer

Error executing Composer install

I'm cloning a repository of GitHub GitScrum and when I run the command Composer Install , it returns me the following error: / p>    C: \ www \ GitScrum> composer install       [32mLoading composer repositories with package informatio...
asked by 22.11.2016 / 00:01
1
answer

How to customize the Doctrine library to work with type Timestamp

I'm using Composer with Doctrine in my application, and it's getting wonderful. However I need to customize some Doctrine features by changing the Doctrine\DBAL\Platforms\AbstractPlatform and Doctrine\DBAL\Platforms\MySqlPlatform c...
asked by 07.08.2014 / 15:31
1
answer

Need to install composer on the server? [closed]

I'm studying php and learning how to use autoload and composer. I got a server to use during my studies. Should the server have composer installed for autoload to work?     
asked by 10.12.2018 / 16:47
1
answer

Composer / Laravel ... [ERRORS]

Hello, I have a system in php to give maintenance ... only that I wanted to upload the application to do the tests and I'm not getting it, I searched the net and did some things, and even then I run into this error in my cmd ... in the folder whe...
asked by 21.10.2017 / 23:07