From 2d73dcdb2ce9006b72e5b773cacd87d2b77b1123 Mon Sep 17 00:00:00 2001 From: hawind Date: Tue, 4 May 2021 07:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=AE=A2=E6=88=B7=E6=8A=95?= =?UTF-8?q?=E8=AF=89=E5=AE=A1=E6=A0=B8=E6=96=B9=E6=B3=95=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/ComplaintController.php | 5 + app/Gdoo/Index/Controllers/DemoController.php | 2 +- composer.json | 3 +- composer.lock | 1375 +---------------- config/app.php | 1 - 5 files changed, 65 insertions(+), 1321 deletions(-) diff --git a/app/Gdoo/Customer/Controllers/ComplaintController.php b/app/Gdoo/Customer/Controllers/ComplaintController.php index 8bebbecb..142402b6 100644 --- a/app/Gdoo/Customer/Controllers/ComplaintController.php +++ b/app/Gdoo/Customer/Controllers/ComplaintController.php @@ -105,6 +105,11 @@ class ComplaintController extends WorkflowController return $this->create(); } + public function audit() + { + return $this->create('audit'); + } + public function show() { return $this->create('show'); diff --git a/app/Gdoo/Index/Controllers/DemoController.php b/app/Gdoo/Index/Controllers/DemoController.php index de626e87..5529edfb 100644 --- a/app/Gdoo/Index/Controllers/DemoController.php +++ b/app/Gdoo/Index/Controllers/DemoController.php @@ -6,7 +6,7 @@ use Request; class DemoController extends Controller { - #[Attribute(Attribute::TARGET_FUNCTION)] + //#[Attribute(Attribute::TARGET_FUNCTION)] public function vouch() { return $this->display(); diff --git a/composer.json b/composer.json index f472a4b1..957b511d 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,7 @@ "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^8.12", "laravel/tinker": "^2.5", - "barryvdh/laravel-ide-helper": "^2.9.0", - "mitloshuk/laravel-cycle-orm": "^0.0.8" + "barryvdh/laravel-ide-helper": "^2.9.0" }, "require-dev": { "facade/ignition": "^2.5", diff --git a/composer.lock b/composer.lock index 0a39dcfb..abd88275 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "c014c720e0718b753e71844d12b56332", + "content-hash": "c38e909356b3f07d084cf69a40b112ee", "packages": [ { "name": "asm89/stack-cors", @@ -866,342 +866,6 @@ ], "time": "2021-03-25T17:01:18+00:00" }, - { - "name": "cycle/annotated", - "version": "v2.3.1", - "source": { - "type": "git", - "url": "https://github.com/cycle/annotated.git", - "reference": "6fa9f1dc86433ac0bcbbde939812e12b0e92b51d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cycle/annotated/zipball/6fa9f1dc86433ac0bcbbde939812e12b0e92b51d", - "reference": "6fa9f1dc86433ac0bcbbde939812e12b0e92b51d", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "cycle/schema-builder": "^1.2", - "doctrine/annotations": "^1.7", - "php": ">=7.2", - "spiral/attributes": "^2.7", - "spiral/tokenizer": "^2.7" - }, - "require-dev": { - "mockery/mockery": "^1.1", - "phpunit/phpunit": "~8.0", - "spiral/code-style": "^1.0", - "spiral/debug": "^2.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cycle\\Annotated\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Cycle ORM Annotated Entities generator", - "support": { - "issues": "https://github.com/cycle/annotated/issues", - "source": "https://github.com/cycle/annotated/tree/v2.3.1" - }, - "time": "2021-04-08T18:08:49+00:00" - }, - { - "name": "cycle/migrations", - "version": "v1.0.10", - "source": { - "type": "git", - "url": "https://github.com/cycle/migrations.git", - "reference": "3ea397f5fd07802b70a4962b37dea43170db1045" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cycle/migrations/zipball/3ea397f5fd07802b70a4962b37dea43170db1045", - "reference": "3ea397f5fd07802b70a4962b37dea43170db1045", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "cycle/orm": "^1.0", - "cycle/schema-builder": "^1.0", - "php": ">=7.2", - "spiral/migrations": "^2.0" - }, - "require-dev": { - "cycle/annotated": "^1.0", - "phpunit/phpunit": "~8.0", - "spiral/code-style": "^1.0", - "spiral/debug": "^2.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cycle\\Migrations\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Cycle ORM Migration generation", - "support": { - "issues": "https://github.com/cycle/migrations/issues", - "source": "https://github.com/cycle/migrations/tree/v1.0.10" - }, - "time": "2020-12-23T19:18:42+00:00" - }, - { - "name": "cycle/orm", - "version": "v1.4.1", - "source": { - "type": "git", - "url": "https://github.com/cycle/orm.git", - "reference": "11d2491f584e0d7c3768424bc8726ecfd32e2164" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cycle/orm/zipball/11d2491f584e0d7c3768424bc8726ecfd32e2164", - "reference": "11d2491f584e0d7c3768424bc8726ecfd32e2164", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "doctrine/collections": "^1.5", - "doctrine/inflector": "^1.4|^2.0", - "doctrine/instantiator": "^1.2", - "ext-pdo": "*", - "laminas/laminas-hydrator": "^2.4|^3.0|^4.0", - "php": ">=7.2", - "spiral/database": "^2.8.4" - }, - "require-dev": { - "mockery/mockery": "^1.1", - "phpunit/phpunit": "~8.0", - "ramsey/uuid": "^3.8", - "spiral/code-style": "^1.0", - "spiral/dumper": "^2.7", - "spiral/tokenizer": "^2.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cycle\\ORM\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHP DataMapper ORM and Data Modelling Engine", - "support": { - "issues": "https://github.com/cycle/orm/issues", - "source": "https://github.com/cycle/orm/tree/v1.4.1" - }, - "time": "2021-04-02T11:34:33+00:00" - }, - { - "name": "cycle/proxy-factory", - "version": "v1.3.1", - "source": { - "type": "git", - "url": "https://github.com/cycle/proxy-factory.git", - "reference": "f07abe7574688e450908e35c435c66ad395b8d9d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cycle/proxy-factory/zipball/f07abe7574688e450908e35c435c66ad395b8d9d", - "reference": "f07abe7574688e450908e35c435c66ad395b8d9d", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "cycle/orm": "^1.1", - "doctrine/instantiator": "^1.2", - "ext-mbstring": "*", - "nikic/php-parser": "^4.2", - "php": ">=7.2", - "spiral/files": "^2.7" - }, - "require-dev": { - "cycle/annotated": "^1.0", - "ext-pdo": "*", - "phpunit/phpunit": "~8.0", - "roave/security-advisories": "dev-master", - "spiral/code-style": "^1.0" - }, - "type": "module", - "autoload": { - "psr-4": { - "Cycle\\ORM\\Promise\\": "src/Promise" - }, - "files": [ - "src/functions/utils.php", - "src/functions/expressions.php", - "src/functions/version.php", - "src/functions/injector.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Proxy Factory Interface implementation for cycle ORM", - "support": { - "issues": "https://github.com/cycle/proxy-factory/issues", - "source": "https://github.com/cycle/proxy-factory/tree/v1.3.1" - }, - "time": "2021-01-20T13:00:44+00:00" - }, - { - "name": "cycle/schema-builder", - "version": "v1.2.0", - "source": { - "type": "git", - "url": "https://github.com/cycle/schema-builder.git", - "reference": "9de28bb35f8ec0cc05aa0f17643165e4238a9f8a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/cycle/schema-builder/zipball/9de28bb35f8ec0cc05aa0f17643165e4238a9f8a", - "reference": "9de28bb35f8ec0cc05aa0f17643165e4238a9f8a", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "cycle/orm": "^1.4", - "php": ">=7.2", - "yiisoft/friendly-exception": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^1.1", - "phpunit/phpunit": "~8.0", - "spiral/code-style": "^1.0", - "spiral/debug": "^2.7", - "spiral/tokenizer": "^2.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Cycle\\Schema\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Cycle ORM Schema Builder", - "support": { - "issues": "https://github.com/cycle/schema-builder/issues", - "source": "https://github.com/cycle/schema-builder/tree/v1.2.0" - }, - "time": "2021-03-31T13:52:10+00:00" - }, - { - "name": "doctrine/annotations", - "version": "1.12.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/b17c5014ef81d212ac539f07a1001832df1b6d3b", - "reference": "b17c5014ef81d212ac539f07a1001832df1b6d3b", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "doctrine/lexer": "1.*", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/cache": "1.*", - "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^0.12.20", - "phpunit/phpunit": "^7.5 || ^9.1.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } - }, - "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": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "support": { - "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.12.1" - }, - "time": "2021-02-21T21:00:45+00:00" - }, { "name": "doctrine/cache", "version": "1.11.0", @@ -1307,81 +971,6 @@ ], "time": "2021-04-13T14:46:17+00:00" }, - { - "name": "doctrine/collections", - "version": "1.6.7", - "source": { - "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", - "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": "^7.1.3 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "phpunit/phpunit": "^7.0", - "vimeo/psalm": "^3.8.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" - } - }, - "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 Collections library that adds additional functionality on top of PHP arrays.", - "homepage": "https://www.doctrine-project.org/projects/collections.html", - "keywords": [ - "array", - "collections", - "iterators", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.6.7" - }, - "time": "2020-07-27T17:53:49+00:00" - }, { "name": "doctrine/dbal", "version": "3.1.0", @@ -1746,81 +1335,6 @@ ], "time": "2020-05-29T15:13:26+00:00" }, - { - "name": "doctrine/instantiator", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", - "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^8.0", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.4.0" - }, - "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%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2020-11-10T18:47:58+00:00" - }, { "name": "doctrine/lexer", "version": "1.2.1", @@ -2594,219 +2108,6 @@ }, "time": "2020-05-27T16:41:55+00:00" }, - { - "name": "laminas/laminas-hydrator", - "version": "4.1.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-hydrator.git", - "reference": "fc201f29280a8308579e7fb4c1fbc2fb3dfdbd8f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/fc201f29280a8308579e7fb4c1fbc2fb3dfdbd8f", - "reference": "fc201f29280a8308579e7fb4c1fbc2fb3dfdbd8f", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "laminas/laminas-stdlib": "^3.3", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0" - }, - "replace": { - "zendframework/zend-hydrator": "^3.0.2" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-eventmanager": "^3.2.1", - "laminas/laminas-modulemanager": "^2.8", - "laminas/laminas-serializer": "^2.9", - "laminas/laminas-servicemanager": "^3.3.2", - "phpunit/phpunit": "~9.3.0", - "psalm/plugin-phpunit": "^0.15.0", - "vimeo/psalm": "^4.2" - }, - "suggest": { - "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage", - "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy", - "laminas/laminas-servicemanager": "^3.3, to support hydrator plugin manager usage" - }, - "type": "library", - "extra": { - "laminas": { - "component": "Laminas\\Hydrator", - "config-provider": "Laminas\\Hydrator\\ConfigProvider" - } - }, - "autoload": { - "psr-4": { - "Laminas\\Hydrator\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Serialize objects to arrays, and vice versa", - "homepage": "https://laminas.dev", - "keywords": [ - "hydrator", - "laminas" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-hydrator/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-hydrator/issues", - "rss": "https://github.com/laminas/laminas-hydrator/releases.atom", - "source": "https://github.com/laminas/laminas-hydrator" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2020-12-16T21:35:39+00:00" - }, - { - "name": "laminas/laminas-stdlib", - "version": "3.3.1", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe", - "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe", - "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-stdlib": "^3.2.1" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Stdlib\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "SPL extensions, array utilities, error handlers, and more", - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "stdlib" - ], - "support": { - "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-stdlib/", - "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-stdlib/issues", - "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", - "source": "https://github.com/laminas/laminas-stdlib" - }, - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2020-11-19T20:18:59+00:00" - }, - { - "name": "laminas/laminas-zendframework-bridge", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", - "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-02-25T21:54:58+00:00" - }, { "name": "laravel/framework", "version": "v8.40.0", @@ -3325,62 +2626,6 @@ ], "time": "2021-01-18T20:58:21+00:00" }, - { - "name": "mitloshuk/laravel-cycle-orm", - "version": "0.0.8", - "source": { - "type": "git", - "url": "https://github.com/mitloshuk/laravel-cycle-orm.git", - "reference": "0bd2ac5a963cfdaada62dade4b01da9ced5d02a2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mitloshuk/laravel-cycle-orm/zipball/0bd2ac5a963cfdaada62dade4b01da9ced5d02a2", - "reference": "0bd2ac5a963cfdaada62dade4b01da9ced5d02a2", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "cycle/annotated": "^2.0", - "cycle/migrations": "^1.0", - "cycle/orm": "^1.3", - "cycle/proxy-factory": "^1.3", - "laravel/framework": "^8.0", - "php": ">=7.4" - }, - "type": "library", - "autoload": { - "psr-4": { - "mitloshuk\\LaravelCycle\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Artem Mitloshuk", - "email": "artem@mitloshuk.name" - } - ], - "description": "Laravel 8 Cycle ORM Library", - "keywords": [ - "cycle", - "cycle orm", - "laravel" - ], - "support": { - "issues": "https://github.com/mitloshuk/laravel-cycle-orm/issues", - "source": "https://github.com/mitloshuk/laravel-cycle-orm/tree/v0.0.8" - }, - "time": "2021-03-12T10:25:03+00:00" - }, { "name": "monolog/monolog", "version": "2.2.0", @@ -3584,16 +2829,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.10.4", + "version": "v4.10.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e" + "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e", - "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", + "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", "shasum": "", "mirrors": [ { @@ -3640,9 +2885,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" }, - "time": "2020-12-20T10:01:03+00:00" + "time": "2021-05-03T19:11:20+00:00" }, { "name": "opis/closure", @@ -4133,16 +3378,16 @@ }, { "name": "psr/log", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "", "mirrors": [ { @@ -4172,7 +3417,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -4183,9 +3428,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.3" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "time": "2020-03-23T09:12:05+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache", @@ -4735,525 +3980,6 @@ }, "time": "2020-07-07T18:42:57+00:00" }, - { - "name": "spiral/attributes", - "version": "v2.7.0", - "source": { - "type": "git", - "url": "https://github.com/spiral/attributes.git", - "reference": "6b5b24f241566045706972f18deaf297db701fda" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/attributes/zipball/6b5b24f241566045706972f18deaf297db701fda", - "reference": "6b5b24f241566045706972f18deaf297db701fda", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "nikic/php-parser": "^4.10", - "php": ">=7.2" - }, - "require-dev": { - "doctrine/annotations": "^1.10", - "phpunit/phpunit": "^8.5|^9.0" - }, - "suggest": { - "doctrine/annotations": "^1.0 for Doctrine metadata driver support" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "files": [ - "src/polyfill.php" - ], - "psr-4": { - "Spiral\\Attributes\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Kirill Nesmeyanov (SerafimArts)", - "email": "kirill.nesmeyanov@spiralscout.com" - } - ], - "description": "PHP attributes reader", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/attributes" - }, - "time": "2021-01-12T12:41:51+00:00" - }, - { - "name": "spiral/core", - "version": "v2.7.8", - "source": { - "type": "git", - "url": "https://github.com/spiral/core.git", - "reference": "7221ca695246a048c153b519f19543ac4cf00e2e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/core/zipball/7221ca695246a048c153b519f19543ac4cf00e2e", - "reference": "7221ca695246a048c153b519f19543ac4cf00e2e", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": ">=7.2", - "psr/container": "^1.0" - }, - "require-dev": { - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spiral\\Core\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov (wolfy-j)", - "email": "wolfy-j@spiralscout.com" - } - ], - "description": "IoC container, IoC scopes, factory, memory, configuration interfaces", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/core" - }, - "time": "2021-02-19T13:35:02+00:00" - }, - { - "name": "spiral/database", - "version": "v2.8.4", - "source": { - "type": "git", - "url": "https://github.com/spiral/database.git", - "reference": "3a881628a241f250cc7cea7801926b89ee6e43d4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/database/zipball/3a881628a241f250cc7cea7801926b89ee6e43d4", - "reference": "3a881628a241f250cc7cea7801926b89ee6e43d4", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "ext-pdo": "*", - "php": ">=7.2", - "spiral/core": "^2.7", - "spiral/logger": "^2.7", - "spiral/pagination": "^2.7" - }, - "require-dev": { - "mockery/mockery": "^1.1", - "phpunit/phpunit": "~8.0", - "spiral/code-style": "^1.0", - "spiral/dumper": "^2.7", - "spiral/tokenizer": "^2.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Spiral\\Database\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov / Wolfy-J", - "email": "wolfy.jd@gmail.com" - } - ], - "description": "DBAL, schema introspection, migration and pagination", - "support": { - "issues": "https://github.com/spiral/database/issues", - "source": "https://github.com/spiral/database/tree/v2.8.4" - }, - "time": "2021-04-02T10:07:04+00:00" - }, - { - "name": "spiral/files", - "version": "v2.7.8", - "source": { - "type": "git", - "url": "https://github.com/spiral/files.git", - "reference": "05cb1a69f3520d6141fca8fe991e6a7a7a113540" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/files/zipball/05cb1a69f3520d6141fca8fe991e6a7a7a113540", - "reference": "05cb1a69f3520d6141fca8fe991e6a7a7a113540", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": ">=7.2" - }, - "require-dev": { - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spiral\\Files\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov (wolfy-j)", - "email": "wolfy-j@spiralscout.com" - } - ], - "description": "File Toolkit: atomic file manager", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/files" - }, - "time": "2021-02-19T13:35:02+00:00" - }, - { - "name": "spiral/logger", - "version": "v2.7.8", - "source": { - "type": "git", - "url": "https://github.com/spiral/logger.git", - "reference": "564d904ae15637c1407c60d597b12a3c8719cf54" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/logger/zipball/564d904ae15637c1407c60d597b12a3c8719cf54", - "reference": "564d904ae15637c1407c60d597b12a3c8719cf54", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": ">=7.2", - "psr/log": "^1.0", - "spiral/core": "^2.7" - }, - "require-dev": { - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spiral\\Logger\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov (wolfy-j)", - "email": "wolfy-j@spiralscout.com" - } - ], - "description": "LogFactory and global log listeners", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/logger" - }, - "time": "2021-02-19T13:35:02+00:00" - }, - { - "name": "spiral/migrations", - "version": "v2.2.0", - "source": { - "type": "git", - "url": "https://github.com/spiral/migrations.git", - "reference": "10a192cdfffccaee6ed6064dcd5ca9d2283bb874" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/migrations/zipball/10a192cdfffccaee6ed6064dcd5ca9d2283bb874", - "reference": "10a192cdfffccaee6ed6064dcd5ca9d2283bb874", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": ">=7.2", - "spiral/core": "^2.7", - "spiral/database": "^2.7", - "spiral/files": "^2.7", - "spiral/reactor": "^2.7", - "spiral/tokenizer": "^2.7" - }, - "require-dev": { - "mockery/mockery": "^1.1", - "phpunit/phpunit": "~8.0", - "spiral/code-style": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Spiral\\Migrations\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov / Wolfy-J", - "email": "wolfy.jd@gmail.com" - } - ], - "description": "Database migrations, migration scaffolding", - "support": { - "issues": "https://github.com/spiral/migrations/issues", - "source": "https://github.com/spiral/migrations/tree/v2.2.0" - }, - "time": "2020-12-23T19:15:52+00:00" - }, - { - "name": "spiral/pagination", - "version": "v2.7.8", - "source": { - "type": "git", - "url": "https://github.com/spiral/pagination.git", - "reference": "7b4d4ae52111757ee704992bf902e8508ff02a18" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/pagination/zipball/7b4d4ae52111757ee704992bf902e8508ff02a18", - "reference": "7b4d4ae52111757ee704992bf902e8508ff02a18", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": ">=7.2" - }, - "require-dev": { - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spiral\\Pagination\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov (wolfy-j)", - "email": "wolfy-j@spiralscout.com" - } - ], - "description": "Common pagination interfaces", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/pagination" - }, - "time": "2021-02-19T13:35:02+00:00" - }, - { - "name": "spiral/reactor", - "version": "v2.7.8", - "source": { - "type": "git", - "url": "https://github.com/spiral/reactor.git", - "reference": "454234187a20410669e27b8889fa01ff0282c907" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/reactor/zipball/454234187a20410669e27b8889fa01ff0282c907", - "reference": "454234187a20410669e27b8889fa01ff0282c907", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "doctrine/inflector": "^1.4|^2.0", - "php": ">=7.2" - }, - "require-dev": { - "mockery/mockery": "^1.3", - "phpunit/phpunit": "^8.5|^9.0", - "psr/container": "^1.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spiral\\Reactor\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov (wolfy-j)", - "email": "wolfy-j@spiralscout.com" - } - ], - "description": "Reactor: Code Scaffolding", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/reactor" - }, - "time": "2021-02-19T13:35:02+00:00" - }, - { - "name": "spiral/tokenizer", - "version": "v2.7.8", - "source": { - "type": "git", - "url": "https://github.com/spiral/tokenizer.git", - "reference": "4c0774c2dd40f567f3dfaf35be7301b2ef60bfc7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spiral/tokenizer/zipball/4c0774c2dd40f567f3dfaf35be7301b2ef60bfc7", - "reference": "4c0774c2dd40f567f3dfaf35be7301b2ef60bfc7", - "shasum": "", - "mirrors": [ - { - "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%", - "preferred": true - } - ] - }, - "require": { - "php": ">=7.2", - "spiral/core": "^2.7", - "spiral/logger": "^2.7", - "symfony/finder": "^5.1" - }, - "require-dev": { - "phpunit/phpunit": "^8.5|^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } - }, - "autoload": { - "psr-4": { - "Spiral\\Tokenizer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Anton Titov (wolfy-j)", - "email": "wolfy-j@spiralscout.com" - } - ], - "description": "Static Analysis: Class and Invocation locators", - "homepage": "https://spiral.dev", - "support": { - "issues": "https://github.com/spiral/framework/issues", - "source": "https://github.com/spiral/tokenizer" - }, - "time": "2021-02-19T13:35:02+00:00" - }, { "name": "swiftmailer/swiftmailer", "version": "v6.2.7", @@ -8023,19 +6749,21 @@ "source": "https://github.com/webmozarts/assert/tree/1.10.0" }, "time": "2021-03-09T10:59:23+00:00" - }, + } + ], + "packages-dev": [ { - "name": "yiisoft/friendly-exception", - "version": "1.0.2", + "name": "doctrine/instantiator", + "version": "1.4.0", "source": { "type": "git", - "url": "https://github.com/yiisoft/friendly-exception.git", - "reference": "a51cf053e068698a1d2cabf30b6b5a49dcc00f1c" + "url": "https://github.com/doctrine/instantiator.git", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/yiisoft/friendly-exception/zipball/a51cf053e068698a1d2cabf30b6b5a49dcc00f1c", - "reference": "a51cf053e068698a1d2cabf30b6b5a49dcc00f1c", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", + "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "shasum": "", "mirrors": [ { @@ -8045,47 +6773,60 @@ ] }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "doctrine/coding-standard": "^8.0", + "ext-pdo": "*", + "ext-phar": "*", + "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", + "phpstan/phpstan": "^0.12", + "phpstan/phpstan-phpunit": "^0.12", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "autoload": { "psr-4": { - "Yiisoft\\FriendlyException\\": "src" + "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], - "description": "An interface for friendlier exception", - "homepage": "http://www.yiiframework.com/", + "authors": [ + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com", + "homepage": "https://ocramius.github.io/" + } + ], + "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", + "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ - "error handling", - "exception", - "exceptions", - "friendly" + "constructor", + "instantiate" ], "support": { - "forum": "http://www.yiiframework.com/forum/", - "irc": "irc://irc.freenode.net/yii", - "issues": "https://github.com/yiisoft/friendly-exception/issues?state=open", - "source": "https://github.com/yiisoft/friendly-exception", - "wiki": "http://www.yiiframework.com/wiki/" + "issues": "https://github.com/doctrine/instantiator/issues", + "source": "https://github.com/doctrine/instantiator/tree/1.4.0" }, "funding": [ { - "url": "https://github.com/yiisoft", - "type": "github" + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" }, { - "url": "https://opencollective.com/yiisoft", - "type": "open_collective" + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", + "type": "tidelift" } ], - "time": "2020-08-18T21:03:17+00:00" - } - ], - "packages-dev": [ + "time": "2020-11-10T18:47:58+00:00" + }, { "name": "facade/flare-client-php", "version": "1.8.0", diff --git a/config/app.php b/config/app.php index f3e18d99..aa213a68 100644 --- a/config/app.php +++ b/config/app.php @@ -175,7 +175,6 @@ return [ // App\Providers\BroadcastServiceProvider::class, App\Providers\EventServiceProvider::class, App\Providers\RouteServiceProvider::class, - ], /*