From 3366f6b52b431199d519d450c66eff5039b7d409 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 15 Feb 2022 11:25:05 +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 44e040a..f08f675 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,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 e84dd95..7f092d5 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,6 @@
 {
     "name": "dbp/relay-server-template",
+    "description": "An example Symfony application using the Relay API gateway",
     "type": "project",
     "license": "AGPL-3.0-or-later",
     "require": {
-- 
GitLab