From c8de89bfd41d70d81b9a7f8c7643615db77fcce8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 15 Feb 2022 11:42:20 +0100 Subject: [PATCH] CI: run composer validate --- .gitlab-ci.yml | 1 + composer.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbb48ea..3eecdac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ stages: .test_defaults: &test_defaults script: - sudo update-alternatives --set php "/usr/bin/${PHP}" + - composer validate - composer install - composer test diff --git a/composer.json b/composer.json index dbc87d7..5734040 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "dbp/relay-auth-bundle", + "description": "Authentification bundle for the Relay API gateway", "type": "symfony-bundle", "license": "AGPL-3.0-or-later", "require": { -- GitLab