From 9178a1cdec89957b83422846b6b49fc4b2ce9bac Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 21 Jan 2021 17:43:59 +0100 Subject: [PATCH] Drop doctrine/inflector v1 --- composer.json | 2 +- src/Illuminate/Support/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 79bea59f041d..a711ef752795 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", - "doctrine/inflector": "^1.4|^2.0", + "doctrine/inflector": "^2.0", "dragonmantank/cron-expression": "^3.0.2", "egulias/email-validator": "^2.1.10", "league/commonmark": "^1.3", diff --git a/src/Illuminate/Support/composer.json b/src/Illuminate/Support/composer.json index b59cc6907f7a..5ae3cc5da694 100644 --- a/src/Illuminate/Support/composer.json +++ b/src/Illuminate/Support/composer.json @@ -17,7 +17,7 @@ "php": "^7.3|^8.0", "ext-json": "*", "ext-mbstring": "*", - "doctrine/inflector": "^1.4|^2.0", + "doctrine/inflector": "^2.0", "illuminate/collections": "^9.0", "illuminate/contracts": "^9.0", "illuminate/macroable": "^9.0",