Skip to content
Snippets Groups Projects
Commit 12b10243 authored by Daniel Hürtgen's avatar Daniel Hürtgen
Browse files

Revert "[FEATURE] Added build dependencies"

This reverts commit 06b77f53.
parent 650b2959
Branches
Tags
No related merge requests found
......@@ -36,10 +36,6 @@ lint:cgl:
.test: &test
stage: test
before_script:
- apk add --no-cache --virtual .build-deps autoconf g++ make zlib-dev libmemcached-dev cyrus-sasl-dev
- docker-php-ext-install pdo pdo_mysql
- pecl install redis memcached xdebug
- docker-php-ext-enable redis memcached xdebug
- wget https://composer.github.io/installer.sig -O - -q | tr -d '\n' > installer.sig
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php -r "if (hash_file('SHA384', 'composer-setup.php') === file_get_contents('installer.sig')) { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
......
......@@ -27,11 +27,7 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"nimut/testing-framework": "^2.0",
"predis/predis": "1.0.*",
"ext-memcached": "*",
"ext-pdo_mysql": "*",
"ext-redis": "*"
"nimut/testing-framework": "^2.0"
},
"license": "GPL-2.0+",
"authors": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment