From 25d0bad3a01b7f6d12152d6aeb756b891771cad5 Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Tue, 12 May 2020 13:27:38 -0400 Subject: [PATCH] Update lock file --- composer.lock | 51 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/composer.lock b/composer.lock index 44b0c85..53e9570 100644 --- a/composer.lock +++ b/composer.lock @@ -4,37 +4,42 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e3534d6f8d78f29ee92817f8c2894655", + "content-hash": "9456bf680eaf5fee906787be90113504", "packages": [ { "name": "doctrine/inflector", - "version": "1.3.1", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" + "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", - "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", + "reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.2" }, "require-dev": { - "phpunit/phpunit": "^6.2" + "doctrine/coding-standard": "^7.0", + "phpstan/phpstan": "^0.11", + "phpstan/phpstan-phpunit": "^0.11", + "phpstan/phpstan-strict-rules": "^0.11", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", + "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", @@ -63,15 +68,21 @@ "email": "schmittjoh@gmail.com" } ], - "description": "Common String Manipulations with regard to casing and singular/plural rules.", - "homepage": "http://www.doctrine-project.org", + "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", + "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", - "pluralize", - "singularize", - "string" + "inflector", + "lowercase", + "manipulation", + "php", + "plural", + "singular", + "strings", + "uppercase", + "words" ], - "time": "2019-10-30T19:59:35+00:00" + "time": "2020-05-09T15:09:09+00:00" }, { "name": "wp-forge/helpers", @@ -112,16 +123,16 @@ }, { "name": "wpscholar/wp-context", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/wpscholar/wp-context.git", - "reference": "196066f442ab07b9f118c58284fa68d1355e7529" + "reference": "717e582dc4a31d757025387e7049087c74bc42ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wpscholar/wp-context/zipball/196066f442ab07b9f118c58284fa68d1355e7529", - "reference": "196066f442ab07b9f118c58284fa68d1355e7529", + "url": "https://api.github.com/repos/wpscholar/wp-context/zipball/717e582dc4a31d757025387e7049087c74bc42ff", + "reference": "717e582dc4a31d757025387e7049087c74bc42ff", "shasum": "" }, "type": "library", @@ -141,7 +152,7 @@ } ], "description": "A WordPress context library based on WordPress' built-in template hierarchy.", - "time": "2017-10-26T16:08:40+00:00" + "time": "2020-03-18T19:22:01+00:00" } ], "packages-dev": [],