|
@@ -0,0 +1,1139 @@
|
|
|
+{
|
|
|
+ "_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": "f674f9a11d4d6a2e26bd9a9aeabc2346",
|
|
|
+ "packages": [
|
|
|
+ {
|
|
|
+ "name": "chamilo/pclzip",
|
|
|
+ "version": "v2.8.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/chamilo/pclzip.git",
|
|
|
+ "reference": "af10d07a39922b0789bf761524a22ecefc01d405"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/chamilo/pclzip/zipball/af10d07a39922b0789bf761524a22ecefc01d405",
|
|
|
+ "reference": "af10d07a39922b0789bf761524a22ecefc01d405",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "pclzip/pclzip": "^2.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "pclzip.lib.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Vincent Blavet"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
|
|
|
+ "homepage": "https://github.com/chamilo/pclzip",
|
|
|
+ "keywords": [
|
|
|
+ "php",
|
|
|
+ "zip"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/chamilo/pclzip/issues",
|
|
|
+ "source": "https://github.com/chamilo/pclzip/tree/v2.8.5"
|
|
|
+ },
|
|
|
+ "time": "2022-09-06T21:41:44+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "ezyang/htmlpurifier",
|
|
|
+ "version": "v4.17.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
+ "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
|
|
+ "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cerdic/css-tidy": "^1.7 || ^2.0",
|
|
|
+ "simpletest/simpletest": "dev-master"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
|
|
|
+ "ext-bcmath": "Used for unit conversion and imagecrash protection",
|
|
|
+ "ext-iconv": "Converts text to and from non-UTF-8 encodings",
|
|
|
+ "ext-tidy": "Used for pretty-printing HTML"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "library/HTMLPurifier.composer.php"
|
|
|
+ ],
|
|
|
+ "psr-0": {
|
|
|
+ "HTMLPurifier": "library/"
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/library/HTMLPurifier/Language/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-or-later"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Edward Z. Yang",
|
|
|
+ "email": "admin@htmlpurifier.org",
|
|
|
+ "homepage": "http://ezyang.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Standards compliant HTML filter written in PHP",
|
|
|
+ "homepage": "http://htmlpurifier.org/",
|
|
|
+ "keywords": [
|
|
|
+ "html"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/ezyang/htmlpurifier/issues",
|
|
|
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
|
|
|
+ },
|
|
|
+ "time": "2023-11-17T15:01:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "mindplay/annotations",
|
|
|
+ "version": "1.3.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-annotations/php-annotations.git",
|
|
|
+ "reference": "6d5bfc47218cb013b0b3026374c6ffb0b1cad989"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-annotations/php-annotations/zipball/6d5bfc47218cb013b0b3026374c6ffb0b1cad989",
|
|
|
+ "reference": "6d5bfc47218cb013b0b3026374c6ffb0b1cad989",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/php-code-coverage": "~1.2.1",
|
|
|
+ "phpunit/php-file-iterator": ">=1.3.0@stable <2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "mindplay\\annotations\\": "src\\annotations"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-3.0+"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Rasmus Schultz",
|
|
|
+ "email": "rasmus@mindplay.dk"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Industrial-strength annotations for PHP",
|
|
|
+ "homepage": "http://blog.mindplay.dk/",
|
|
|
+ "keywords": [
|
|
|
+ "annotations",
|
|
|
+ "framework"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/php-annotations/php-annotations/issues",
|
|
|
+ "source": "https://github.com/php-annotations/php-annotations/tree/1.3.4"
|
|
|
+ },
|
|
|
+ "time": "2024-02-17T16:21:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "obsoletepackage/phpquery",
|
|
|
+ "version": "1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ObsoletePackage/phpquery.git",
|
|
|
+ "reference": "ebe03fabd3286fdad18a0148a5f23f6dcc0443fb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ObsoletePackage/phpquery/zipball/ebe03fabd3286fdad18a0148a5f23f6dcc0443fb",
|
|
|
+ "reference": "ebe03fabd3286fdad18a0148a5f23f6dcc0443fb",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "phpQuery/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Tobiasz Cudnik",
|
|
|
+ "email": "tobiasz.cudnik@gmail.com",
|
|
|
+ "homepage": "https://github.com/TobiaszCudnik",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "didier Belot",
|
|
|
+ "role": "Packager"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "obsolete package",
|
|
|
+ "homepage": "https://github.com/ObsoletePackage"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
|
|
|
+ "homepage": "http://code.google.com/p/phpquery/",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/ObsoletePackage/phpquery/tree/1.0.2"
|
|
|
+ },
|
|
|
+ "time": "2022-08-21T10:51:36+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpmailer/phpmailer",
|
|
|
+ "version": "v6.9.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
+ "reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
|
+ "reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "ext-filter": "*",
|
|
|
+ "ext-hash": "*",
|
|
|
+ "php": ">=5.5.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
+ "doctrine/annotations": "^1.2.6 || ^1.13.3",
|
|
|
+ "php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
|
+ "phpcompatibility/php-compatibility": "^9.3.5",
|
|
|
+ "roave/security-advisories": "dev-latest",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7.2",
|
|
|
+ "yoast/phpunit-polyfills": "^1.0.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
|
|
+ "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
|
+ "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
|
|
+ "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
|
|
+ "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
+ "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
+ "psr/log": "For optional PSR-3 debug logging",
|
|
|
+ "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
|
|
+ "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPMailer\\PHPMailer\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "LGPL-2.1-only"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Marcus Bointon",
|
|
|
+ "email": "phpmailer@synchromedia.co.uk"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jim Jagielski",
|
|
|
+ "email": "jimjag@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Andy Prevost",
|
|
|
+ "email": "codeworxtech@users.sourceforge.net"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Brent R. Matzelle"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
|
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/Synchro",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-11-25T22:23:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
+ "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/php-fig/container/issues",
|
|
|
+ "source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
|
+ },
|
|
|
+ "time": "2021-11-05T16:47:00+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": "psr/simple-cache",
|
|
|
+ "version": "3.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
|
+ "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "caching",
|
|
|
+ "psr",
|
|
|
+ "psr-16",
|
|
|
+ "simple-cache"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
|
|
|
+ },
|
|
|
+ "time": "2021-10-29T13:26:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf",
|
|
|
+ "version": "v8.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-core.git",
|
|
|
+ "reference": "e009cf91837c5b98b25aa14883d92158a8f071b6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-core/zipball/e009cf91837c5b98b25aa14883d92158a8f071b6",
|
|
|
+ "reference": "e009cf91837c5b98b25aa14883d92158a8f071b6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ezyang/htmlpurifier": "^4.9",
|
|
|
+ "mindplay/annotations": "^1.3",
|
|
|
+ "obsoletepackage/phpquery": "^1.0.1",
|
|
|
+ "phpmailer/phpmailer": "~6.0",
|
|
|
+ "thinkcmf/cmf-captcha": "^3.0",
|
|
|
+ "thinkcmf/cmf-extend": "~5.1.0",
|
|
|
+ "topthink/framework": "~8.0.0",
|
|
|
+ "xia/migration": "^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/common.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "cmf\\": "src",
|
|
|
+ "think\\": "think"
|
|
|
+ },
|
|
|
+ "classmap": [
|
|
|
+ "think/App.php",
|
|
|
+ "think/Console.php",
|
|
|
+ "think/View.php",
|
|
|
+ "think/Route.php",
|
|
|
+ "think/Http.php",
|
|
|
+ "think/route/Rule.php",
|
|
|
+ "think/route/Url.php",
|
|
|
+ "think/route/dispatch/Controller.php",
|
|
|
+ "think/route/dispatch/Url.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF Core Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-core/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-core/tree/v8.0.2"
|
|
|
+ },
|
|
|
+ "time": "2023-09-16T13:09:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-api",
|
|
|
+ "version": "v8.0.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-api.git",
|
|
|
+ "reference": "baf0dd394db114ab39b382ea32f8a34875291767"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-api/zipball/baf0dd394db114ab39b382ea32f8a34875291767",
|
|
|
+ "reference": "baf0dd394db114ab39b382ea32f8a34875291767",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "thinkcmf/cmf": "^8.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "api\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "55",
|
|
|
+ "email": "wuwu@wuwuseo.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF Core Api Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-api/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-api/tree/v8.0.5"
|
|
|
+ },
|
|
|
+ "time": "2023-09-27T15:36:58+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-app",
|
|
|
+ "version": "v8.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-app.git",
|
|
|
+ "reference": "9cbeb77af0575ee7218ecda10f3de4cd25acc9a3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-app/zipball/9cbeb77af0575ee7218ecda10f3de4cd25acc9a3",
|
|
|
+ "reference": "9cbeb77af0575ee7218ecda10f3de4cd25acc9a3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "thinkcmf/cmf": "^8.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "app\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF App Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-app/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-app/tree/v8.0.1"
|
|
|
+ },
|
|
|
+ "time": "2023-09-17T12:58:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-appstore",
|
|
|
+ "version": "v2.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-appstore.git",
|
|
|
+ "reference": "935711d9625c0d5ed3ddf62f082782c768fa1667"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-appstore/zipball/935711d9625c0d5ed3ddf62f082782c768fa1667",
|
|
|
+ "reference": "935711d9625c0d5ed3ddf62f082782c768fa1667",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "chamilo/pclzip": "^2.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "think": {
|
|
|
+ "services": [
|
|
|
+ "app\\admin\\AppStoreService"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "app\\admin\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF App Store Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-appstore/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-appstore/tree/v2.0.1"
|
|
|
+ },
|
|
|
+ "time": "2023-09-17T00:35:28+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-captcha",
|
|
|
+ "version": "v3.0.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-captcha.git",
|
|
|
+ "reference": "9300381abd25f5c312b4d659fb2232e8799c938e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-captcha/zipball/9300381abd25f5c312b4d659fb2232e8799c938e",
|
|
|
+ "reference": "9300381abd25f5c312b4d659fb2232e8799c938e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "topthink/framework": "^6.0.0 || ^8.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\captcha\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "captcha package for ThinkCMF",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-captcha/tree/v3.0.10"
|
|
|
+ },
|
|
|
+ "time": "2023-09-17T00:05:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-extend",
|
|
|
+ "version": "v5.1.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-extend.git",
|
|
|
+ "reference": "bd4c7077792089cf573d0332e9e8a73a68135aab"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-extend/zipball/bd4c7077792089cf573d0332e9e8a73a68135aab",
|
|
|
+ "reference": "bd4c7077792089cf573d0332e9e8a73a68135aab",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "dir\\": "src/dir",
|
|
|
+ "tree\\": "src/tree",
|
|
|
+ "wxapp\\": "src/wxapp"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF extend Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-extend/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-extend/tree/v5.1.5"
|
|
|
+ },
|
|
|
+ "time": "2023-08-02T17:30:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-install",
|
|
|
+ "version": "v8.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-install.git",
|
|
|
+ "reference": "f7d76f7f4cf7104891e5920c84fc4b005673e4b4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-install/zipball/f7d76f7f4cf7104891e5920c84fc4b005673e4b4",
|
|
|
+ "reference": "f7d76f7f4cf7104891e5920c84fc4b005673e4b4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "app\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkCMF Install Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-install/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-install/tree/v8.0.1"
|
|
|
+ },
|
|
|
+ "time": "2023-09-17T00:13:17+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "thinkcmf/cmf-root",
|
|
|
+ "version": "v2.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thinkcmf/cmf-root.git",
|
|
|
+ "reference": "7a995dcfa62f275f3f72b85960524c8a1a70a35c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thinkcmf/cmf-root/zipball/7a995dcfa62f275f3f72b85960524c8a1a70a35c",
|
|
|
+ "reference": "7a995dcfa62f275f3f72b85960524c8a1a70a35c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-plugin-api": "^1.0||^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "composer/composer": "^1.0||^2.0"
|
|
|
+ },
|
|
|
+ "type": "composer-plugin",
|
|
|
+ "extra": {
|
|
|
+ "class": "cmf\\composer\\RootDirPlugin"
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "cmf\\composer\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "catman",
|
|
|
+ "email": "catman@thinkcmf.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The files in ThinkCMF root dir",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/thinkcmf/cmf-root/issues",
|
|
|
+ "source": "https://github.com/thinkcmf/cmf-root/tree/v2.0.1"
|
|
|
+ },
|
|
|
+ "time": "2023-09-25T16:37:49+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/framework",
|
|
|
+ "version": "v8.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/framework.git",
|
|
|
+ "reference": "5e59fb1e2bcb400c6f82e99d1a40dd058afc8563"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/framework/zipball/5e59fb1e2bcb400c6f82e99d1a40dd058afc8563",
|
|
|
+ "reference": "5e59fb1e2bcb400c6f82e99d1a40dd058afc8563",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "php": ">=8.0.0",
|
|
|
+ "psr/container": "^2.0",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "psr/log": "^1.0|^2.0|^3.0",
|
|
|
+ "psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
+ "topthink/think-helper": "^3.1",
|
|
|
+ "topthink/think-orm": "^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "guzzlehttp/psr7": "^2.1.0",
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "mockery/mockery": "^1.2",
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src/think/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP Framework.",
|
|
|
+ "homepage": "http://thinkphp.cn/",
|
|
|
+ "keywords": [
|
|
|
+ "framework",
|
|
|
+ "orm",
|
|
|
+ "thinkphp"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/framework/issues",
|
|
|
+ "source": "https://github.com/top-think/framework/tree/v8.0.3"
|
|
|
+ },
|
|
|
+ "time": "2023-10-17T08:31:52+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-helper",
|
|
|
+ "version": "v3.1.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-helper.git",
|
|
|
+ "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-helper/zipball/769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
+ "reference": "769acbe50a4274327162f9c68ec2e89a38eb2aff",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/helper.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yunwuxin",
|
|
|
+ "email": "448901948@qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The ThinkPHP6 Helper Package",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-helper/issues",
|
|
|
+ "source": "https://github.com/top-think/think-helper/tree/v3.1.6"
|
|
|
+ },
|
|
|
+ "time": "2021-12-15T04:27:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "topthink/think-orm",
|
|
|
+ "version": "v3.0.14",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-orm.git",
|
|
|
+ "reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-orm/zipball/7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
|
|
|
+ "reference": "7b0b8ea6ca5e020217f6ba7ae34d547e148a675b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-pdo": "*",
|
|
|
+ "php": ">=8.0.0",
|
|
|
+ "psr/log": ">=1.0",
|
|
|
+ "psr/simple-cache": ">=1.0",
|
|
|
+ "topthink/think-helper": "^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^8|^9.5|^10"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "stubs/load_stubs.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "think\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "the PHP Database&ORM Framework",
|
|
|
+ "keywords": [
|
|
|
+ "database",
|
|
|
+ "orm"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-orm/issues",
|
|
|
+ "source": "https://github.com/top-think/think-orm/tree/v3.0.14"
|
|
|
+ },
|
|
|
+ "time": "2023-09-24T13:15:07+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "xia/migration",
|
|
|
+ "version": "v6.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/449134904/artisan.git",
|
|
|
+ "reference": "c6e17b0e9910baa9221bdfe33037bbc2c9bdc7b2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/449134904/artisan/zipball/c6e17b0e9910baa9221bdfe33037bbc2c9bdc7b2",
|
|
|
+ "reference": "c6e17b0e9910baa9221bdfe33037bbc2c9bdc7b2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "think": {
|
|
|
+ "services": [
|
|
|
+ "think\\migration\\Service"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Phinx\\": "phinx/src/Phinx",
|
|
|
+ "think\\migration\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "小夏",
|
|
|
+ "email": "yyw168@vip.qq.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/449134904/artisan/issues",
|
|
|
+ "source": "https://github.com/449134904/artisan/tree/v6.0.3"
|
|
|
+ },
|
|
|
+ "time": "2023-09-17T00:27:06+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [
|
|
|
+ {
|
|
|
+ "name": "topthink/think-trace",
|
|
|
+ "version": "v1.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/top-think/think-trace.git",
|
|
|
+ "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-trace/zipball/136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|
|
+ "reference": "136cd5d97e8bdb780e4b5c1637c588ed7ca3e142",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1.0",
|
|
|
+ "topthink/framework": "^6.0|^8.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "think": {
|
|
|
+ "services": [
|
|
|
+ "think\\trace\\Service"
|
|
|
+ ],
|
|
|
+ "config": {
|
|
|
+ "trace": "src/config.php"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "think\\trace\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "Apache-2.0"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "liu21st",
|
|
|
+ "email": "liu21st@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "thinkphp debug trace",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/top-think/think-trace/issues",
|
|
|
+ "source": "https://github.com/top-think/think-trace/tree/v1.6"
|
|
|
+ },
|
|
|
+ "time": "2023-02-07T08:36:32+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": [],
|
|
|
+ "prefer-stable": true,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": {
|
|
|
+ "php": ">=8.0.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-pdo": "*"
|
|
|
+ },
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.6.0"
|
|
|
+}
|