name : symfony/flex
descrip. : Composer plugin for Symfony
keywords :
versions : * v1.12.2
type : composer-plugin
license : MIT License (MIT) (OSI approved) https://spdx.org/licenses/MIT.html#licenseText
homepage :
source : [git] https://github.com/symfony/flex.git e472606b4b3173564f0edbca8f5d32b52fc4f2c9
dist : [zip] https://api.github.com/repos/symfony/flex/zipball/e472606b4b3173564f0edbca8f5d32b52fc4f2c9 e472606b4b3173564f0edbca8f5d32b52fc4f2c9
path : /var/www/api.site.io/vendor/symfony/flex
names : symfony/flex
autoload
psr-4
Symfony\Flex\ => src
requires
composer-plugin-api ^1.0|^2.0
php >=7.1
#
# https://gitlab.com/gitlab-org/gitlab/tree/master/lib/gitlab/ci/templates/PHP.gitlab-ci.yml
#
image: php:7.2
# Cache libraries in between jobs
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
before_script:
- docker-php-ext-install exif
- docker-php-ext-install gd
# Install and run Composer
- curl --show-error --silent "https://getcomposer.org/installer" | php
- php composer.phar install
test:
script:
- vendor/bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never
sudo apt-get install libpng-dev
не помогаетbefore_script:
- composer install
PHPUnit:
image: php:7.2
script:
- vendor/bin/phpunit --testsuite=general --colors=never --configuration phpunit.xml.dist
Skipping Git submodules setup
Executing "step_script" stage of the job script
$ composer install
/bin/bash: line 44: composer: command not found
ERROR: Job failed: exit code 1
FATAL: exit code 1