14 Star 162 Fork 39

Licoy / wordpress-theme-puock

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.lock 12.91 KB
一键复制 编辑 原始数据 按行查看 历史
Licoy 提交于 2023-04-24 22:11 . :sparkles:优化依赖,兼容PHP7.4
{
"_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": "52b171bc79e010063d3e040e5ad2524e",
"packages": [
{
"name": "orhanerday/open-ai",
"version": "4.7.1",
"source": {
"type": "git",
"url": "https://github.com/orhanerday/open-ai.git",
"reference": "d2d96d0521ef3118cc4f33a5d54718b62aedd336"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/orhanerday/open-ai/zipball/d2d96d0521ef3118cc4f33a5d54718b62aedd336",
"reference": "d2d96d0521ef3118cc4f33a5d54718b62aedd336",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=7.4"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"pestphp/pest": "^1.20",
"spatie/ray": "^1.28"
},
"type": "library",
"autoload": {
"psr-4": {
"Orhanerday\\OpenAi\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Orhan Erday",
"email": "orhanerday@gmail.com",
"role": "Developer"
}
],
"description": "OpenAI GPT-3 Api Client in PHP",
"homepage": "https://github.com/orhanerday/open-ai",
"keywords": [
"open-ai",
"orhanerday"
],
"support": {
"issues": "https://github.com/orhanerday/open-ai/issues",
"source": "https://github.com/orhanerday/open-ai/tree/4.7.1"
},
"funding": [
{
"url": "https://github.com/orhanerday",
"type": "github"
}
],
"time": "2023-03-08T08:04:02+00:00"
},
{
"name": "psr/http-message",
"version": "1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/1.1"
},
"time": "2023-04-04T09:50:52+00:00"
},
{
"name": "psr/log",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "rahul900day/gpt-3-encoder",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/RahulDey12/gpt-3-encoder.git",
"reference": "4c3c706a0ddcad137d0f9d592d141d0a23fa2502"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/RahulDey12/gpt-3-encoder/zipball/4c3c706a0ddcad137d0f9d592d141d0a23fa2502",
"reference": "4c3c706a0ddcad137d0f9d592d141d0a23fa2502",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"pestphp/pest": "^1.22",
"phpstan/phpstan": "^1.10",
"rector/rector": "^0.15.21",
"symfony/var-dumper": "^5.4 || ^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Rahul900day\\Gpt3Encoder\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rahul Dey",
"email": "rahul900day@gmail.com"
}
],
"description": "GPT-3-Encoder is a PHP implementation of OpenAI's original python encoder/decoder.",
"keywords": [
"GPT-2-Encoder",
"GPT-2-Tokenizer",
"GPT-3",
"GPT-3-Encoder",
"GPT-3-Tokenizer",
"decoder",
"encoder",
"gpt-2",
"php",
"tokenizer"
],
"support": {
"issues": "https://github.com/RahulDey12/gpt-3-encoder/issues",
"source": "https://github.com/RahulDey12/gpt-3-encoder/tree/1.1.0"
},
"funding": [
{
"url": "https://ko-fi.com/rahul900day",
"type": "ko_fi"
}
],
"time": "2023-03-22T20:12:00+00:00"
},
{
"name": "yurunsoft/yurun-http",
"version": "v4.4.2",
"source": {
"type": "git",
"url": "https://github.com/Yurunsoft/YurunHttp.git",
"reference": "9528c26753d29392d19b9af69ffcfd792fcf8798"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yurunsoft/YurunHttp/zipball/9528c26753d29392d19b9af69ffcfd792fcf8798",
"reference": "9528c26753d29392d19b9af69ffcfd792fcf8798",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"psr/http-message": "~1.0",
"psr/log": "~1.0|~2.0|~3.0"
},
"require-dev": {
"monolog/monolog": "*",
"phpunit/phpunit": ">=4 <9.7",
"swoole/ide-helper": "^4.5",
"workerman/workerman": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Yurun\\Util\\": "./src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "YurunHttp 是开源的 PHP HTTP 类库,支持链式操作,简单易用。支持 Curl、Swoole,支持 Http、Http2、WebSocket!",
"support": {
"issues": "https://github.com/Yurunsoft/YurunHttp/issues",
"source": "https://github.com/Yurunsoft/YurunHttp/tree/v4.4.2"
},
"time": "2023-03-15T08:20:56+00:00"
},
{
"name": "yurunsoft/yurun-oauth-login",
"version": "v3.0.6",
"source": {
"type": "git",
"url": "https://github.com/Yurunsoft/YurunOAuthLogin.git",
"reference": "3f67cc3ead9e14963fd0a40efe066530fac60746"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Yurunsoft/YurunOAuthLogin/zipball/3f67cc3ead9e14963fd0a40efe066530fac60746",
"reference": "3f67cc3ead9e14963fd0a40efe066530fac60746",
"shasum": ""
},
"require": {
"php": ">=5.5",
"yurunsoft/yurun-http": "~4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "2.18.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Yurun\\OAuthLogin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "YurunOAuthLogin是一个PHP 第三方登录授权 SDK,集成了QQ、微信、微博、Github等常用接口。",
"support": {
"issues": "https://github.com/Yurunsoft/YurunOAuthLogin/issues",
"source": "https://github.com/Yurunsoft/YurunOAuthLogin/tree/v3.0.6"
},
"time": "2021-12-07T05:56:44+00:00"
},
{
"name": "zoujingli/ip2region",
"version": "v2.0.4",
"source": {
"type": "git",
"url": "https://github.com/zoujingli/ip2region.git",
"reference": "21ed5393a93ea62c277d91ee739b2373d60bf16d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zoujingli/ip2region/zipball/21ed5393a93ea62c277d91ee739b2373d60bf16d",
"reference": "21ed5393a93ea62c277d91ee739b2373d60bf16d",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"type": "library",
"autoload": {
"classmap": [
"Ip2Region.php",
"XdbSearcher.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Anyon",
"email": "zoujingli@qq.com",
"homepage": "https://thinkadmin.top"
}
],
"description": "Ip2Region for PHP",
"homepage": "https://github.com/zoujingli/Ip2Region",
"keywords": [
"Ip2Region"
],
"support": {
"issues": "https://github.com/zoujingli/ip2region/issues",
"source": "https://github.com/zoujingli/ip2region/tree/v2.0.4"
},
"time": "2023-03-28T02:20:00+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"
}
PHP
1
https://gitee.com/licoy/wordpress-theme-puock.git
git@gitee.com:licoy/wordpress-theme-puock.git
licoy
wordpress-theme-puock
wordpress-theme-puock
master

搜索帮助