|
@@ -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": "1935bfafe4523350f25d98a64e75d710",
|
|
|
+ "content-hash": "9464531324876b68f8d73156c7d11cf3",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "carbonphp/carbon-doctrine-types",
|
|
@@ -1818,6 +1818,77 @@
|
|
|
],
|
|
|
"time": "2024-09-25T02:54:12+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "hyperf/crontab",
|
|
|
+ "version": "v3.1.42",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/hyperf/crontab.git",
|
|
|
+ "reference": "be1187515aabbfe96b2f6a5330b4ddd742e971c7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/hyperf/crontab/zipball/be1187515aabbfe96b2f6a5330b4ddd742e971c7",
|
|
|
+ "reference": "be1187515aabbfe96b2f6a5330b4ddd742e971c7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "hyperf/conditionable": "~3.1.0",
|
|
|
+ "hyperf/framework": "~3.1.0",
|
|
|
+ "hyperf/support": "~3.1.0",
|
|
|
+ "hyperf/tappable": "~3.1.0",
|
|
|
+ "hyperf/utils": "~3.1.0",
|
|
|
+ "nesbot/carbon": "^2.0",
|
|
|
+ "php": ">=8.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "hyperf/command": "Required to use command trigger.",
|
|
|
+ "hyperf/process": "Auto register the Crontab process for server."
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.1-dev"
|
|
|
+ },
|
|
|
+ "hyperf": {
|
|
|
+ "config": "Hyperf\\Crontab\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Hyperf\\Crontab\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "A crontab component for Hyperf.",
|
|
|
+ "homepage": "https://hyperf.io",
|
|
|
+ "keywords": [
|
|
|
+ "crontab",
|
|
|
+ "hyperf",
|
|
|
+ "php",
|
|
|
+ "swoole"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://hyperf.wiki",
|
|
|
+ "issues": "https://github.com/hyperf/hyperf/issues",
|
|
|
+ "pull-request": "https://github.com/hyperf/hyperf/pulls",
|
|
|
+ "source": "https://github.com/hyperf/hyperf"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://hyperf.wiki/#/zh-cn/donate",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://opencollective.com/hyperf",
|
|
|
+ "type": "open_collective"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-09-25T02:54:12+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "hyperf/database",
|
|
|
"version": "v3.1.44",
|
|
@@ -10272,12 +10343,12 @@
|
|
|
],
|
|
|
"aliases": [],
|
|
|
"minimum-stability": "dev",
|
|
|
- "stability-flags": {},
|
|
|
+ "stability-flags": [],
|
|
|
"prefer-stable": true,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
"php": ">=8.1"
|
|
|
},
|
|
|
- "platform-dev": {},
|
|
|
+ "platform-dev": [],
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
}
|