|
|
@@ -1,2780 +0,0 @@
|
|
|
-{
|
|
|
- "packages": [
|
|
|
- {
|
|
|
- "name": "composer/pcre",
|
|
|
- "version": "3.3.2",
|
|
|
- "version_normalized": "3.3.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/composer/pcre.git",
|
|
|
- "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
|
|
- "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.4 || ^8.0"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "phpstan/phpstan": "<1.11.10"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpstan/phpstan": "^1.12 || ^2",
|
|
|
- "phpstan/phpstan-strict-rules": "^1 || ^2",
|
|
|
- "phpunit/phpunit": "^8 || ^9"
|
|
|
- },
|
|
|
- "time": "2024-11-12T16:29:46+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "3.x-dev"
|
|
|
- },
|
|
|
- "phpstan": {
|
|
|
- "includes": [
|
|
|
- "extension.neon"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Composer\\Pcre\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Jordi Boggiano",
|
|
|
- "email": "j.boggiano@seld.be",
|
|
|
- "homepage": "http://seld.be"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
|
|
|
- "keywords": [
|
|
|
- "PCRE",
|
|
|
- "preg",
|
|
|
- "regex",
|
|
|
- "regular expression"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/composer/pcre/issues",
|
|
|
- "source": "https://github.com/composer/pcre/tree/3.3.2"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://packagist.com",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/composer",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "./pcre"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ergebnis/classy",
|
|
|
- "version": "1.9.0",
|
|
|
- "version_normalized": "1.9.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ergebnis/classy.git",
|
|
|
- "reference": "05c3ac7d8d9d337c4cf1d5602a339f57cb2a27ef"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ergebnis/classy/zipball/05c3ac7d8d9d337c4cf1d5602a339f57cb2a27ef",
|
|
|
- "reference": "05c3ac7d8d9d337c4cf1d5602a339f57cb2a27ef",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-tokenizer": "*",
|
|
|
- "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ergebnis/composer-normalize": "^2.48.1",
|
|
|
- "ergebnis/license": "^2.7.0",
|
|
|
- "ergebnis/php-cs-fixer-config": "^6.54.0",
|
|
|
- "ergebnis/phpstan-rules": "^2.11.0",
|
|
|
- "ergebnis/phpunit-slow-test-detector": "^2.20.0",
|
|
|
- "fakerphp/faker": "^1.24.1",
|
|
|
- "infection/infection": "~0.26.6",
|
|
|
- "phpstan/extension-installer": "^1.4.3",
|
|
|
- "phpstan/phpstan": "^2.1.22",
|
|
|
- "phpstan/phpstan-deprecation-rules": "^2.0.3",
|
|
|
- "phpstan/phpstan-phpunit": "^2.0.7",
|
|
|
- "phpstan/phpstan-strict-rules": "^2.0.6",
|
|
|
- "phpunit/phpunit": "^9.6.19",
|
|
|
- "rector/rector": "^2.1.4"
|
|
|
- },
|
|
|
- "time": "2025-09-04T10:17:22+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Ergebnis\\Classy\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Andreas Möller",
|
|
|
- "email": "am@localheinz.com",
|
|
|
- "homepage": "https://localheinz.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Provides a finder for classy constructs (classes, enums, interfaces, and traits).",
|
|
|
- "homepage": "https://github.com/ergebnis/classy",
|
|
|
- "keywords": [
|
|
|
- "classes",
|
|
|
- "classy",
|
|
|
- "constructs",
|
|
|
- "finder",
|
|
|
- "interfaces",
|
|
|
- "traits"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/ergebnis/classy/issues",
|
|
|
- "source": "https://github.com/ergebnis/classy"
|
|
|
- },
|
|
|
- "install-path": "../ergebnis/classy"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ezyang/htmlpurifier",
|
|
|
- "version": "v4.18.0",
|
|
|
- "version_normalized": "4.18.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ezyang/htmlpurifier.git",
|
|
|
- "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
|
|
|
- "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
|
|
|
- "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 || ~8.4.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"
|
|
|
- },
|
|
|
- "time": "2024-11-01T03:51:45+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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.18.0"
|
|
|
- },
|
|
|
- "install-path": "../ezyang/htmlpurifier"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/guzzle",
|
|
|
- "version": "7.9.2",
|
|
|
- "version_normalized": "7.9.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/guzzle.git",
|
|
|
- "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
|
|
|
- "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-json": "*",
|
|
|
- "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
|
|
- "guzzlehttp/psr7": "^2.7.0",
|
|
|
- "php": "^7.2.5 || ^8.0",
|
|
|
- "psr/http-client": "^1.0",
|
|
|
- "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-client-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
- "ext-curl": "*",
|
|
|
- "guzzle/client-integration-tests": "3.0.2",
|
|
|
- "php-http/message-factory": "^1.1",
|
|
|
- "phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
|
|
- "psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-curl": "Required for CURL handler support",
|
|
|
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
|
- "psr/log": "Required for using the Log middleware"
|
|
|
- },
|
|
|
- "time": "2024-07-24T11:22:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "bamarni-bin": {
|
|
|
- "bin-links": true,
|
|
|
- "forward-command": false
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/functions_include.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jeremy Lindblom",
|
|
|
- "email": "jeremeamia@gmail.com",
|
|
|
- "homepage": "https://github.com/jeremeamia"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "George Mponos",
|
|
|
- "email": "gmponos@gmail.com",
|
|
|
- "homepage": "https://github.com/gmponos"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Nyholm",
|
|
|
- "email": "tobias.nyholm@gmail.com",
|
|
|
- "homepage": "https://github.com/Nyholm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://github.com/sagikazarmark"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "email": "webmaster@tubo-world.de",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle is a PHP HTTP client library",
|
|
|
- "keywords": [
|
|
|
- "client",
|
|
|
- "curl",
|
|
|
- "framework",
|
|
|
- "http",
|
|
|
- "http client",
|
|
|
- "psr-18",
|
|
|
- "psr-7",
|
|
|
- "rest",
|
|
|
- "web service"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/guzzle/issues",
|
|
|
- "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/GrahamCampbell",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/Nyholm",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../guzzlehttp/guzzle"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/promises",
|
|
|
- "version": "2.3.0",
|
|
|
- "version_normalized": "2.3.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/promises.git",
|
|
|
- "reference": "481557b130ef3790cf82b713667b43030dc9c957"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
|
|
|
- "reference": "481557b130ef3790cf82b713667b43030dc9c957",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2.5 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
- "phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
|
- },
|
|
|
- "time": "2025-08-22T14:34:08+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "bamarni-bin": {
|
|
|
- "bin-links": true,
|
|
|
- "forward-command": false
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Promise\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Nyholm",
|
|
|
- "email": "tobias.nyholm@gmail.com",
|
|
|
- "homepage": "https://github.com/Nyholm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "email": "webmaster@tubo-world.de",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Guzzle promises library",
|
|
|
- "keywords": [
|
|
|
- "promise"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/promises/issues",
|
|
|
- "source": "https://github.com/guzzle/promises/tree/2.3.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/GrahamCampbell",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/Nyholm",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../guzzlehttp/promises"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "guzzlehttp/psr7",
|
|
|
- "version": "2.8.0",
|
|
|
- "version_normalized": "2.8.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "21dc724a0583619cd1652f673303492272778051"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
|
|
|
- "reference": "21dc724a0583619cd1652f673303492272778051",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2.5 || ^8.0",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/http-message": "^1.1 || ^2.0",
|
|
|
- "ralouphie/getallheaders": "^3.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-factory-implementation": "1.0",
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
- "http-interop/http-factory-tests": "0.9.0",
|
|
|
- "phpunit/phpunit": "^8.5.44 || ^9.6.25"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
- },
|
|
|
- "time": "2025-08-23T21:21:41+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "bamarni-bin": {
|
|
|
- "bin-links": true,
|
|
|
- "forward-command": false
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "GuzzleHttp\\Psr7\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Graham Campbell",
|
|
|
- "email": "hello@gjcampbell.co.uk",
|
|
|
- "homepage": "https://github.com/GrahamCampbell"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Michael Dowling",
|
|
|
- "email": "mtdowling@gmail.com",
|
|
|
- "homepage": "https://github.com/mtdowling"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "George Mponos",
|
|
|
- "email": "gmponos@gmail.com",
|
|
|
- "homepage": "https://github.com/gmponos"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Nyholm",
|
|
|
- "email": "tobias.nyholm@gmail.com",
|
|
|
- "homepage": "https://github.com/Nyholm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://github.com/sagikazarmark"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Tobias Schultze",
|
|
|
- "email": "webmaster@tubo-world.de",
|
|
|
- "homepage": "https://github.com/Tobion"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Márk Sági-Kazár",
|
|
|
- "email": "mark.sagikazar@gmail.com",
|
|
|
- "homepage": "https://sagikazarmark.hu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response",
|
|
|
- "stream",
|
|
|
- "uri",
|
|
|
- "url"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/guzzle/psr7/issues",
|
|
|
- "source": "https://github.com/guzzle/psr7/tree/2.8.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/GrahamCampbell",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/Nyholm",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../guzzlehttp/psr7"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "league/flysystem",
|
|
|
- "version": "1.1.10",
|
|
|
- "version_normalized": "1.1.10.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/thephpleague/flysystem.git",
|
|
|
- "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
|
|
|
- "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-fileinfo": "*",
|
|
|
- "league/mime-type-detection": "^1.3",
|
|
|
- "php": "^7.2.5 || ^8.0"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "league/flysystem-sftp": "<1.0.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpspec/prophecy": "^1.11.1",
|
|
|
- "phpunit/phpunit": "^8.5.8"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-ftp": "Allows you to use FTP server storage",
|
|
|
- "ext-openssl": "Allows you to use FTPS server storage",
|
|
|
- "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
|
|
- "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
|
|
- "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
|
|
- "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
|
|
- "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
|
|
- "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
|
|
- "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
|
|
- "league/flysystem-webdav": "Allows you to use WebDAV storage",
|
|
|
- "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
|
|
- "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
|
|
- "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
|
|
- },
|
|
|
- "time": "2022-10-04T09:16:37+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "League\\Flysystem\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Frank de Jonge",
|
|
|
- "email": "info@frenky.net"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Filesystem abstraction: Many filesystems, one API.",
|
|
|
- "keywords": [
|
|
|
- "Cloud Files",
|
|
|
- "WebDAV",
|
|
|
- "abstraction",
|
|
|
- "aws",
|
|
|
- "cloud",
|
|
|
- "copy.com",
|
|
|
- "dropbox",
|
|
|
- "file systems",
|
|
|
- "files",
|
|
|
- "filesystem",
|
|
|
- "filesystems",
|
|
|
- "ftp",
|
|
|
- "rackspace",
|
|
|
- "remote",
|
|
|
- "s3",
|
|
|
- "sftp",
|
|
|
- "storage"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/thephpleague/flysystem/issues",
|
|
|
- "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://offset.earth/frankdejonge",
|
|
|
- "type": "other"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../league/flysystem"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "league/flysystem-cached-adapter",
|
|
|
- "version": "1.1.0",
|
|
|
- "version_normalized": "1.1.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
|
|
- "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
|
|
- "reference": "d1925efb2207ac4be3ad0c40b8277175f99ffaff",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "league/flysystem": "~1.0",
|
|
|
- "psr/cache": "^1.0.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mockery/mockery": "~0.9",
|
|
|
- "phpspec/phpspec": "^3.4",
|
|
|
- "phpunit/phpunit": "^5.7",
|
|
|
- "predis/predis": "~1.0",
|
|
|
- "tedivm/stash": "~0.12"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-phpredis": "Pure C implemented extension for PHP"
|
|
|
- },
|
|
|
- "time": "2020-07-25T15:56:04+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "League\\Flysystem\\Cached\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "frankdejonge",
|
|
|
- "email": "info@frenky.net"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "An adapter decorator to enable meta-data caching.",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/thephpleague/flysystem-cached-adapter/issues",
|
|
|
- "source": "https://github.com/thephpleague/flysystem-cached-adapter/tree/master"
|
|
|
- },
|
|
|
- "install-path": "../league/flysystem-cached-adapter"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "league/mime-type-detection",
|
|
|
- "version": "1.15.0",
|
|
|
- "version_normalized": "1.15.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/thephpleague/mime-type-detection.git",
|
|
|
- "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
|
|
|
- "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-fileinfo": "*",
|
|
|
- "php": "^7.4 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
- "phpstan/phpstan": "^0.12.68",
|
|
|
- "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
|
|
|
- },
|
|
|
- "time": "2024-01-28T23:22:08+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "League\\MimeTypeDetection\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Frank de Jonge",
|
|
|
- "email": "info@frankdejonge.nl"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Mime-type detection for Flysystem",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
|
|
- "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/frankdejonge",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../league/mime-type-detection"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maennchen/zipstream-php",
|
|
|
- "version": "3.1.1",
|
|
|
- "version_normalized": "3.1.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/maennchen/ZipStream-PHP.git",
|
|
|
- "reference": "6187e9cc4493da94b9b63eb2315821552015fca9"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/6187e9cc4493da94b9b63eb2315821552015fca9",
|
|
|
- "reference": "6187e9cc4493da94b9b63eb2315821552015fca9",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-mbstring": "*",
|
|
|
- "ext-zlib": "*",
|
|
|
- "php-64bit": "^8.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-zip": "*",
|
|
|
- "friendsofphp/php-cs-fixer": "^3.16",
|
|
|
- "mikey179/vfsstream": "^1.6",
|
|
|
- "php-coveralls/php-coveralls": "^2.5",
|
|
|
- "phpunit/phpunit": "^10.0",
|
|
|
- "vimeo/psalm": "^5.0"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "guzzlehttp/psr7": "^2.4",
|
|
|
- "psr/http-message": "^2.0"
|
|
|
- },
|
|
|
- "time": "2024-10-10T12:33:01+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "ZipStream\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Paul Duncan",
|
|
|
- "email": "pabs@pablotron.org"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jonatan Männchen",
|
|
|
- "email": "jonatan@maennchen.ch"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Jesse Donat",
|
|
|
- "email": "donatj@gmail.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "András Kolesár",
|
|
|
- "email": "kolesar@kolesar.hu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
|
|
|
- "keywords": [
|
|
|
- "stream",
|
|
|
- "zip"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
|
|
|
- "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.1"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/maennchen",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../maennchen/zipstream-php"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "markbaker/complex",
|
|
|
- "version": "3.0.2",
|
|
|
- "version_normalized": "3.0.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/MarkBaker/PHPComplex.git",
|
|
|
- "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
|
- "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
- "phpcompatibility/php-compatibility": "^9.3",
|
|
|
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
- "squizlabs/php_codesniffer": "^3.7"
|
|
|
- },
|
|
|
- "time": "2022-12-06T16:21:08+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Complex\\": "classes/src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mark Baker",
|
|
|
- "email": "mark@lange.demon.co.uk"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Class for working with complex numbers",
|
|
|
- "homepage": "https://github.com/MarkBaker/PHPComplex",
|
|
|
- "keywords": [
|
|
|
- "complex",
|
|
|
- "mathematics"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/MarkBaker/PHPComplex/issues",
|
|
|
- "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
|
|
|
- },
|
|
|
- "install-path": "../markbaker/complex"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "markbaker/matrix",
|
|
|
- "version": "3.0.1",
|
|
|
- "version_normalized": "3.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/MarkBaker/PHPMatrix.git",
|
|
|
- "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
|
|
|
- "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
|
|
|
- "phpcompatibility/php-compatibility": "^9.3",
|
|
|
- "phpdocumentor/phpdocumentor": "2.*",
|
|
|
- "phploc/phploc": "^4.0",
|
|
|
- "phpmd/phpmd": "2.*",
|
|
|
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
|
|
|
- "sebastian/phpcpd": "^4.0",
|
|
|
- "squizlabs/php_codesniffer": "^3.7"
|
|
|
- },
|
|
|
- "time": "2022-12-02T22:17:43+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Matrix\\": "classes/src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Mark Baker",
|
|
|
- "email": "mark@demon-angel.eu"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Class for working with matrices",
|
|
|
- "homepage": "https://github.com/MarkBaker/PHPMatrix",
|
|
|
- "keywords": [
|
|
|
- "mathematics",
|
|
|
- "matrix",
|
|
|
- "vector"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
|
|
|
- "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
|
|
|
- },
|
|
|
- "install-path": "../markbaker/matrix"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phpoffice/phpspreadsheet",
|
|
|
- "version": "1.30.0",
|
|
|
- "version_normalized": "1.30.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
|
|
|
- "reference": "2f39286e0136673778b7a142b3f0d141e43d1714"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2f39286e0136673778b7a142b3f0d141e43d1714",
|
|
|
- "reference": "2f39286e0136673778b7a142b3f0d141e43d1714",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "composer/pcre": "^1||^2||^3",
|
|
|
- "ext-ctype": "*",
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-fileinfo": "*",
|
|
|
- "ext-gd": "*",
|
|
|
- "ext-iconv": "*",
|
|
|
- "ext-libxml": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "ext-simplexml": "*",
|
|
|
- "ext-xml": "*",
|
|
|
- "ext-xmlreader": "*",
|
|
|
- "ext-xmlwriter": "*",
|
|
|
- "ext-zip": "*",
|
|
|
- "ext-zlib": "*",
|
|
|
- "ezyang/htmlpurifier": "^4.15",
|
|
|
- "maennchen/zipstream-php": "^2.1 || ^3.0",
|
|
|
- "markbaker/complex": "^3.0",
|
|
|
- "markbaker/matrix": "^3.0",
|
|
|
- "php": "^7.4 || ^8.0",
|
|
|
- "psr/http-client": "^1.0",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
|
|
|
- "dompdf/dompdf": "^1.0 || ^2.0 || ^3.0",
|
|
|
- "friendsofphp/php-cs-fixer": "^3.2",
|
|
|
- "mitoteam/jpgraph": "^10.3",
|
|
|
- "mpdf/mpdf": "^8.1.1",
|
|
|
- "phpcompatibility/php-compatibility": "^9.3",
|
|
|
- "phpstan/phpstan": "^1.1",
|
|
|
- "phpstan/phpstan-phpunit": "^1.0",
|
|
|
- "phpunit/phpunit": "^8.5 || ^9.0",
|
|
|
- "squizlabs/php_codesniffer": "^3.7",
|
|
|
- "tecnickcom/tcpdf": "^6.5"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
|
|
|
- "ext-intl": "PHP Internationalization Functions",
|
|
|
- "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
|
|
|
- "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
|
|
|
- "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
|
|
|
- },
|
|
|
- "time": "2025-08-10T06:28:02+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Maarten Balliauw",
|
|
|
- "homepage": "https://blog.maartenballiauw.be"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Mark Baker",
|
|
|
- "homepage": "https://markbakeruk.net"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Franck Lefevre",
|
|
|
- "homepage": "https://rootslabs.net"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Erik Tilt"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Adrien Crivelli"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
|
|
|
- "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
|
|
|
- "keywords": [
|
|
|
- "OpenXML",
|
|
|
- "excel",
|
|
|
- "gnumeric",
|
|
|
- "ods",
|
|
|
- "php",
|
|
|
- "spreadsheet",
|
|
|
- "xls",
|
|
|
- "xlsx"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
|
|
|
- "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.30.0"
|
|
|
- },
|
|
|
- "install-path": "../phpoffice/phpspreadsheet"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "predis/predis",
|
|
|
- "version": "v3.0.1",
|
|
|
- "version_normalized": "3.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/predis/predis.git",
|
|
|
- "reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/predis/predis/zipball/34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
|
|
|
- "reference": "34fb0a7da0330df1bab4280fcac4afdeeccc3edf",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "psr/http-message": "^1.0|^2.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "friendsofphp/php-cs-fixer": "^3.3",
|
|
|
- "phpstan/phpstan": "^1.9",
|
|
|
- "phpunit/phpcov": "^6.0 || ^8.0",
|
|
|
- "phpunit/phpunit": "^8.0 || ~9.4.4"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
|
|
|
- },
|
|
|
- "time": "2025-05-16T18:30:32+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Predis\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Till Krüss",
|
|
|
- "homepage": "https://till.im",
|
|
|
- "role": "Maintainer"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A flexible and feature-complete Redis/Valkey client for PHP.",
|
|
|
- "homepage": "http://github.com/predis/predis",
|
|
|
- "keywords": [
|
|
|
- "nosql",
|
|
|
- "predis",
|
|
|
- "redis"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/predis/predis/issues",
|
|
|
- "source": "https://github.com/predis/predis/tree/v3.0.1"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://github.com/sponsors/tillkruss",
|
|
|
- "type": "github"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../predis/predis"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/cache",
|
|
|
- "version": "1.0.1",
|
|
|
- "version_normalized": "1.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/cache.git",
|
|
|
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
- "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.3.0"
|
|
|
- },
|
|
|
- "time": "2016-08-06T20:24:11+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Cache\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "http://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for caching libraries",
|
|
|
- "keywords": [
|
|
|
- "cache",
|
|
|
- "psr",
|
|
|
- "psr-6"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/cache/tree/master"
|
|
|
- },
|
|
|
- "install-path": "../psr/cache"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/container",
|
|
|
- "version": "2.0.2",
|
|
|
- "version_normalized": "2.0.2.0",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "time": "2021-11-05T16:47:00+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "install-path": "../psr/container"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-client",
|
|
|
- "version": "1.0.3",
|
|
|
- "version_normalized": "1.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-client.git",
|
|
|
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.0 || ^8.0",
|
|
|
- "psr/http-message": "^1.0 || ^2.0"
|
|
|
- },
|
|
|
- "time": "2023-09-23T14:17:50+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Client\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interface for HTTP clients",
|
|
|
- "homepage": "https://github.com/php-fig/http-client",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "http-client",
|
|
|
- "psr",
|
|
|
- "psr-18"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-client"
|
|
|
- },
|
|
|
- "install-path": "../psr/http-client"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-factory",
|
|
|
- "version": "1.0.2",
|
|
|
- "version_normalized": "1.0.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/http-factory.git",
|
|
|
- "reference": "e616d01114759c4c489f93b099585439f795fe35"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
|
|
|
- "reference": "e616d01114759c4c489f93b099585439f795fe35",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.0.0",
|
|
|
- "psr/http-message": "^1.0 || ^2.0"
|
|
|
- },
|
|
|
- "time": "2023-04-10T20:10:41+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Psr\\Http\\Message\\": "src/"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "PHP-FIG",
|
|
|
- "homepage": "https://www.php-fig.org/"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Common interfaces for PSR-7 HTTP message factories",
|
|
|
- "keywords": [
|
|
|
- "factory",
|
|
|
- "http",
|
|
|
- "message",
|
|
|
- "psr",
|
|
|
- "psr-17",
|
|
|
- "psr-7",
|
|
|
- "request",
|
|
|
- "response"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
|
|
|
- },
|
|
|
- "install-path": "../psr/http-factory"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/http-message",
|
|
|
- "version": "1.1",
|
|
|
- "version_normalized": "1.1.0.0",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "time": "2023-04-04T09:50:52+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.1.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "install-path": "../psr/http-message"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/log",
|
|
|
- "version": "3.0.1",
|
|
|
- "version_normalized": "3.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/php-fig/log.git",
|
|
|
- "reference": "79dff0b268932c640297f5208d6298f71855c03e"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/php-fig/log/zipball/79dff0b268932c640297f5208d6298f71855c03e",
|
|
|
- "reference": "79dff0b268932c640297f5208d6298f71855c03e",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.0.0"
|
|
|
- },
|
|
|
- "time": "2024-08-21T13:31:24+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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.1"
|
|
|
- },
|
|
|
- "install-path": "../psr/log"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "psr/simple-cache",
|
|
|
- "version": "3.0.0",
|
|
|
- "version_normalized": "3.0.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"
|
|
|
- },
|
|
|
- "time": "2021-10-29T13:26:27+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "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"
|
|
|
- },
|
|
|
- "install-path": "../psr/simple-cache"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ralouphie/getallheaders",
|
|
|
- "version": "3.0.3",
|
|
|
- "version_normalized": "3.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=5.6"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "php-coveralls/php-coveralls": "^2.1",
|
|
|
- "phpunit/phpunit": "^5 || ^6.5"
|
|
|
- },
|
|
|
- "time": "2019-03-08T08:55:37+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/getallheaders.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Ralph Khattar",
|
|
|
- "email": "ralph.khattar@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A polyfill for getallheaders.",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
|
- "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
|
- },
|
|
|
- "install-path": "../ralouphie/getallheaders"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/deprecation-contracts",
|
|
|
- "version": "v3.5.1",
|
|
|
- "version_normalized": "3.5.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
|
|
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.1"
|
|
|
- },
|
|
|
- "time": "2024-09-25T14:20:29+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "thanks": {
|
|
|
- "url": "https://github.com/symfony/contracts",
|
|
|
- "name": "symfony/contracts"
|
|
|
- },
|
|
|
- "branch-alias": {
|
|
|
- "dev-main": "3.5-dev"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "function.php"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nicolas Grekas",
|
|
|
- "email": "p@tchwork.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "A generic function and convention to trigger deprecation notices",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../symfony/deprecation-contracts"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/http-foundation",
|
|
|
- "version": "v6.4.22",
|
|
|
- "version_normalized": "6.4.22.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/http-foundation.git",
|
|
|
- "reference": "6b7c97fe1ddac8df3cc9ba6410c8abc683e148ae"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6b7c97fe1ddac8df3cc9ba6410c8abc683e148ae",
|
|
|
- "reference": "6b7c97fe1ddac8df3cc9ba6410c8abc683e148ae",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.1",
|
|
|
- "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
- "symfony/polyfill-mbstring": "~1.1",
|
|
|
- "symfony/polyfill-php83": "^1.27"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
- "predis/predis": "^1.1|^2.0",
|
|
|
- "symfony/cache": "^6.4.12|^7.1.5",
|
|
|
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
- "symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
- "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
|
|
|
- "symfony/mime": "^5.4|^6.0|^7.0",
|
|
|
- "symfony/rate-limiter": "^5.4|^6.0|^7.0"
|
|
|
- },
|
|
|
- "time": "2025-05-11T15:36:20+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\HttpFoundation\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Defines an object-oriented layer for the HTTP specification",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/http-foundation/tree/v6.4.22"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../symfony/http-foundation"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-mbstring",
|
|
|
- "version": "v1.32.0",
|
|
|
- "version_normalized": "1.32.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
- "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
|
- "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-iconv": "*",
|
|
|
- "php": ">=7.2"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "ext-mbstring": "*"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-mbstring": "For best performance"
|
|
|
- },
|
|
|
- "time": "2024-12-23T08:48:59+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "thanks": {
|
|
|
- "url": "https://github.com/symfony/polyfill",
|
|
|
- "name": "symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nicolas Grekas",
|
|
|
- "email": "p@tchwork.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill for the Mbstring extension",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "mbstring",
|
|
|
- "polyfill",
|
|
|
- "portable",
|
|
|
- "shim"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../symfony/polyfill-mbstring"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/polyfill-php83",
|
|
|
- "version": "v1.32.0",
|
|
|
- "version_normalized": "1.32.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/polyfill-php83.git",
|
|
|
- "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
|
|
|
- "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.2"
|
|
|
- },
|
|
|
- "time": "2024-09-09T11:45:10+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "thanks": {
|
|
|
- "url": "https://github.com/symfony/polyfill",
|
|
|
- "name": "symfony/polyfill"
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "bootstrap.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Polyfill\\Php83\\": ""
|
|
|
- },
|
|
|
- "classmap": [
|
|
|
- "Resources/stubs"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nicolas Grekas",
|
|
|
- "email": "p@tchwork.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "compatibility",
|
|
|
- "polyfill",
|
|
|
- "portable",
|
|
|
- "shim"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../symfony/polyfill-php83"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "symfony/var-dumper",
|
|
|
- "version": "v6.4.21",
|
|
|
- "version_normalized": "6.4.21.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/var-dumper.git",
|
|
|
- "reference": "22560f80c0c5cd58cc0bcaf73455ffd81eb380d5"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/22560f80c0c5cd58cc0bcaf73455ffd81eb380d5",
|
|
|
- "reference": "22560f80c0c5cd58cc0bcaf73455ffd81eb380d5",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.1",
|
|
|
- "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
- "symfony/polyfill-mbstring": "~1.0"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/console": "<5.4"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-iconv": "*",
|
|
|
- "symfony/console": "^5.4|^6.0|^7.0",
|
|
|
- "symfony/error-handler": "^6.3|^7.0",
|
|
|
- "symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
|
- "symfony/process": "^5.4|^6.0|^7.0",
|
|
|
- "symfony/uid": "^5.4|^6.0|^7.0",
|
|
|
- "twig/twig": "^2.13|^3.0.4"
|
|
|
- },
|
|
|
- "time": "2025-04-09T07:34:50+00:00",
|
|
|
- "bin": [
|
|
|
- "Resources/bin/var-dump-server"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "Resources/functions/dump.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\VarDumper\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Nicolas Grekas",
|
|
|
- "email": "p@tchwork.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "keywords": [
|
|
|
- "debug",
|
|
|
- "dump"
|
|
|
- ],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/var-dumper/tree/v6.4.21"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "install-path": "../symfony/var-dumper"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/framework",
|
|
|
- "version": "v8.1.2",
|
|
|
- "version_normalized": "8.1.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/framework.git",
|
|
|
- "reference": "8faec5c9b7a7f2a66ca3140a57e81bd6cd37567c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/framework/zipball/8faec5c9b7a7f2a66ca3140a57e81bd6cd37567c",
|
|
|
- "reference": "8faec5c9b7a7f2a66ca3140a57e81bd6cd37567c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ext-ctype": "*",
|
|
|
- "ext-json": "*",
|
|
|
- "ext-mbstring": "*",
|
|
|
- "php": ">=8.0.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-container": "^3.0",
|
|
|
- "topthink/think-helper": "^3.1",
|
|
|
- "topthink/think-orm": "^3.0|^4.0",
|
|
|
- "topthink/think-validate": "^3.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "guzzlehttp/psr7": "^2.1.0",
|
|
|
- "mikey179/vfsstream": "^1.6",
|
|
|
- "mockery/mockery": "^1.2",
|
|
|
- "phpunit/phpunit": "^9.5"
|
|
|
- },
|
|
|
- "time": "2025-01-14T08:04:03+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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.1.2"
|
|
|
- },
|
|
|
- "install-path": "../topthink/framework"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-annotation",
|
|
|
- "version": "v2.0.4",
|
|
|
- "version_normalized": "2.0.4.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-annotation.git",
|
|
|
- "reference": "293dae6f2d7bdb6fed1a89babe176f6059738ccf"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-annotation/zipball/293dae6f2d7bdb6fed1a89babe176f6059738ccf",
|
|
|
- "reference": "293dae6f2d7bdb6fed1a89babe176f6059738ccf",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "ergebnis/classy": "^1.4",
|
|
|
- "php": "^8.0",
|
|
|
- "topthink/framework": "^6.0 || ^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "topthink/think-ide-helper": "^1.0"
|
|
|
- },
|
|
|
- "time": "2023-07-01T10:56:40+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "think": {
|
|
|
- "services": [
|
|
|
- "think\\annotation\\Service"
|
|
|
- ],
|
|
|
- "config": {
|
|
|
- "annotation": "src/config.php"
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\annotation\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "yunwuxin",
|
|
|
- "email": "448901948@qq.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Annotation For ThinkPHP6",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-annotation/issues",
|
|
|
- "source": "https://github.com/top-think/think-annotation/tree/v2.0.4"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-annotation"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-captcha",
|
|
|
- "version": "v3.0.11",
|
|
|
- "version_normalized": "3.0.11.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-captcha.git",
|
|
|
- "reference": "4f24f560a31011329e3d144732e5370d7676b3fb"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-captcha/zipball/4f24f560a31011329e3d144732e5370d7676b3fb",
|
|
|
- "reference": "4f24f560a31011329e3d144732e5370d7676b3fb",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "topthink/framework": "^6.0|^8.0"
|
|
|
- },
|
|
|
- "time": "2024-11-22T12:59:35+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "think": {
|
|
|
- "config": {
|
|
|
- "captcha": "src/config.php"
|
|
|
- },
|
|
|
- "services": [
|
|
|
- "think\\captcha\\CaptchaService"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/helper.php"
|
|
|
- ],
|
|
|
- "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 thinkphp",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-captcha/issues",
|
|
|
- "source": "https://github.com/top-think/think-captcha/tree/v3.0.11"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-captcha"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-container",
|
|
|
- "version": "v3.0.1",
|
|
|
- "version_normalized": "3.0.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-container.git",
|
|
|
- "reference": "a24d442a02fb2a4716de232ff1a4f006c178a370"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-container/zipball/a24d442a02fb2a4716de232ff1a4f006c178a370",
|
|
|
- "reference": "a24d442a02fb2a4716de232ff1a4f006c178a370",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.0",
|
|
|
- "psr/container": "^2.0",
|
|
|
- "topthink/think-helper": "^3.1"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^9.5"
|
|
|
- },
|
|
|
- "time": "2025-01-07T08:19:23+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [],
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "PHP Container & Facade Manager",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-container/issues",
|
|
|
- "source": "https://github.com/top-think/think-container/tree/v3.0.1"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-container"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-cors",
|
|
|
- "version": "v1.0.2",
|
|
|
- "version_normalized": "1.0.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-cors.git",
|
|
|
- "reference": "822d90b357daa5aa5e1d01668615599f428ad132"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-cors/zipball/822d90b357daa5aa5e1d01668615599f428ad132",
|
|
|
- "reference": "822d90b357daa5aa5e1d01668615599f428ad132",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "topthink/framework": "^6.0|^8.0"
|
|
|
- },
|
|
|
- "time": "2024-04-26T06:32:17+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "think": {
|
|
|
- "config": {
|
|
|
- "cors": "src/config.php"
|
|
|
- },
|
|
|
- "services": [
|
|
|
- "think\\cors\\Service"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\cors\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "yunwuxin",
|
|
|
- "email": "448901948@qq.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The Cors Library For ThinkPHP",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-cors/issues",
|
|
|
- "source": "https://github.com/top-think/think-cors/tree/v1.0.2"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-cors"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-filesystem",
|
|
|
- "version": "v2.0.3",
|
|
|
- "version_normalized": "2.0.3.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-filesystem.git",
|
|
|
- "reference": "e8e51adb9f3a3f3aac2aa3ef73b7b439100f777d"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-filesystem/zipball/e8e51adb9f3a3f3aac2aa3ef73b7b439100f777d",
|
|
|
- "reference": "e8e51adb9f3a3f3aac2aa3ef73b7b439100f777d",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "league/flysystem": "^1.1.4",
|
|
|
- "league/flysystem-cached-adapter": "^1.0",
|
|
|
- "php": ">=7.2.5",
|
|
|
- "topthink/framework": "^6.1|^8.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "mikey179/vfsstream": "^1.6",
|
|
|
- "mockery/mockery": "^1.2",
|
|
|
- "phpunit/phpunit": "^8.0"
|
|
|
- },
|
|
|
- "time": "2024-10-16T03:37:24+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "yunwuxin",
|
|
|
- "email": "448901948@qq.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "The ThinkPHP6.1 Filesystem Package",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-filesystem/issues",
|
|
|
- "source": "https://github.com/top-think/think-filesystem/tree/v2.0.3"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-filesystem"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-helper",
|
|
|
- "version": "v3.1.11",
|
|
|
- "version_normalized": "3.1.11.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-helper.git",
|
|
|
- "reference": "1d6ada9b9f3130046bf6922fe1bd159c8d88a33c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-helper/zipball/1d6ada9b9f3130046bf6922fe1bd159c8d88a33c",
|
|
|
- "reference": "1d6ada9b9f3130046bf6922fe1bd159c8d88a33c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^9.5"
|
|
|
- },
|
|
|
- "time": "2025-04-07T06:55:59+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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.11"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-helper"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-multi-app",
|
|
|
- "version": "v1.1.1",
|
|
|
- "version_normalized": "1.1.1.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-multi-app.git",
|
|
|
- "reference": "f93c604d5cfac2b613756273224ee2f88e457b88"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-multi-app/zipball/f93c604d5cfac2b613756273224ee2f88e457b88",
|
|
|
- "reference": "f93c604d5cfac2b613756273224ee2f88e457b88",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=7.1.0",
|
|
|
- "topthink/framework": "^6.0|^8.0"
|
|
|
- },
|
|
|
- "time": "2024-11-25T08:52:44+00:00",
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "think": {
|
|
|
- "services": [
|
|
|
- "think\\app\\Service"
|
|
|
- ]
|
|
|
- }
|
|
|
- },
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\app\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "thinkphp multi app support",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-multi-app/issues",
|
|
|
- "source": "https://github.com/top-think/think-multi-app/tree/v1.1.1"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-multi-app"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-orm",
|
|
|
- "version": "v3.0.34",
|
|
|
- "version_normalized": "3.0.34.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-orm.git",
|
|
|
- "reference": "715e55da149fe32a12d68ef10e5b00e70bd3dbec"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-orm/zipball/715e55da149fe32a12d68ef10e5b00e70bd3dbec",
|
|
|
- "reference": "715e55da149fe32a12d68ef10e5b00e70bd3dbec",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "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": "^9.6|^10"
|
|
|
- },
|
|
|
- "suggest": {
|
|
|
- "ext-mongodb": "provide mongodb support"
|
|
|
- },
|
|
|
- "time": "2025-01-14T06:03:33+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "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.34"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-orm"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-template",
|
|
|
- "version": "v3.0.2",
|
|
|
- "version_normalized": "3.0.2.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-template.git",
|
|
|
- "reference": "0b88bd449f0f7626dd75b05f557c8bc208c08b0c"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-template/zipball/0b88bd449f0f7626dd75b05f557c8bc208c08b0c",
|
|
|
- "reference": "0b88bd449f0f7626dd75b05f557c8bc208c08b0c",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.0.0",
|
|
|
- "psr/simple-cache": ">=1.0"
|
|
|
- },
|
|
|
- "time": "2024-10-16T03:41:06+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "the php template engine",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-template/issues",
|
|
|
- "source": "https://github.com/top-think/think-template/tree/v3.0.2"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-template"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-validate",
|
|
|
- "version": "v3.0.7",
|
|
|
- "version_normalized": "3.0.7.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-validate.git",
|
|
|
- "reference": "85063f6d4ef8ed122f17a36179dc3e0949b30988"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-validate/zipball/85063f6d4ef8ed122f17a36179dc3e0949b30988",
|
|
|
- "reference": "85063f6d4ef8ed122f17a36179dc3e0949b30988",
|
|
|
- "shasum": "",
|
|
|
- "mirrors": [
|
|
|
- {
|
|
|
- "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
- "preferred": true
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.0",
|
|
|
- "topthink/think-container": ">=3.0"
|
|
|
- },
|
|
|
- "time": "2025-06-11T05:51:40+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "files": [
|
|
|
- "src/helper.php"
|
|
|
- ],
|
|
|
- "psr-4": {
|
|
|
- "think\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "think validate",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-validate/issues",
|
|
|
- "source": "https://github.com/top-think/think-validate/tree/v3.0.7"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-validate"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topthink/think-view",
|
|
|
- "version": "v2.0.0",
|
|
|
- "version_normalized": "2.0.0.0",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/top-think/think-view.git",
|
|
|
- "reference": "d2a076011c96d2edd8016703a827fb54b2683c62"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/top-think/think-view/zipball/d2a076011c96d2edd8016703a827fb54b2683c62",
|
|
|
- "reference": "d2a076011c96d2edd8016703a827fb54b2683c62",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.0.0",
|
|
|
- "topthink/think-template": "^3.0"
|
|
|
- },
|
|
|
- "time": "2023-02-25T12:18:09+00:00",
|
|
|
- "type": "library",
|
|
|
- "installation-source": "dist",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "think\\view\\driver\\": "src"
|
|
|
- }
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "Apache-2.0"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "liu21st",
|
|
|
- "email": "liu21st@gmail.com"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "thinkphp template driver",
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/top-think/think-view/issues",
|
|
|
- "source": "https://github.com/top-think/think-view/tree/v2.0.0"
|
|
|
- },
|
|
|
- "install-path": "../topthink/think-view"
|
|
|
- }
|
|
|
- ],
|
|
|
- "dev": true,
|
|
|
- "dev-package-names": [
|
|
|
- "symfony/var-dumper"
|
|
|
- ]
|
|
|
-}
|