diff --git a/composer.json b/composer.json index 7c66b17ea08d..621cd40ac5d8 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.1", "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",