|
@@ -0,0 +1,4099 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "_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": "fd85cf0ed128b514bffca0bc7c4da4d6",
|
|
|
|
|
+ "packages": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "brick/math",
|
|
|
|
|
+ "version": "0.13.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/brick/math.git",
|
|
|
|
|
+ "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
|
|
|
|
|
+ "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "php-coveralls/php-coveralls": "^2.2",
|
|
|
|
|
+ "phpunit/phpunit": "^10.1",
|
|
|
|
|
+ "vimeo/psalm": "6.8.8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Brick\\Math\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Arbitrary-precision arithmetic library",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Arbitrary-precision",
|
|
|
|
|
+ "BigInteger",
|
|
|
|
|
+ "BigRational",
|
|
|
|
|
+ "arithmetic",
|
|
|
|
|
+ "bigdecimal",
|
|
|
|
|
+ "bignum",
|
|
|
|
|
+ "bignumber",
|
|
|
|
|
+ "brick",
|
|
|
|
|
+ "decimal",
|
|
|
|
|
+ "integer",
|
|
|
|
|
+ "math",
|
|
|
|
|
+ "mathematics",
|
|
|
|
|
+ "rational"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/brick/math/issues",
|
|
|
|
|
+ "source": "https://github.com/brick/math/tree/0.13.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/BenMorel",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-03-29T13:50:30+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "carbonphp/carbon-doctrine-types",
|
|
|
|
|
+ "version": "3.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
|
|
|
|
|
+ "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
|
|
|
|
|
+ "reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "doctrine/dbal": "<4.0.0 || >=5.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "doctrine/dbal": "^4.0.0",
|
|
|
|
|
+ "nesbot/carbon": "^2.71.0 || ^3.0.0",
|
|
|
|
|
+ "phpunit/phpunit": "^10.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "KyleKatarn",
|
|
|
|
|
+ "email": "kylekatarnls@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Types to use Carbon in Doctrine",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "carbon",
|
|
|
|
|
+ "date",
|
|
|
|
|
+ "datetime",
|
|
|
|
|
+ "doctrine",
|
|
|
|
|
+ "time"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
|
|
|
|
|
+ "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/kylekatarnls",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/Carbon",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-02-09T16:56:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "doctrine/inflector",
|
|
|
|
|
+ "version": "2.0.10",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/doctrine/inflector.git",
|
|
|
|
|
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
|
|
|
|
|
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "doctrine/coding-standard": "^11.0",
|
|
|
|
|
+ "phpstan/phpstan": "^1.8",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "^1.1",
|
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.3",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9.5",
|
|
|
|
|
+ "vimeo/psalm": "^4.25 || ^5.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Roman Borschel",
|
|
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jonathan Wage",
|
|
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
|
|
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/inflector.html",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "inflection",
|
|
|
|
|
+ "inflector",
|
|
|
|
|
+ "lowercase",
|
|
|
|
|
+ "manipulation",
|
|
|
|
|
+ "php",
|
|
|
|
|
+ "plural",
|
|
|
|
|
+ "singular",
|
|
|
|
|
+ "strings",
|
|
|
|
|
+ "uppercase",
|
|
|
|
|
+ "words"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/doctrine/inflector/issues",
|
|
|
|
|
+ "source": "https://github.com/doctrine/inflector/tree/2.0.10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
|
|
+ "type": "patreon"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-02-18T20:23:39+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "firebase/php-jwt",
|
|
|
|
|
+ "version": "v6.11.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/firebase/php-jwt.git",
|
|
|
|
|
+ "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
|
|
|
|
|
+ "reference": "d1e91ecf8c598d073d0995afa8cd5c75c6e19e66",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "guzzlehttp/guzzle": "^7.4",
|
|
|
|
|
+ "phpspec/prophecy-phpunit": "^2.0",
|
|
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
|
|
+ "psr/cache": "^2.0||^3.0",
|
|
|
|
|
+ "psr/http-client": "^1.0",
|
|
|
|
|
+ "psr/http-factory": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-sodium": "Support EdDSA (Ed25519) signatures",
|
|
|
|
|
+ "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Firebase\\JWT\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Neuman Vong",
|
|
|
|
|
+ "email": "neuman+pear@twilio.com",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Anant Narayanan",
|
|
|
|
|
+ "email": "anant@php.net",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
|
|
|
|
+ "homepage": "https://github.com/firebase/php-jwt",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "jwt",
|
|
|
|
|
+ "php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/firebase/php-jwt/issues",
|
|
|
|
|
+ "source": "https://github.com/firebase/php-jwt/tree/v6.11.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-04-09T20:32:01+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "godruoyi/php-snowflake",
|
|
|
|
|
+ "version": "3.2.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/godruoyi/php-snowflake.git",
|
|
|
|
|
+ "reference": "b82b313f353e4cf3198b9e6286cd1b5e023e8626"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/godruoyi/php-snowflake/zipball/b82b313f353e4cf3198b9e6286cd1b5e023e8626",
|
|
|
|
|
+ "reference": "b82b313f353e4cf3198b9e6286cd1b5e023e8626",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php-64bit": ">=8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "ext-redis": "*",
|
|
|
|
|
+ "ext-swoole": "*",
|
|
|
|
|
+ "illuminate/contracts": "^10.0 || ^11.0",
|
|
|
|
|
+ "laravel/pint": "^1.10",
|
|
|
|
|
+ "phpstan/phpstan": "^1.10",
|
|
|
|
|
+ "phpunit/phpunit": "^10",
|
|
|
|
|
+ "predis/predis": "^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Godruoyi\\Snowflake\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Godruoyi",
|
|
|
|
|
+ "email": "g@godruoyi.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "An ID Generator for PHP based on Snowflake Algorithm (Twitter announced).",
|
|
|
|
|
+ "homepage": "https://github.com/godruoyi/php-snowflake",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Unique ID",
|
|
|
|
|
+ "laravel snowflake",
|
|
|
|
|
+ "order id",
|
|
|
|
|
+ "php snowflake",
|
|
|
|
|
+ "php sonyflake",
|
|
|
|
|
+ "php unique id",
|
|
|
|
|
+ "snowflake algorithm",
|
|
|
|
|
+ "sonyflake",
|
|
|
|
|
+ "unique order id"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/godruoyi/php-snowflake/issues",
|
|
|
|
|
+ "source": "https://github.com/godruoyi/php-snowflake/tree/3.2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://images.godruoyi.com/wechat.png",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-05-01T02:35:04+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "graham-campbell/result-type",
|
|
|
|
|
+ "version": "v1.1.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell/Result-Type.git",
|
|
|
|
|
+ "reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
|
|
|
|
|
+ "reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
|
|
+ "phpoption/phpoption": "^1.9.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "GrahamCampbell\\ResultType\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "An Implementation Of The Result Type",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Graham Campbell",
|
|
|
|
|
+ "GrahamCampbell",
|
|
|
|
|
+ "Result Type",
|
|
|
|
|
+ "Result-Type",
|
|
|
|
|
+ "result"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
|
|
|
|
|
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-20T21:45:45+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "guzzlehttp/guzzle",
|
|
|
|
|
+ "version": "7.9.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/guzzle/guzzle.git",
|
|
|
|
|
+ "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
|
|
|
|
+ "reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-03-27T13:37:11+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "guzzlehttp/promises",
|
|
|
|
|
+ "version": "2.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/guzzle/promises.git",
|
|
|
|
|
+ "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
|
|
|
|
|
+ "reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.2.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-03-27T13:27:01+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
|
|
+ "version": "2.7.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
|
|
+ "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
|
|
|
|
|
+ "reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.39 || ^9.6.20"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.7.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-03-27T12:30:47+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/collections",
|
|
|
|
|
+ "version": "v10.48.28",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/collections.git",
|
|
|
|
|
+ "reference": "48de3d6bc6aa779112ddcb608a3a96fc975d89d8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/collections/zipball/48de3d6bc6aa779112ddcb608a3a96fc975d89d8",
|
|
|
|
|
+ "reference": "48de3d6bc6aa779112ddcb608a3a96fc975d89d8",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "illuminate/conditionable": "^10.0",
|
|
|
|
|
+ "illuminate/contracts": "^10.0",
|
|
|
|
|
+ "illuminate/macroable": "^10.0",
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "symfony/var-dumper": "Required to use the dump method (^6.2)."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "10.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "helpers.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Collections package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-11-21T14:02:44+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/conditionable",
|
|
|
|
|
+ "version": "v10.48.28",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/conditionable.git",
|
|
|
|
|
+ "reference": "3ee34ac306fafc2a6f19cd7cd68c9af389e432a5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/conditionable/zipball/3ee34ac306fafc2a6f19cd7cd68c9af389e432a5",
|
|
|
|
|
+ "reference": "3ee34ac306fafc2a6f19cd7cd68c9af389e432a5",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.0.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "10.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Conditionable package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-11-21T14:02:44+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/contracts",
|
|
|
|
|
+ "version": "v10.48.28",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/contracts.git",
|
|
|
|
|
+ "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74",
|
|
|
|
|
+ "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1",
|
|
|
|
|
+ "psr/container": "^1.1.1|^2.0.1",
|
|
|
|
|
+ "psr/simple-cache": "^1.0|^2.0|^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "10.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Contracts\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Contracts package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-11-21T14:02:44+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/macroable",
|
|
|
|
|
+ "version": "v10.48.28",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/macroable.git",
|
|
|
|
|
+ "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
|
|
|
|
+ "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "10.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Macroable package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-06-05T12:46:42+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/redis",
|
|
|
|
|
+ "version": "v10.48.28",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/redis.git",
|
|
|
|
|
+ "reference": "446d36aeb21fd2b6719293a8d930ae9ac8135be0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/redis/zipball/446d36aeb21fd2b6719293a8d930ae9ac8135be0",
|
|
|
|
|
+ "reference": "446d36aeb21fd2b6719293a8d930ae9ac8135be0",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "illuminate/collections": "^10.0",
|
|
|
|
|
+ "illuminate/contracts": "^10.0",
|
|
|
|
|
+ "illuminate/macroable": "^10.0",
|
|
|
|
|
+ "illuminate/support": "^10.0",
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-redis": "Required to use the phpredis connector (^4.0|^5.0).",
|
|
|
|
|
+ "predis/predis": "Required to use the predis connector (^2.0.2)."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "10.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Redis\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Redis package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-01-21T16:06:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/support",
|
|
|
|
|
+ "version": "v10.48.28",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/support.git",
|
|
|
|
|
+ "reference": "6d09b480d34846245d9288f4dcefb17a73ce6e6a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/support/zipball/6d09b480d34846245d9288f4dcefb17a73ce6e6a",
|
|
|
|
|
+ "reference": "6d09b480d34846245d9288f4dcefb17a73ce6e6a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "doctrine/inflector": "^2.0",
|
|
|
|
|
+ "ext-ctype": "*",
|
|
|
|
|
+ "ext-filter": "*",
|
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
|
+ "illuminate/collections": "^10.0",
|
|
|
|
|
+ "illuminate/conditionable": "^10.0",
|
|
|
|
|
+ "illuminate/contracts": "^10.0",
|
|
|
|
|
+ "illuminate/macroable": "^10.0",
|
|
|
|
|
+ "nesbot/carbon": "^2.67",
|
|
|
|
|
+ "php": "^8.1",
|
|
|
|
|
+ "voku/portable-ascii": "^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "tightenco/collect": "<5.5.33"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "illuminate/filesystem": "Required to use the composer class (^10.0).",
|
|
|
|
|
+ "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.6).",
|
|
|
|
|
+ "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
|
|
|
|
|
+ "symfony/process": "Required to use the composer class (^6.2).",
|
|
|
|
|
+ "symfony/uid": "Required to use Str::ulid() (^6.2).",
|
|
|
|
|
+ "symfony/var-dumper": "Required to use the dd function (^6.2).",
|
|
|
|
|
+ "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "10.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "helpers.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Support package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/laravel/framework/issues",
|
|
|
|
|
+ "source": "https://github.com/laravel/framework"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-12-10T14:47:55+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "monolog/monolog",
|
|
|
|
|
+ "version": "2.10.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/Seldaek/monolog.git",
|
|
|
|
|
+ "reference": "5cf826f2991858b54d5c3809bee745560a1042a7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7",
|
|
|
|
|
+ "reference": "5cf826f2991858b54d5c3809bee745560a1042a7",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2",
|
|
|
|
|
+ "psr/log": "^1.0.1 || ^2.0 || ^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
|
|
|
+ "doctrine/couchdb": "~1.0@dev",
|
|
|
|
|
+ "elasticsearch/elasticsearch": "^7 || ^8",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "graylog2/gelf-php": "^1.4.2 || ^2@dev",
|
|
|
|
|
+ "guzzlehttp/guzzle": "^7.4",
|
|
|
|
|
+ "guzzlehttp/psr7": "^2.2",
|
|
|
|
|
+ "mongodb/mongodb": "^1.8",
|
|
|
|
|
+ "php-amqplib/php-amqplib": "~2.4 || ^3",
|
|
|
|
|
+ "phpspec/prophecy": "^1.15",
|
|
|
|
|
+ "phpstan/phpstan": "^1.10",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.38 || ^9.6.19",
|
|
|
|
|
+ "predis/predis": "^1.1 || ^2.0",
|
|
|
|
|
+ "rollbar/rollbar": "^1.3 || ^2 || ^3",
|
|
|
|
|
+ "ruflin/elastica": "^7",
|
|
|
|
|
+ "swiftmailer/swiftmailer": "^5.3|^6.0",
|
|
|
|
|
+ "symfony/mailer": "^5.4 || ^6",
|
|
|
|
|
+ "symfony/mime": "^5.4 || ^6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
|
|
|
+ "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
|
|
|
+ "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
|
|
|
|
+ "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
|
|
|
+ "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
|
|
|
|
+ "ext-mbstring": "Allow to work properly with unicode symbols",
|
|
|
|
|
+ "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
|
|
|
|
+ "ext-openssl": "Required to send log messages using SSL",
|
|
|
|
|
+ "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
|
|
|
|
+ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
|
|
|
+ "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
|
|
|
|
+ "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
|
|
|
+ "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
|
|
|
+ "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "2.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Monolog\\": "src/Monolog"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jordi Boggiano",
|
|
|
|
|
+ "email": "j.boggiano@seld.be",
|
|
|
|
|
+ "homepage": "https://seld.be"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
|
|
|
+ "homepage": "https://github.com/Seldaek/monolog",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "log",
|
|
|
|
|
+ "logging",
|
|
|
|
|
+ "psr-3"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/Seldaek/monolog/issues",
|
|
|
|
|
+ "source": "https://github.com/Seldaek/monolog/tree/2.10.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/Seldaek",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-11-12T12:43:37+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "nesbot/carbon",
|
|
|
|
|
+ "version": "2.73.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/CarbonPHP/carbon.git",
|
|
|
|
|
+ "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075",
|
|
|
|
|
+ "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "carbonphp/carbon-doctrine-types": "*",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "php": "^7.1.8 || ^8.0",
|
|
|
|
|
+ "psr/clock": "^1.0",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.0",
|
|
|
|
|
+ "symfony/polyfill-php80": "^1.16",
|
|
|
|
|
+ "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/clock-implementation": "1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
|
|
|
|
|
+ "doctrine/orm": "^2.7 || ^3.0",
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.0",
|
|
|
|
|
+ "kylekatarnls/multi-tester": "^2.0",
|
|
|
|
|
+ "ondrejmirtes/better-reflection": "<6",
|
|
|
|
|
+ "phpmd/phpmd": "^2.9",
|
|
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
|
|
+ "phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
|
|
|
|
+ "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
|
|
|
|
+ "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "bin": [
|
|
|
|
|
+ "bin/carbon"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "laravel": {
|
|
|
|
|
+ "providers": [
|
|
|
|
|
+ "Carbon\\Laravel\\ServiceProvider"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "phpstan": {
|
|
|
|
|
+ "includes": [
|
|
|
|
|
+ "extension.neon"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-2.x": "2.x-dev",
|
|
|
|
|
+ "dev-master": "3.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Carbon\\": "src/Carbon/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Brian Nesbitt",
|
|
|
|
|
+ "email": "brian@nesbot.com",
|
|
|
|
|
+ "homepage": "https://markido.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "kylekatarnls",
|
|
|
|
|
+ "homepage": "https://github.com/kylekatarnls"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "An API extension for DateTime that supports 281 different languages.",
|
|
|
|
|
+ "homepage": "https://carbon.nesbot.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "date",
|
|
|
|
|
+ "datetime",
|
|
|
|
|
+ "time"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "docs": "https://carbon.nesbot.com/docs",
|
|
|
|
|
+ "issues": "https://github.com/briannesbitt/Carbon/issues",
|
|
|
|
|
+ "source": "https://github.com/briannesbitt/Carbon"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/sponsors/kylekatarnls",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/Carbon#sponsor",
|
|
|
|
|
+ "type": "opencollective"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-01-08T20:10:23+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "nikic/fast-route",
|
|
|
|
|
+ "version": "v1.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/nikic/FastRoute.git",
|
|
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
|
+ "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^4.8.35|~5.7"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "FastRoute\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nikita Popov",
|
|
|
|
|
+ "email": "nikic@php.net"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Fast request router for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "router",
|
|
|
|
|
+ "routing"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/nikic/FastRoute/issues",
|
|
|
|
|
+ "source": "https://github.com/nikic/FastRoute/tree/master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2018-02-13T20:26:39+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "openspout/openspout",
|
|
|
|
|
+ "version": "v4.25.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/openspout/openspout.git",
|
|
|
|
|
+ "reference": "519affe730d92e1598720a6467227fc28550f0e6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/openspout/openspout/zipball/519affe730d92e1598720a6467227fc28550f0e6",
|
|
|
|
|
+ "reference": "519affe730d92e1598720a6467227fc28550f0e6",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
|
+ "ext-fileinfo": "*",
|
|
|
|
|
+ "ext-filter": "*",
|
|
|
|
|
+ "ext-libxml": "*",
|
|
|
|
|
+ "ext-xmlreader": "*",
|
|
|
|
|
+ "ext-zip": "*",
|
|
|
|
|
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "ext-zlib": "*",
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.64.0",
|
|
|
|
|
+ "infection/infection": "^0.29.6",
|
|
|
|
|
+ "phpbench/phpbench": "^1.3.1",
|
|
|
|
|
+ "phpstan/phpstan": "^1.12.4",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "^1.4.0",
|
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.6.1",
|
|
|
|
|
+ "phpunit/phpunit": "^10.5.20 || ^11.3.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",
|
|
|
|
|
+ "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "3.3.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "OpenSpout\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Adrien Loison",
|
|
|
|
|
+ "email": "adrien@box.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way",
|
|
|
|
|
+ "homepage": "https://github.com/openspout/openspout",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "OOXML",
|
|
|
|
|
+ "csv",
|
|
|
|
|
+ "excel",
|
|
|
|
|
+ "memory",
|
|
|
|
|
+ "odf",
|
|
|
|
|
+ "ods",
|
|
|
|
|
+ "office",
|
|
|
|
|
+ "open",
|
|
|
|
|
+ "php",
|
|
|
|
|
+ "read",
|
|
|
|
|
+ "scale",
|
|
|
|
|
+ "spreadsheet",
|
|
|
|
|
+ "stream",
|
|
|
|
|
+ "write",
|
|
|
|
|
+ "xlsx"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/openspout/openspout/issues",
|
|
|
|
|
+ "source": "https://github.com/openspout/openspout/tree/v4.25.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://paypal.me/filippotessarotto",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/Slamdunk",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-09-24T09:03:42+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpmailer/phpmailer",
|
|
|
|
|
+ "version": "v6.10.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
|
|
|
+ "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
|
|
|
|
|
+ "reference": "bf74d75a1fde6beaa34a0ddae2ec5fce0f72a144",
|
|
|
|
|
+ "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.10.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/Synchro",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-04-24T15:19:31+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "phpoption/phpoption",
|
|
|
|
|
+ "version": "1.9.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/schmittjoh/php-option.git",
|
|
|
|
|
+ "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
|
|
|
|
|
+ "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2.5 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.9-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "PhpOption\\": "src/PhpOption/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "Apache-2.0"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Johannes M. Schmitt",
|
|
|
|
|
+ "email": "schmittjoh@gmail.com",
|
|
|
|
|
+ "homepage": "https://github.com/schmittjoh"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Option Type for PHP",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "language",
|
|
|
|
|
+ "option",
|
|
|
|
|
+ "php",
|
|
|
|
|
+ "type"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/schmittjoh/php-option/issues",
|
|
|
|
|
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-07-20T21:41:07+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/cache",
|
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/cache.git",
|
|
|
|
|
+ "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
|
|
+ "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\Cache\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common interface for caching libraries",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cache",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-6"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/php-fig/cache/tree/3.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2021-02-03T23:26:27+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/clock",
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/clock.git",
|
|
|
|
|
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
|
|
|
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.0 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\Clock\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "https://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common interface for reading the clock.",
|
|
|
|
|
+ "homepage": "https://github.com/php-fig/clock",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "clock",
|
|
|
|
|
+ "now",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-20",
|
|
|
|
|
+ "time"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/php-fig/clock/issues",
|
|
|
|
|
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2022-11-25T14:36:26+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-client",
|
|
|
|
|
+ "version": "1.0.3",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-09-23T14:17:50+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/http-factory",
|
|
|
|
|
+ "version": "1.1.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/http-factory.git",
|
|
|
|
|
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
|
|
|
+ "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.1",
|
|
|
|
|
+ "psr/http-message": "^1.0 || ^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "PSR-17: 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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-04-15T12:06:14+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/http-message",
|
|
|
|
|
+ "version": "2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/http-message.git",
|
|
|
|
|
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
|
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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 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/2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-04-04T09:54:51+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/log",
|
|
|
|
|
+ "version": "3.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
|
|
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
|
|
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
|
|
+ "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.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-09-11T13:17:53+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": "ralouphie/getallheaders",
|
|
|
|
|
+ "version": "3.0.3",
|
|
|
|
|
+ "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": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "php-coveralls/php-coveralls": "^2.1",
|
|
|
|
|
+ "phpunit/phpunit": "^5 || ^6.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2019-03-08T08:55:37+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "ramsey/collection",
|
|
|
|
|
+ "version": "2.1.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/ramsey/collection.git",
|
|
|
|
|
+ "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
|
|
|
|
|
+ "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "captainhook/plugin-composer": "^5.3",
|
|
|
|
|
+ "ergebnis/composer-normalize": "^2.45",
|
|
|
|
|
+ "fakerphp/faker": "^1.24",
|
|
|
|
|
+ "hamcrest/hamcrest-php": "^2.0",
|
|
|
|
|
+ "jangregor/phpstan-prophecy": "^2.1",
|
|
|
|
|
+ "mockery/mockery": "^1.6",
|
|
|
|
|
+ "php-parallel-lint/php-console-highlighter": "^1.0",
|
|
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.4",
|
|
|
|
|
+ "phpspec/prophecy-phpunit": "^2.3",
|
|
|
|
|
+ "phpstan/extension-installer": "^1.4",
|
|
|
|
|
+ "phpstan/phpstan": "^2.1",
|
|
|
|
|
+ "phpstan/phpstan-mockery": "^2.0",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0",
|
|
|
|
|
+ "phpunit/phpunit": "^10.5",
|
|
|
|
|
+ "ramsey/coding-standard": "^2.3",
|
|
|
|
|
+ "ramsey/conventional-commits": "^1.6",
|
|
|
|
|
+ "roave/security-advisories": "dev-latest"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "captainhook": {
|
|
|
|
|
+ "force-install": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "ramsey/conventional-commits": {
|
|
|
|
|
+ "configFile": "conventional-commits.json"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Ramsey\\Collection\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Ben Ramsey",
|
|
|
|
|
+ "email": "ben@benramsey.com",
|
|
|
|
|
+ "homepage": "https://benramsey.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A PHP library for representing and manipulating collections.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "array",
|
|
|
|
|
+ "collection",
|
|
|
|
|
+ "hash",
|
|
|
|
|
+ "map",
|
|
|
|
|
+ "queue",
|
|
|
|
|
+ "set"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/ramsey/collection/issues",
|
|
|
|
|
+ "source": "https://github.com/ramsey/collection/tree/2.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-03-22T05:38:12+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "ramsey/uuid",
|
|
|
|
|
+ "version": "4.8.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/ramsey/uuid.git",
|
|
|
|
|
+ "reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28",
|
|
|
|
|
+ "reference": "fdf4dd4e2ff1813111bd0ad58d7a1ddbb5b56c28",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "php": "^8.0",
|
|
|
|
|
+ "ramsey/collection": "^1.2 || ^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "replace": {
|
|
|
|
|
+ "rhumsaa/uuid": "self.version"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "captainhook/captainhook": "^5.25",
|
|
|
|
|
+ "captainhook/plugin-composer": "^5.3",
|
|
|
|
|
+ "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
|
|
+ "ergebnis/composer-normalize": "^2.47",
|
|
|
|
|
+ "mockery/mockery": "^1.6",
|
|
|
|
|
+ "paragonie/random-lib": "^2",
|
|
|
|
|
+ "php-mock/php-mock": "^2.6",
|
|
|
|
|
+ "php-mock/php-mock-mockery": "^1.5",
|
|
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
|
|
|
+ "phpbench/phpbench": "^1.2.14",
|
|
|
|
|
+ "phpstan/extension-installer": "^1.4",
|
|
|
|
|
+ "phpstan/phpstan": "^2.1",
|
|
|
|
|
+ "phpstan/phpstan-mockery": "^2.0",
|
|
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0",
|
|
|
|
|
+ "phpunit/phpunit": "^9.6",
|
|
|
|
|
+ "slevomat/coding-standard": "^8.18",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.13"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
|
|
|
|
+ "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
|
|
|
|
+ "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
|
|
|
|
+ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
|
|
|
|
+ "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "captainhook": {
|
|
|
|
|
+ "force-install": true
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Ramsey\\Uuid\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "guid",
|
|
|
|
|
+ "identifier",
|
|
|
|
|
+ "uuid"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/ramsey/uuid/issues",
|
|
|
|
|
+ "source": "https://github.com/ramsey/uuid/tree/4.8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-06-01T06:28:46+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "saithink/saiadmin",
|
|
|
|
|
+ "version": "5.0.6",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/saithink/saiadmin.git",
|
|
|
|
|
+ "reference": "5325483e2c7db9289d96b8b83b61b0ef3d94907c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/saithink/saiadmin/zipball/5325483e2c7db9289d96b8b83b61b0ef3d94907c",
|
|
|
|
|
+ "reference": "5325483e2c7db9289d96b8b83b61b0ef3d94907c",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "godruoyi/php-snowflake": "^3.0.0",
|
|
|
|
|
+ "guzzlehttp/guzzle": "^7.9",
|
|
|
|
|
+ "openspout/openspout": "^4.0",
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "phpmailer/phpmailer": "^6.9",
|
|
|
|
|
+ "ramsey/uuid": "^4.0",
|
|
|
|
|
+ "tinywan/jwt": "^1.11",
|
|
|
|
|
+ "tinywan/storage": "^1.1",
|
|
|
|
|
+ "topthink/think-orm": "^2.0.53 || ^3.0.0",
|
|
|
|
|
+ "topthink/think-validate": "^3.0",
|
|
|
|
|
+ "twig/twig": "^3.20",
|
|
|
|
|
+ "vlucas/phpdotenv": "^5.6",
|
|
|
|
|
+ "webman/cache": "^2.1",
|
|
|
|
|
+ "webman/captcha": "^1.0",
|
|
|
|
|
+ "webman/event": "^1.0",
|
|
|
|
|
+ "webman/push": "^1.0",
|
|
|
|
|
+ "webman/redis": "^2.1",
|
|
|
|
|
+ "webman/think-orm": "^2.1",
|
|
|
|
|
+ "workerman/crontab": "^1.0",
|
|
|
|
|
+ "zoujingli/ip2region": "^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Webman\\saiadmin\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "saithink",
|
|
|
|
|
+ "email": "1430792918@qq.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "webman plugin",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/saithink/saiadmin/issues",
|
|
|
|
|
+ "source": "https://github.com/saithink/saiadmin/tree/5.0.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-06-20T10:52:02+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/cache",
|
|
|
|
|
+ "version": "v6.4.21",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/cache.git",
|
|
|
|
|
+ "reference": "d1abcf763a7414f2e572f676f22da7a06c8cd9ee"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache/zipball/d1abcf763a7414f2e572f676f22da7a06c8cd9ee",
|
|
|
|
|
+ "reference": "d1abcf763a7414f2e572f676f22da7a06c8cd9ee",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/cache": "^2.0|^3.0",
|
|
|
|
|
+ "psr/log": "^1.1|^2|^3",
|
|
|
|
|
+ "symfony/cache-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/service-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/var-exporter": "^6.3.6|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "doctrine/dbal": "<2.13.1",
|
|
|
|
|
+ "symfony/dependency-injection": "<5.4",
|
|
|
|
|
+ "symfony/http-kernel": "<5.4",
|
|
|
|
|
+ "symfony/var-dumper": "<5.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/cache-implementation": "2.0|3.0",
|
|
|
|
|
+ "psr/simple-cache-implementation": "1.0|2.0|3.0",
|
|
|
|
|
+ "symfony/cache-implementation": "1.1|2.0|3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "cache/integration-tests": "dev-master",
|
|
|
|
|
+ "doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
|
|
+ "predis/predis": "^1.1|^2.0",
|
|
|
|
|
+ "psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
|
|
+ "symfony/config": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/filesystem": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/messenger": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Component\\Cache\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "classmap": [
|
|
|
|
|
+ "Traits/ValueWrapper.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "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 extended PSR-6, PSR-16 (and tags) implementations",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "caching",
|
|
|
|
|
+ "psr6"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/cache/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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-04-08T08:21:20+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/cache-contracts",
|
|
|
|
|
+ "version": "v3.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/cache-contracts.git",
|
|
|
|
|
+ "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868",
|
|
|
|
|
+ "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/cache": "^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Contracts\\Cache\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Generic abstractions related to caching",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstractions",
|
|
|
|
|
+ "contracts",
|
|
|
|
|
+ "decoupling",
|
|
|
|
|
+ "interfaces",
|
|
|
|
|
+ "interoperability",
|
|
|
|
|
+ "standards"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/cache-contracts/tree/v3.6.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-03-13T15:25:07+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/deprecation-contracts",
|
|
|
|
|
+ "version": "v3.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
|
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
|
|
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.6.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-09-25T14:21:43+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-ctype",
|
|
|
|
|
+ "version": "v1.32.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
|
+ "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
|
|
|
+ "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "ext-ctype": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Ctype\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Gert de Pagter",
|
|
|
|
|
+ "email": "BackEndTea@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Symfony polyfill for ctype functions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "ctype",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-ctype/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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-09-09T11:45:10+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
|
|
+ "version": "v1.32.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": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-iconv": "*",
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "ext-mbstring": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-12-23T08:48:59+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
|
|
+ "version": "v1.32.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
|
|
+ "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
|
|
|
+ "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "classmap": [
|
|
|
|
|
+ "Resources/stubs"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Ion Bazan",
|
|
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-php80/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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-01-02T08:10:11+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/service-contracts",
|
|
|
|
|
+ "version": "v3.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/service-contracts.git",
|
|
|
|
|
+ "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
|
|
|
|
|
+ "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/container": "^1.1|^2.0",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "ext-psr": "<1.1|>=2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Contracts\\Service\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
|
+ "/Test/"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Generic abstractions related to writing services",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstractions",
|
|
|
|
|
+ "contracts",
|
|
|
|
|
+ "decoupling",
|
|
|
|
|
+ "interfaces",
|
|
|
|
|
+ "interoperability",
|
|
|
|
|
+ "standards"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/service-contracts/tree/v3.6.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-04-25T09:37:31+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/translation",
|
|
|
|
|
+ "version": "v6.4.22",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/translation.git",
|
|
|
|
|
+ "reference": "7e3b3b7146c6fab36ddff304a8041174bf6e17ad"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation/zipball/7e3b3b7146c6fab36ddff304a8041174bf6e17ad",
|
|
|
|
|
+ "reference": "7e3b3b7146c6fab36ddff304a8041174bf6e17ad",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
|
|
+ "symfony/translation-contracts": "^2.5|^3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "symfony/config": "<5.4",
|
|
|
|
|
+ "symfony/console": "<5.4",
|
|
|
|
|
+ "symfony/dependency-injection": "<5.4",
|
|
|
|
|
+ "symfony/http-client-contracts": "<2.5",
|
|
|
|
|
+ "symfony/http-kernel": "<5.4",
|
|
|
|
|
+ "symfony/service-contracts": "<2.5",
|
|
|
|
|
+ "symfony/twig-bundle": "<5.4",
|
|
|
|
|
+ "symfony/yaml": "<5.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "symfony/translation-implementation": "2.3|3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "nikic/php-parser": "^4.18|^5.0",
|
|
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
|
|
+ "symfony/config": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/console": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/finder": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/http-client-contracts": "^2.5|^3.0",
|
|
|
|
|
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/intl": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/polyfill-intl-icu": "^1.21",
|
|
|
|
|
+ "symfony/routing": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/service-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/yaml": "^5.4|^6.0|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "Resources/functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Component\\Translation\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Provides tools to internationalize your application",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/translation/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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-05-29T07:06:44+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/translation-contracts",
|
|
|
|
|
+ "version": "v3.6.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/translation-contracts.git",
|
|
|
|
|
+ "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
|
|
|
|
|
+ "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts",
|
|
|
|
|
+ "name": "symfony/contracts"
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-main": "3.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Contracts\\Translation\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
|
+ "/Test/"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Generic abstractions related to translation",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstractions",
|
|
|
|
|
+ "contracts",
|
|
|
|
|
+ "decoupling",
|
|
|
|
|
+ "interfaces",
|
|
|
|
|
+ "interoperability",
|
|
|
|
|
+ "standards"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.6.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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-09-27T08:32:26+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/var-exporter",
|
|
|
|
|
+ "version": "v6.4.22",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/var-exporter.git",
|
|
|
|
|
+ "reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f28cf841f5654955c9f88ceaf4b9dc29571988a9",
|
|
|
|
|
+ "reference": "f28cf841f5654955c9f88ceaf4b9dc29571988a9",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "symfony/property-access": "^6.4|^7.0",
|
|
|
|
|
+ "symfony/serializer": "^6.4|^7.0",
|
|
|
|
|
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Component\\VarExporter\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Allows exporting any serializable PHP data structure to plain PHP code",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "clone",
|
|
|
|
|
+ "construct",
|
|
|
|
|
+ "export",
|
|
|
|
|
+ "hydrate",
|
|
|
|
|
+ "instantiate",
|
|
|
|
|
+ "lazy-loading",
|
|
|
|
|
+ "proxy",
|
|
|
|
|
+ "serialize"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/var-exporter/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"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-05-14T13:00:13+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "tinywan/jwt",
|
|
|
|
|
+ "version": "v1.11.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/Tinywan/webman-jwt.git",
|
|
|
|
|
+ "reference": "1b067c998d970c252b8ad113a460922f8108b9ac"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/Tinywan/webman-jwt/zipball/1b067c998d970c252b8ad113a460922f8108b9ac",
|
|
|
|
|
+ "reference": "1b067c998d970c252b8ad113a460922f8108b9ac",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "firebase/php-jwt": "^6.8",
|
|
|
|
|
+ "php": "^7.1||^8.0",
|
|
|
|
|
+ "workerman/webman-framework": "^1.2.1||^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.6",
|
|
|
|
|
+ "illuminate/database": "^8.83",
|
|
|
|
|
+ "mockery/mockery": "^1.5",
|
|
|
|
|
+ "phpstan/phpstan": "^1.4",
|
|
|
|
|
+ "phpunit/phpunit": "^9.0",
|
|
|
|
|
+ "topthink/think-orm": "^2.0",
|
|
|
|
|
+ "vimeo/psalm": "^4.22",
|
|
|
|
|
+ "workerman/webman": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Tinywan\\Jwt\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "JSON Web Token (JWT) for webman plugin",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/Tinywan/webman-jwt/issues",
|
|
|
|
|
+ "source": "https://github.com/Tinywan/webman-jwt/tree/v1.11.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-04-10T12:05:48+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "tinywan/storage",
|
|
|
|
|
+ "version": "v1.1.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/Tinywan/webman-storage.git",
|
|
|
|
|
+ "reference": "1a78d4b585c34b2c0ea2e3be0e67952aff0e780c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/Tinywan/webman-storage/zipball/1a78d4b585c34b2c0ea2e3be0e67952aff0e780c",
|
|
|
|
|
+ "reference": "1a78d4b585c34b2c0ea2e3be0e67952aff0e780c",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2",
|
|
|
|
|
+ "workerman/webman-framework": "^1.2.1||^2.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "aliyuncs/oss-sdk-php": "^2.4",
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.6",
|
|
|
|
|
+ "league/flysystem-aws-s3-v3": "^1.0",
|
|
|
|
|
+ "phpstan/phpstan": "^1.4",
|
|
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
|
|
+ "qcloud/cos-sdk-v5": "^2.5",
|
|
|
|
|
+ "qiniu/php-sdk": "^7.4",
|
|
|
|
|
+ "workerman/webman": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Tinywan\\Storage\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "webman storage plugin",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/Tinywan/webman-storage/issues",
|
|
|
|
|
+ "source": "https://github.com/Tinywan/webman-storage/tree/v1.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-02-11T02:56:31+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "topthink/think-container",
|
|
|
|
|
+ "version": "v3.0.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/top-think/think-container.git",
|
|
|
|
|
+ "reference": "b2df244be1e7399ad4c8be1ccc40ed57868f730a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/top-think/think-container/zipball/b2df244be1e7399ad4c8be1ccc40ed57868f730a",
|
|
|
|
|
+ "reference": "b2df244be1e7399ad4c8be1ccc40ed57868f730a",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.0",
|
|
|
|
|
+ "psr/container": "^2.0",
|
|
|
|
|
+ "topthink/think-helper": "^3.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^9.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "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.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-04-07T03:21:51+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "topthink/think-helper",
|
|
|
|
|
+ "version": "v3.1.11",
|
|
|
|
|
+ "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": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.11"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-04-07T06:55:59+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "topthink/think-orm",
|
|
|
|
|
+ "version": "v3.0.34",
|
|
|
|
|
+ "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": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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.34"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-01-14T06:03:33+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "topthink/think-validate",
|
|
|
|
|
+ "version": "v3.0.7",
|
|
|
|
|
+ "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": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.0",
|
|
|
|
|
+ "topthink/think-container": ">=3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "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"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-06-11T05:51:40+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "twig/twig",
|
|
|
|
|
+ "version": "v3.21.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/twigphp/Twig.git",
|
|
|
|
|
+ "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/285123877d4dd97dd7c11842ac5fb7e86e60d81d",
|
|
|
|
|
+ "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1.0",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/polyfill-ctype": "^1.8",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpstan/phpstan": "^2.0",
|
|
|
|
|
+ "psr/container": "^1.0|^2.0",
|
|
|
|
|
+ "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "src/Resources/core.php",
|
|
|
|
|
+ "src/Resources/debug.php",
|
|
|
|
|
+ "src/Resources/escaper.php",
|
|
|
|
|
+ "src/Resources/string_loader.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Twig\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Fabien Potencier",
|
|
|
|
|
+ "email": "fabien@symfony.com",
|
|
|
|
|
+ "homepage": "http://fabien.potencier.org",
|
|
|
|
|
+ "role": "Lead Developer"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Twig Team",
|
|
|
|
|
+ "role": "Contributors"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Armin Ronacher",
|
|
|
|
|
+ "email": "armin.ronacher@active-4.com",
|
|
|
|
|
+ "role": "Project Founder"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
|
|
|
+ "homepage": "https://twig.symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "templating"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/twigphp/Twig/issues",
|
|
|
|
|
+ "source": "https://github.com/twigphp/Twig/tree/v3.21.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-05-03T07:21:55+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "vlucas/phpdotenv",
|
|
|
|
|
+ "version": "v5.6.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/vlucas/phpdotenv.git",
|
|
|
|
|
+ "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
|
|
|
|
|
+ "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-pcre": "*",
|
|
|
|
|
+ "graham-campbell/result-type": "^1.1.3",
|
|
|
|
|
+ "php": "^7.2.5 || ^8.0",
|
|
|
|
|
+ "phpoption/phpoption": "^1.9.3",
|
|
|
|
|
+ "symfony/polyfill-ctype": "^1.24",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.24",
|
|
|
|
|
+ "symfony/polyfill-php80": "^1.24"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "bamarni/composer-bin-plugin": "^1.8.2",
|
|
|
|
|
+ "ext-filter": "*",
|
|
|
|
|
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-filter": "Required to use the boolean validator."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "bamarni-bin": {
|
|
|
|
|
+ "bin-links": true,
|
|
|
|
|
+ "forward-command": false
|
|
|
|
|
+ },
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.6-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Dotenv\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "BSD-3-Clause"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Graham Campbell",
|
|
|
|
|
+ "email": "hello@gjcampbell.co.uk",
|
|
|
|
|
+ "homepage": "https://github.com/GrahamCampbell"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Vance Lucas",
|
|
|
|
|
+ "email": "vance@vancelucas.com",
|
|
|
|
|
+ "homepage": "https://github.com/vlucas"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "dotenv",
|
|
|
|
|
+ "env",
|
|
|
|
|
+ "environment"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/vlucas/phpdotenv/issues",
|
|
|
|
|
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/GrahamCampbell",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-04-30T23:37:27+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "voku/portable-ascii",
|
|
|
|
|
+ "version": "2.0.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/voku/portable-ascii.git",
|
|
|
|
|
+ "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
|
|
|
|
|
+ "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-intl": "Use Intl for transliterator_transliterate() support"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "voku\\": "src/voku/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Lars Moelleken",
|
|
|
|
|
+ "homepage": "https://www.moelleken.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
|
|
|
|
+ "homepage": "https://github.com/voku/portable-ascii",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "ascii",
|
|
|
|
|
+ "clean",
|
|
|
|
|
+ "php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/voku/portable-ascii/issues",
|
|
|
|
|
+ "source": "https://github.com/voku/portable-ascii/tree/2.0.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://www.paypal.me/moelleken",
|
|
|
|
|
+ "type": "custom"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://github.com/voku",
|
|
|
|
|
+ "type": "github"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/portable-ascii",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://www.patreon.com/voku",
|
|
|
|
|
+ "type": "patreon"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
|
|
|
|
+ "type": "tidelift"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2024-11-21T01:49:47+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/cache",
|
|
|
|
|
+ "version": "v2.1.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/cache.git",
|
|
|
|
|
+ "reference": "66a5461ea51d23364403b54ee218b736d26bb03f"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/cache/zipball/66a5461ea51d23364403b54ee218b736d26bb03f",
|
|
|
|
|
+ "reference": "66a5461ea51d23364403b54ee218b736d26bb03f",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/simple-cache": "^3.0",
|
|
|
|
|
+ "symfony/cache": "^6.0 || ^7.0",
|
|
|
|
|
+ "workerman/webman-framework": "^2.1 || dev-master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "support\\": "src/support",
|
|
|
|
|
+ "Webman\\Cache\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/webman-php/cache/issues",
|
|
|
|
|
+ "source": "https://github.com/webman-php/cache/tree/v2.1.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-04-11T01:23:50+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/captcha",
|
|
|
|
|
+ "version": "v1.0.5",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/captcha.git",
|
|
|
|
|
+ "reference": "0b2645b813466e4e70bff311511364080bad2ec5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/captcha/zipball/0b2645b813466e4e70bff311511364080bad2ec5",
|
|
|
|
|
+ "reference": "0b2645b813466e4e70bff311511364080bad2ec5",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-gd": "*",
|
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^6.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Webman\\Captcha\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "walkor",
|
|
|
|
|
+ "email": "walkor@workerman.net"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Grégoire Passault",
|
|
|
|
|
+ "email": "g.passault@gmail.com",
|
|
|
|
|
+ "homepage": "http://www.gregwar.com/"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jeremy Livingston",
|
|
|
|
|
+ "email": "jeremy.j.livingston@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Captcha generator",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "bot",
|
|
|
|
|
+ "captcha",
|
|
|
|
|
+ "spam"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/webman-php/captcha/tree/v1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-03-01T08:43:36+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/event",
|
|
|
|
|
+ "version": "v1.0.5",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/event.git",
|
|
|
|
|
+ "reference": "b1c3f6b70fd290e48288703d59bead0e28f9fb84"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/event/zipball/b1c3f6b70fd290e48288703d59bead0e28f9fb84",
|
|
|
|
|
+ "reference": "b1c3f6b70fd290e48288703d59bead0e28f9fb84",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Webman\\Event\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Webman event plugin",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/webman-php/event/issues",
|
|
|
|
|
+ "source": "https://github.com/webman-php/event/tree/v1.0.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2023-12-04T09:22:12+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/push",
|
|
|
|
|
+ "version": "v1.1.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/push.git",
|
|
|
|
|
+ "reference": "b9e51d39a6ae232eab6b3f5c48a918857976add8"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/push/zipball/b9e51d39a6ae232eab6b3f5c48a918857976add8",
|
|
|
|
|
+ "reference": "b9e51d39a6ae232eab6b3f5c48a918857976add8",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Webman\\Push\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/webman-php/push/issues",
|
|
|
|
|
+ "source": "https://github.com/webman-php/push/tree/v1.1.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-05-15T14:32:34+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/redis",
|
|
|
|
|
+ "version": "v2.1.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/redis.git",
|
|
|
|
|
+ "reference": "559eb1692d39c6fef5cf526223fff728be6c0fb9"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/redis/zipball/559eb1692d39c6fef5cf526223fff728be6c0fb9",
|
|
|
|
|
+ "reference": "559eb1692d39c6fef5cf526223fff728be6c0fb9",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "illuminate/redis": "^10.0 || ^11.0 || ^12.0",
|
|
|
|
|
+ "workerman/webman-framework": "^2.1 || dev-master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "support\\": "src/support",
|
|
|
|
|
+ "Webman\\Redis\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Webman redis",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/webman-php/redis/issues",
|
|
|
|
|
+ "source": "https://github.com/webman-php/redis/tree/v2.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-03-14T03:52:14+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/think-orm",
|
|
|
|
|
+ "version": "v2.1.6",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/think-orm.git",
|
|
|
|
|
+ "reference": "af4a2586177a333983e0da1bf6512ec12f894b29"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/think-orm/zipball/af4a2586177a333983e0da1bf6512ec12f894b29",
|
|
|
|
|
+ "reference": "af4a2586177a333983e0da1bf6512ec12f894b29",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "topthink/think-container": "^2.0|^3.0",
|
|
|
|
|
+ "topthink/think-orm": "^2.0.53 || ^3.0.0 || ^4.0.30 || dev-master",
|
|
|
|
|
+ "workerman/webman-framework": "^2.1 || dev-master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "support\\": "src/support",
|
|
|
|
|
+ "Webman\\ThinkOrm\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/webman-php/think-orm/issues",
|
|
|
|
|
+ "source": "https://github.com/webman-php/think-orm/tree/v2.1.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-05-27T13:15:25+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "workerman/coroutine",
|
|
|
|
|
+ "version": "v1.1.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/workerman-php/coroutine.git",
|
|
|
|
|
+ "reference": "df8fc428967d512a74a8a7d80355c1d40228c9fa"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/workerman-php/coroutine/zipball/df8fc428967d512a74a8a7d80355c1d40228c9fa",
|
|
|
|
|
+ "reference": "df8fc428967d512a74a8a7d80355c1d40228c9fa",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^11.0",
|
|
|
|
|
+ "psr/log": "*"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Workerman\\": "src",
|
|
|
|
|
+ "Workerman\\Coroutine\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Workerman coroutine",
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/workerman-php/coroutine/issues",
|
|
|
|
|
+ "source": "https://github.com/workerman-php/coroutine/tree/v1.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-02-17T03:34:21+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "workerman/crontab",
|
|
|
|
|
+ "version": "v1.0.7",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/walkor/crontab.git",
|
|
|
|
|
+ "reference": "74f51ca8204e8eb628e57bc0e640561d570da2cb"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/walkor/crontab/zipball/74f51ca8204e8eb628e57bc0e640561d570da2cb",
|
|
|
|
|
+ "reference": "74f51ca8204e8eb628e57bc0e640561d570da2cb",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.0",
|
|
|
|
|
+ "workerman/workerman": ">=4.0.20"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Workerman\\Crontab\\": "./src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "walkor",
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A crontab written in PHP based on workerman",
|
|
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "crontab"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "forum": "http://wenda.workerman.net/",
|
|
|
|
|
+ "issues": "https://github.com/walkor/workerman/issues",
|
|
|
|
|
+ "source": "https://github.com/walkor/crontab",
|
|
|
|
|
+ "wiki": "http://doc.workerman.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-01-15T07:20:50+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "workerman/webman-framework",
|
|
|
|
|
+ "version": "v2.1.2",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/walkor/webman-framework.git",
|
|
|
|
|
+ "reference": "f803bd867f07bb0929faef060b59a19a44186bfc"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/walkor/webman-framework/zipball/f803bd867f07bb0929faef060b59a19a44186bfc",
|
|
|
|
|
+ "reference": "f803bd867f07bb0929faef060b59a19a44186bfc",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "nikic/fast-route": "^1.3",
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "psr/container": ">=1.0",
|
|
|
|
|
+ "psr/log": "^3.0",
|
|
|
|
|
+ "workerman/workerman": "^5.1 || dev-master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-event": "For better performance. "
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "./src/support/helpers.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Webman\\": "./src",
|
|
|
|
|
+ "Support\\": "./src/support",
|
|
|
|
|
+ "support\\": "./src/support",
|
|
|
|
|
+ "Support\\View\\": "./src/support/view",
|
|
|
|
|
+ "Support\\Bootstrap\\": "./src/support/bootstrap",
|
|
|
|
|
+ "Support\\Exception\\": "./src/support/exception"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "walkor",
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "homepage": "https://www.workerman.net",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "High performance HTTP Service Framework.",
|
|
|
|
|
+ "homepage": "https://www.workerman.net",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "High Performance",
|
|
|
|
|
+ "http service"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "forum": "https://wenda.workerman.net/",
|
|
|
|
|
+ "issues": "https://github.com/walkor/webman/issues",
|
|
|
|
|
+ "source": "https://github.com/walkor/webman-framework",
|
|
|
|
|
+ "wiki": "https://doc.workerman.net/"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-03-10T11:52:22+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "workerman/workerman",
|
|
|
|
|
+ "version": "v5.1.3",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/walkor/workerman.git",
|
|
|
|
|
+ "reference": "371f3a5decb28f1bd3464ae26d47ea1a4cf0a3c5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/walkor/workerman/zipball/371f3a5decb28f1bd3464ae26d47ea1a4cf0a3c5",
|
|
|
|
|
+ "reference": "371f3a5decb28f1bd3464ae26d47ea1a4cf0a3c5",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "workerman/coroutine": "^1.1 || dev-main"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "ext-swow": "<v1.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "guzzlehttp/guzzle": "^7.0",
|
|
|
|
|
+ "mockery/mockery": "^1.6",
|
|
|
|
|
+ "pestphp/pest": "2.x-dev",
|
|
|
|
|
+ "phpstan/phpstan": "1.11.x-dev"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-event": "For better performance. "
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Workerman\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "walkor",
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "homepage": "https://www.workerman.net",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "An asynchronous event driven PHP framework for easily building fast, scalable network applications.",
|
|
|
|
|
+ "homepage": "https://www.workerman.net",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "asynchronous",
|
|
|
|
|
+ "event-loop",
|
|
|
|
|
+ "framework",
|
|
|
|
|
+ "http"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "forum": "https://www.workerman.net/questions",
|
|
|
|
|
+ "issues": "https://github.com/walkor/workerman/issues",
|
|
|
|
|
+ "source": "https://github.com/walkor/workerman",
|
|
|
|
|
+ "wiki": "https://www.workerman.net/doc/workerman/"
|
|
|
|
|
+ },
|
|
|
|
|
+ "funding": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://opencollective.com/workerman",
|
|
|
|
|
+ "type": "open_collective"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://www.patreon.com/walkor",
|
|
|
|
|
+ "type": "patreon"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2025-06-12T13:34:04+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "zoujingli/ip2region",
|
|
|
|
|
+ "version": "v2.0.6",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/zoujingli/ip2region.git",
|
|
|
|
|
+ "reference": "66895178be204521e9f5ae9df0ea502893ee53b2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/zoujingli/ip2region/zipball/66895178be204521e9f5ae9df0ea502893ee53b2",
|
|
|
|
|
+ "reference": "66895178be204521e9f5ae9df0ea502893ee53b2",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "classmap": [
|
|
|
|
|
+ "Ip2Region.php",
|
|
|
|
|
+ "XdbSearcher.php"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "Apache-2.0"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Anyon",
|
|
|
|
|
+ "email": "zoujingli@qq.com",
|
|
|
|
|
+ "homepage": "https://thinkadmin.top"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Ip2Region for PHP",
|
|
|
|
|
+ "homepage": "https://github.com/zoujingli/Ip2Region",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "Ip2Region"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "issues": "https://github.com/zoujingli/ip2region/issues",
|
|
|
|
|
+ "source": "https://github.com/zoujingli/ip2region/tree/v2.0.6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2024-08-02T01:01:01+00:00"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "packages-dev": [],
|
|
|
|
|
+ "aliases": [],
|
|
|
|
|
+ "minimum-stability": "dev",
|
|
|
|
|
+ "stability-flags": [],
|
|
|
|
|
+ "prefer-stable": true,
|
|
|
|
|
+ "prefer-lowest": false,
|
|
|
|
|
+ "platform": {
|
|
|
|
|
+ "php": ">=8.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "platform-dev": [],
|
|
|
|
|
+ "plugin-api-version": "2.6.0"
|
|
|
|
|
+}
|