From 3fc772a5c4bf5dc291d0c704229f1bb3d6ff2926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Guti=C3=A9rrez?= Date: Thu, 28 Sep 2023 00:08:16 +0200 Subject: [PATCH] update dev dependency --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee49d0f..7f08f98 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![PHP version](https://img.shields.io/badge/PHP-%3E%3D8.1-8892BF.svg?style=flat-square)](http://php.net) +[![PHP version](https://img.shields.io/badge/PHP-%3E%3D8.0-8892BF.svg?style=flat-square)](http://php.net) [![Latest Version](https://img.shields.io/packagist/v/juliangut/slim-exception.svg?style=flat-square)](https://packagist.org/packages/juliangut/slim-exception) [![License](https://img.shields.io/github/license/juliangut/slim-exception.svg?style=flat-square)](https://github.com/juliangut/slim-exception/blob/master/LICENSE) diff --git a/composer.json b/composer.json index d7d9e21..8b6eda8 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "ext-simplexml": "*", "filp/whoops": "^2.15", "infection/infection": "~0.25|~0.27", - "juliangut/easy-coding-standard-config": "dev-master", + "juliangut/easy-coding-standard-config": "^1.12", "juliangut/phpstan-config": "^1.1", "laminas/laminas-diactoros": "^2.20", "overtrue/phplint": "^4.0|^5.0|^6.0",