| xqd
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "864b778cc984b578f15d279a75dadc12",
|
|
|
+ "content-hash": "350b5945d12a4e1e990c25eba116349c",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "aliyuncs/oss-sdk-php",
|
| xqd
@@ -202,6 +202,95 @@
|
|
|
],
|
|
|
"time": "2021-04-26T11:24:25+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "bensampo/laravel-enum",
|
|
|
+ "version": "v3.4.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/BenSampo/laravel-enum.git",
|
|
|
+ "reference": "67e13f8a211d43035146150793a95c4140f7831d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/BenSampo/laravel-enum/zipball/67e13f8a211d43035146150793a95c4140f7831d",
|
|
|
+ "reference": "67e13f8a211d43035146150793a95c4140f7831d",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "hanneskod/classtools": "^1.2",
|
|
|
+ "illuminate/contracts": "^8.0",
|
|
|
+ "illuminate/support": "^8.0",
|
|
|
+ "laminas/laminas-code": "^3.4",
|
|
|
+ "nikic/php-parser": "^4.10",
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/dbal": "^2.9|^3.0",
|
|
|
+ "mockery/mockery": "^1.4",
|
|
|
+ "orchestra/testbench": "^6.2",
|
|
|
+ "phpstan/phpstan": "^0.12.59",
|
|
|
+ "phpunit/phpunit": "^8.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "BenSampo\\Enum\\EnumServiceProvider"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "phpstan": {
|
|
|
+ "includes": [
|
|
|
+ "extension.neon"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "BenSampo\\Enum\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ben Sampson",
|
|
|
+ "homepage": "https://sampo.co.uk",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Simple, extensible and powerful enumeration implementation for Laravel.",
|
|
|
+ "homepage": "https://github.com/bensampo/laravel-enum",
|
|
|
+ "keywords": [
|
|
|
+ "bensampo",
|
|
|
+ "enum",
|
|
|
+ "laravel",
|
|
|
+ "package",
|
|
|
+ "validation"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/BenSampo/laravel-enum/issues",
|
|
|
+ "source": "https://github.com/BenSampo/laravel-enum/tree/v3.4.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/bensampo",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-06-17T14:35:14+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "brick/math",
|
|
|
"version": "0.9.2",
|
| xqd
@@ -1371,6 +1460,61 @@
|
|
|
},
|
|
|
"time": "2021-04-26T09:17:50+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "hanneskod/classtools",
|
|
|
+ "version": "1.2.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/hanneskod/classtools.git",
|
|
|
+ "reference": "d365ddac0e602027c0471ea292f4ba2afcb49394"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/hanneskod/classtools/zipball/d365ddac0e602027c0471ea292f4ba2afcb49394",
|
|
|
+ "reference": "d365ddac0e602027c0471ea292f4ba2afcb49394",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "nikic/php-parser": "^4",
|
|
|
+ "php": ">=7.1",
|
|
|
+ "symfony/finder": "^4|^5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "hanneskod\\classtools\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "WTFPL"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Hannes Forsgård",
|
|
|
+ "email": "hannes.forsgard@fripost.org"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Find, extract and process classes from file system",
|
|
|
+ "homepage": "https://github.com/hanneskod/classtools",
|
|
|
+ "keywords": [
|
|
|
+ "class finder",
|
|
|
+ "code generator",
|
|
|
+ "metaprogramming",
|
|
|
+ "minimizer"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/hanneskod/classtools/issues",
|
|
|
+ "source": "https://github.com/hanneskod/classtools/tree/1.0"
|
|
|
+ },
|
|
|
+ "time": "2020-03-05T20:41:28+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "intervention/image",
|
|
|
"version": "2.5.1",
|
| xqd
@@ -1565,6 +1709,220 @@
|
|
|
},
|
|
|
"time": "2019-11-26T06:04:53+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-code",
|
|
|
+ "version": "3.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-code.git",
|
|
|
+ "reference": "b549b70c0bb6e935d497f84f750c82653326ac77"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77",
|
|
|
+ "reference": "b549b70c0bb6e935d497f84f750c82653326ac77",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "laminas/laminas-eventmanager": "^3.3",
|
|
|
+ "laminas/laminas-zendframework-bridge": "^1.1",
|
|
|
+ "php": "^7.3 || ~8.0.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpspec/prophecy": "<1.9.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "zendframework/zend-code": "^3.4.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "^1.10.4",
|
|
|
+ "ext-phar": "*",
|
|
|
+ "laminas/laminas-coding-standard": "^1.0.0",
|
|
|
+ "laminas/laminas-stdlib": "^3.3.0",
|
|
|
+ "phpunit/phpunit": "^9.4.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
|
|
+ "laminas/laminas-stdlib": "Laminas\\Stdlib component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\Code\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
|
|
|
+ "homepage": "https://laminas.dev",
|
|
|
+ "keywords": [
|
|
|
+ "code",
|
|
|
+ "laminas"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "chat": "https://laminas.dev/chat",
|
|
|
+ "docs": "https://docs.laminas.dev/laminas-code/",
|
|
|
+ "forum": "https://discourse.laminas.dev",
|
|
|
+ "issues": "https://github.com/laminas/laminas-code/issues",
|
|
|
+ "rss": "https://github.com/laminas/laminas-code/releases.atom",
|
|
|
+ "source": "https://github.com/laminas/laminas-code"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
+ "type": "community_bridge"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2020-11-30T20:16:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-eventmanager",
|
|
|
+ "version": "3.3.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-eventmanager.git",
|
|
|
+ "reference": "966c859b67867b179fde1eff0cd38df51472ce4a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a",
|
|
|
+ "reference": "966c859b67867b179fde1eff0cd38df51472ce4a",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
+ "php": "^7.3 || ^8.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "zendframework/zend-eventmanager": "^3.2.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "container-interop/container-interop": "^1.1",
|
|
|
+ "laminas/laminas-coding-standard": "~1.0.0",
|
|
|
+ "laminas/laminas-stdlib": "^2.7.3 || ^3.0",
|
|
|
+ "phpbench/phpbench": "^0.17.1",
|
|
|
+ "phpunit/phpunit": "^8.5.8"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "container-interop/container-interop": "^1.1, to use the lazy listeners feature",
|
|
|
+ "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\EventManager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Trigger and listen to events within a PHP application",
|
|
|
+ "homepage": "https://laminas.dev",
|
|
|
+ "keywords": [
|
|
|
+ "event",
|
|
|
+ "eventmanager",
|
|
|
+ "events",
|
|
|
+ "laminas"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "chat": "https://laminas.dev/chat",
|
|
|
+ "docs": "https://docs.laminas.dev/laminas-eventmanager/",
|
|
|
+ "forum": "https://discourse.laminas.dev",
|
|
|
+ "issues": "https://github.com/laminas/laminas-eventmanager/issues",
|
|
|
+ "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
|
|
|
+ "source": "https://github.com/laminas/laminas-eventmanager"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
+ "type": "community_bridge"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-03-08T15:24:29+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-zendframework-bridge",
|
|
|
+ "version": "1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
|
|
+ "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e",
|
|
|
+ "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.3 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
|
|
|
+ "psalm/plugin-phpunit": "^0.15.1",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "vimeo/psalm": "^4.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laminas": {
|
|
|
+ "module": "Laminas\\ZendFrameworkBridge"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/autoload.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\ZendFrameworkBridge\\": "src//"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "autoloading",
|
|
|
+ "laminas",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "forum": "https://discourse.laminas.dev/",
|
|
|
+ "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
|
|
|
+ "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
|
|
|
+ "source": "https://github.com/laminas/laminas-zendframework-bridge"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
|
|
|
+ "type": "community_bridge"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2021-06-24T12:49:22+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laravel/framework",
|
|
|
"version": "v8.48.1",
|