From b4409658dc4bf7f6791182b164a556c8078d2e40 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 28 Nov 2024 08:15:30 +0000 Subject: [PATCH] Remove dev-master aliases These are referring to very out-of-date branches and anybody who uses them is going to have a bad time --- README.md | 3 +-- composer.json | 5 ----- generator/composer.json | 5 ----- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index 4b63d155..137bf690 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -[![Latest Stable Version](https://poser.pugx.org/thecodingmachine/safe/v/stable.svg)](https://packagist.org/packages/thecodingmachine/safe) +[![Latest Version](https://poser.pugx.org/thecodingmachine/safe/v/stable.svg)](https://packagist.org/packages/thecodingmachine/safe) [![Total Downloads](https://poser.pugx.org/thecodingmachine/safe/downloads.svg)](https://packagist.org/packages/thecodingmachine/safe) -[![Latest Unstable Version](https://poser.pugx.org/thecodingmachine/safe/v/unstable.svg)](https://packagist.org/packages/thecodingmachine/safe) [![License](https://poser.pugx.org/thecodingmachine/safe/license.svg)](https://packagist.org/packages/thecodingmachine/safe) [![Build Status](https://travis-ci.org/thecodingmachine/safe.svg?branch=master)](https://travis-ci.org/thecodingmachine/safe) [![Continuous Integration](https://github.com/thecodingmachine/safe/workflows/Continuous%20Integration/badge.svg)](https://github.com/thecodingmachine/safe/actions) diff --git a/composer.json b/composer.json index e85a6593..fcac5d0b 100644 --- a/composer.json +++ b/composer.json @@ -114,10 +114,5 @@ "phpstan": "phpstan analyse lib -c phpstan.neon --level=max --no-progress -vvv", "cs-fix": "phpcbf", "cs-check": "phpcs" - }, - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } } } \ No newline at end of file diff --git a/generator/composer.json b/generator/composer.json index cb85fae8..04c41a2e 100644 --- a/generator/composer.json +++ b/generator/composer.json @@ -26,10 +26,5 @@ "phpstan": "phpstan analyse src -c phpstan.neon --level=max --no-progress -vvv", "cs-fix": "phpcbf", "cs-check": "phpcs" - }, - "extra": { - "branch-alias": { - "dev-master": "0.1-dev" - } } }