wasmo-theme/composer.lock
2023-04-28 15:18:10 -04:00

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": "0778425a55b9b1d2200043269369964c",
"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": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/wp-forge/helpers.git",
"reference": "59e97eeeba51f195f8f7478efb6820295ae218e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-forge/helpers/zipball/59e97eeeba51f195f8f7478efb6820295ae218e4",
"reference": "59e97eeeba51f195f8f7478efb6820295ae218e4",
"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/1.1.1"
},
"time": "2021-07-15T11:41:27+00:00"
},
{
"name": "wp-forge/wp-update-handler",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/wp-forge/wp-update-handler.git",
"reference": "deb2beae787381158dc8c60b1cdcd241333a8784"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-forge/wp-update-handler/zipball/deb2beae787381158dc8c60b1cdcd241333a8784",
"reference": "deb2beae787381158dc8c60b1cdcd241333a8784",
"shasum": ""
},
"require": {
"wp-forge/helpers": "^1.1"
},
"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.1"
},
"time": "2022-08-26T17:36:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
}