Bump doctrine/inflector from 1.1.0 to 1.3.1

Bumps [doctrine/inflector](https://github.com/doctrine/inflector) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/doctrine/inflector/releases)
- [Commits](https://github.com/doctrine/inflector/compare/v1.1.0...1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-02 14:38:21 +00:00 committed by Marcel Klehr
parent 904e164adf
commit 2e33be4430
2 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
{
"require": {
"doctrine/inflector": "1.1.*",
"doctrine/inflector": "1.3.*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",

30
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3449151dc284ceb10eea0835d5b732f6",
"content-hash": "668aa131ddf4686e4693bf4fe185564a",
"packages": [
{
"name": "brick/math",
@ -53,33 +53,33 @@
},
{
"name": "doctrine/inflector",
"version": "v1.1.0",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
"reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "4.*"
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Inflector\\": "lib/"
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -87,6 +87,10 @@
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
@ -95,10 +99,6 @@
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
@ -116,7 +116,7 @@
"singularize",
"string"
],
"time": "2015-11-06T14:35:42+00:00"
"time": "2019-10-30T19:59:35+00:00"
},
{
"name": "guzzlehttp/psr7",