202 lines
7.3 KiB
JSON
202 lines
7.3 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "b6f151b9c03bef165b2003ed32df8cf3",
|
|
"packages": [
|
|
{
|
|
"name": "doctrine/inflector",
|
|
"version": "1.4.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/inflector.git",
|
|
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
|
|
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^8.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpstan/phpstan-strict-rules": "^0.12",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
|
|
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"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",
|
|
"inflector",
|
|
"lowercase",
|
|
"manipulation",
|
|
"php",
|
|
"plural",
|
|
"singular",
|
|
"strings",
|
|
"uppercase",
|
|
"words"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/inflector/issues",
|
|
"source": "https://github.com/doctrine/inflector/tree/1.4.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/phpdoctrine",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-04-16T17:34:40+00:00"
|
|
},
|
|
{
|
|
"name": "wp-forge/helpers",
|
|
"version": "2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-forge/helpers.git",
|
|
"reference": "28ebc09a3390dbff427270a4ed2b93395e8b9b78"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-forge/helpers/zipball/28ebc09a3390dbff427270a4ed2b93395e8b9b78",
|
|
"reference": "28ebc09a3390dbff427270a4ed2b93395e8b9b78",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/inflector": "^1.3",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"includes/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"WP_Forge\\Helpers\\": "includes"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Micah Wood",
|
|
"email": "micah@wpscholar.com"
|
|
}
|
|
],
|
|
"description": "A collection of helpers for WordPress and PHP development.",
|
|
"support": {
|
|
"issues": "https://github.com/wp-forge/helpers/issues",
|
|
"source": "https://github.com/wp-forge/helpers/tree/2.0"
|
|
},
|
|
"time": "2022-01-06T13:10:47+00:00"
|
|
},
|
|
{
|
|
"name": "wp-forge/wp-update-handler",
|
|
"version": "1.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wp-forge/wp-update-handler.git",
|
|
"reference": "4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wp-forge/wp-update-handler/zipball/4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435",
|
|
"reference": "4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"wp-forge/helpers": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"wpscholar/phpcs-standards-wpscholar": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WP_Forge\\WPUpdateHandler\\": "includes/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Micah Wood",
|
|
"email": "micah@wpscholar.com"
|
|
}
|
|
],
|
|
"description": "A WordPress package for updating custom plugins and themes based on an API response from a custom update server.",
|
|
"support": {
|
|
"issues": "https://github.com/wp-forge/wp-update-handler/issues",
|
|
"source": "https://github.com/wp-forge/wp-update-handler/tree/1.0.2"
|
|
},
|
|
"time": "2024-02-16T18:07:08+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.6.0"
|
|
}
|