Commit a05695e2 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: change the project pitch sentence

parent b7c7c2bd
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
# GitLab CI template for PHP

This project implements a generic GitLab CI template for [PHP](https://www.php.net/).
This project implements a GitLab CI/CD template to build, test and analyse your [PHP](https://www.php.net/) projects.

:warning: For now it only supports [Composer](https://getcomposer.org/) as dependency manager.

It provides several features, usable in different modes (by configuration).

## Usage

In order to include this template in your project, add the following to your `gitlab-ci.yml`:
+1 −1
Original line number Diff line number Diff line
{
  "name": "PHP",
  "description": "GitLab CI template for PHP",
  "description": "Build, test and analyse your [PHP](https://www.php.net/) projects",
  "template_path": "templates/gitlab-ci-php.yml",
  "kind": "build",
  "variables": [