From 8c9fc9bd8a9fdadc703788fb74e9473cd0b2d105 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Mar 2021 08:50:13 +0100 Subject: update to 2.15.1 temporarily disable test suite with PHP 8 --- composer.json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index f0d3855..54f2ad6 100644 --- a/composer.json +++ b/composer.json @@ -19,10 +19,6 @@ "sort-packages": true }, "extra": { - "branch-alias": { - "dev-master": "2.15.x-dev", - "dev-develop": "2.16.x-dev" - }, "laminas": { "component": "Laminas\\Form", "config-provider": "Laminas\\Form\\ConfigProvider" -- cgit