Skip to content
Snippets Groups Projects
Commit 9c15cee0 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

CI: run composer validate

So we are sure that the lock file is always in sync etc.
parent ab05d9cd
No related branches found
No related tags found
No related merge requests found
Pipeline #105892 passed
......@@ -17,6 +17,7 @@ stages:
.test_defaults: &test_defaults
script:
- sudo update-alternatives --set php "/usr/bin/${PHP}"
- composer validate
- composer install
- composer test
......
{
"name": "dbp/relay-template-bundle",
"description": "A template bundle for the Relay API gateway",
"type": "symfony-bundle",
"license": "AGPL-3.0-or-later",
"require": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment