From b0bab15a0569b211d1ec15282488d92e2447e3b1 Mon Sep 17 00:00:00 2001 From: Maxime Steinhausser Date: Tue, 14 Dec 2021 18:47:54 +0100 Subject: [PATCH] Move to 1.x branch --- .github/workflows/ci.yml | 2 +- README.md | 2 +- composer.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d4b21fb..c2bb1cf9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: ~ push: branches: - - master + - 1.x pull_request: ~ jobs: diff --git a/README.md b/README.md index 5d682829..0b8ab37f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Elao Enumerations [![Monthly Downloads](https://poser.pugx.org/elao/enum/d/monthly?format=flat-square)](https://packagist.org/packages/elao/enum) [![Tests](https://github.com/Elao/PhpEnums/actions/workflows/ci.yml/badge.svg)](https://github.com/Elao/PhpEnums/actions/workflows/ci.yml) [![Coveralls](https://img.shields.io/coveralls/Elao/PhpEnums.svg?style=flat-square)](https://coveralls.io/github/Elao/PhpEnums) -[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Elao/PhpEnums.svg?style=flat-square)](https://scrutinizer-ci.com/g/Elao/PhpEnums/?branch=master) +[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/Elao/PhpEnums.svg?style=flat-square)](https://scrutinizer-ci.com/g/Elao/PhpEnums/?branch=1.x) [![php](https://img.shields.io/badge/PHP-7.3-green.svg?style=flat-square "Available for PHP 7.3+")](http://php.net) This project aims to provide the missing PHP enumerations support: diff --git a/composer.json b/composer.json index 4d2eb17f..f6ea7065 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,8 @@ }, "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "1.x-dev", + "dev-1.x": "1.x-dev" } }, "config": {