|
@@ -0,0 +1,770 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "_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": "a7bc80d4b7f1c019b3006b02e3589bc3",
|
|
|
|
|
+ "packages": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "doctrine/inflector",
|
|
|
|
|
+ "version": "v1.3.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/doctrine/inflector.git",
|
|
|
|
|
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
|
|
|
|
|
+ "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "phpunit/phpunit": "^6.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.3.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Roman Borschel",
|
|
|
|
|
+ "email": "roman@code-factory.org"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Benjamin Eberlei",
|
|
|
|
|
+ "email": "kontakt@beberlei.de"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Guilherme Blanco",
|
|
|
|
|
+ "email": "guilhermeblanco@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Jonathan Wage",
|
|
|
|
|
+ "email": "jonwage@gmail.com"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Johannes Schmitt",
|
|
|
|
|
+ "email": "schmittjoh@gmail.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common String Manipulations with regard to casing and singular/plural rules.",
|
|
|
|
|
+ "homepage": "http://www.doctrine-project.org",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "inflection",
|
|
|
|
|
+ "pluralize",
|
|
|
|
|
+ "singularize",
|
|
|
|
|
+ "string"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2018-01-09T20:05:19+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/container",
|
|
|
|
|
+ "version": "v5.8.18",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/container.git",
|
|
|
|
|
+ "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/container/zipball/9405989993a48c2cd50ad1e5b2b08a33383c3807",
|
|
|
|
|
+ "reference": "9405989993a48c2cd50ad1e5b2b08a33383c3807",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "illuminate/contracts": "5.8.*",
|
|
|
|
|
+ "illuminate/support": "5.8.*",
|
|
|
|
|
+ "php": "^7.1.3",
|
|
|
|
|
+ "psr/container": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.8-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Container\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Container package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "time": "2019-04-22T13:12:35+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/contracts",
|
|
|
|
|
+ "version": "v5.8.18",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/contracts.git",
|
|
|
|
|
+ "reference": "8e2466437516edaa30201a8b5d4eaa56fa99eacd"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/contracts/zipball/8e2466437516edaa30201a8b5d4eaa56fa99eacd",
|
|
|
|
|
+ "reference": "8e2466437516edaa30201a8b5d4eaa56fa99eacd",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.1.3",
|
|
|
|
|
+ "psr/container": "^1.0",
|
|
|
|
|
+ "psr/simple-cache": "^1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.8-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",
|
|
|
|
|
+ "time": "2019-05-15T00:29:13+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/database",
|
|
|
|
|
+ "version": "v5.8.18",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/database.git",
|
|
|
|
|
+ "reference": "421138e05c149e2e82edb0a6a86dca59a79a65a0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/database/zipball/421138e05c149e2e82edb0a6a86dca59a79a65a0",
|
|
|
|
|
+ "reference": "421138e05c149e2e82edb0a6a86dca59a79a65a0",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "illuminate/container": "5.8.*",
|
|
|
|
|
+ "illuminate/contracts": "5.8.*",
|
|
|
|
|
+ "illuminate/support": "5.8.*",
|
|
|
|
|
+ "php": "^7.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
|
|
|
|
|
+ "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
|
|
|
|
|
+ "illuminate/console": "Required to use the database commands (5.8.*).",
|
|
|
|
|
+ "illuminate/events": "Required to use the observers with Eloquent (5.8.*).",
|
|
|
|
|
+ "illuminate/filesystem": "Required to use the migrations (5.8.*).",
|
|
|
|
|
+ "illuminate/pagination": "Required to paginate the result set (5.8.*)."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.8-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Database\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Taylor Otwell",
|
|
|
|
|
+ "email": "taylor@laravel.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "The Illuminate Database package.",
|
|
|
|
|
+ "homepage": "https://laravel.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "database",
|
|
|
|
|
+ "laravel",
|
|
|
|
|
+ "orm",
|
|
|
|
|
+ "sql"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2019-05-15T00:48:07+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "illuminate/support",
|
|
|
|
|
+ "version": "v5.8.18",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/illuminate/support.git",
|
|
|
|
|
+ "reference": "eb6ad85fd80163fdaa5b97983e0e32d811128242"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/illuminate/support/zipball/eb6ad85fd80163fdaa5b97983e0e32d811128242",
|
|
|
|
|
+ "reference": "eb6ad85fd80163fdaa5b97983e0e32d811128242",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "doctrine/inflector": "^1.1",
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "ext-mbstring": "*",
|
|
|
|
|
+ "illuminate/contracts": "5.8.*",
|
|
|
|
|
+ "nesbot/carbon": "^1.26.3 || ^2.0",
|
|
|
|
|
+ "php": "^7.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "tightenco/collect": "<5.5.33"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "illuminate/filesystem": "Required to use the composer class (5.8.*).",
|
|
|
|
|
+ "moontoast/math": "Required to use ordered UUIDs (^1.1).",
|
|
|
|
|
+ "ramsey/uuid": "Required to use Str::uuid() (^3.7).",
|
|
|
|
|
+ "symfony/process": "Required to use the composer class (^4.2).",
|
|
|
|
|
+ "symfony/var-dumper": "Required to use the dd function (^4.2).",
|
|
|
|
|
+ "vlucas/phpdotenv": "Required to use the env helper (^3.3)."
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "5.8-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Illuminate\\Support\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "helpers.php"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "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",
|
|
|
|
|
+ "time": "2019-05-17T18:49:15+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "nesbot/carbon",
|
|
|
|
|
+ "version": "2.18.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
|
|
+ "reference": "8322b7bd1805be31867c13bf3cdaab948a0dd406"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8322b7bd1805be31867c13bf3cdaab948a0dd406",
|
|
|
|
|
+ "reference": "8322b7bd1805be31867c13bf3cdaab948a0dd406",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "ext-json": "*",
|
|
|
|
|
+ "php": "^7.1.8 || ^8.0",
|
|
|
|
|
+ "symfony/translation": "^3.4 || ^4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
|
|
|
|
|
+ "kylekatarnls/multi-tester": "^1.1",
|
|
|
|
|
+ "phpmd/phpmd": "^2.6",
|
|
|
|
|
+ "phpstan/phpstan": "^0.11",
|
|
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.0",
|
|
|
|
|
+ "squizlabs/php_codesniffer": "^3.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "laravel": {
|
|
|
|
|
+ "providers": [
|
|
|
|
|
+ "Carbon\\Laravel\\ServiceProvider"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Carbon\\": "src/Carbon/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Brian Nesbitt",
|
|
|
|
|
+ "email": "brian@nesbot.com",
|
|
|
|
|
+ "homepage": "http://nesbot.com"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "A simple API extension for DateTime.",
|
|
|
|
|
+ "homepage": "http://carbon.nesbot.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "date",
|
|
|
|
|
+ "datetime",
|
|
|
|
|
+ "time"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2019-05-16T18:44:35+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/container",
|
|
|
|
|
+ "version": "1.0.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "http://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"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2017-02-14T16:28:37+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "psr/simple-cache",
|
|
|
|
|
+ "version": "1.0.1",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/php-fig/simple-cache.git",
|
|
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
|
|
+ "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Psr\\SimpleCache\\": "src/"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "PHP-FIG",
|
|
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Common interfaces for simple caching",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cache",
|
|
|
|
|
+ "caching",
|
|
|
|
|
+ "psr",
|
|
|
|
|
+ "psr-16",
|
|
|
|
|
+ "simple-cache"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2017-10-23T01:57:42+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/contracts",
|
|
|
|
|
+ "version": "v1.1.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/contracts.git",
|
|
|
|
|
+ "reference": "d3636025e8253c6144358ec0a62773cae588395b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b",
|
|
|
|
|
+ "reference": "d3636025e8253c6144358ec0a62773cae588395b",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.1.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "psr/cache": "^1.0",
|
|
|
|
|
+ "psr/container": "^1.0",
|
|
|
|
|
+ "symfony/polyfill-intl-idn": "^1.10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "psr/cache": "When using the Cache contracts",
|
|
|
|
|
+ "psr/container": "When using the Service contracts",
|
|
|
|
|
+ "symfony/cache-contracts-implementation": "",
|
|
|
|
|
+ "symfony/event-dispatcher-implementation": "",
|
|
|
|
|
+ "symfony/http-client-contracts-implementation": "",
|
|
|
|
|
+ "symfony/service-contracts-implementation": "",
|
|
|
|
|
+ "symfony/translation-contracts-implementation": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.1-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Contracts\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "A set of abstractions extracted out of the Symfony components",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "abstractions",
|
|
|
|
|
+ "contracts",
|
|
|
|
|
+ "decoupling",
|
|
|
|
|
+ "interfaces",
|
|
|
|
|
+ "interoperability",
|
|
|
|
|
+ "standards"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2019-04-27T14:29:50+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-mbstring",
|
|
|
|
|
+ "version": "v1.11.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
|
+ "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
|
|
|
|
|
+ "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=5.3.3"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-mbstring": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "1.11-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.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": "Symfony polyfill for the Mbstring extension",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "mbstring",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "time": "2019-02-06T07:57:58+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/translation",
|
|
|
|
|
+ "version": "v4.2.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/translation.git",
|
|
|
|
|
+ "reference": "181a426dd129cb496f12d7e7555f6d0b37a7615b"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/translation/zipball/181a426dd129cb496f12d7e7555f6d0b37a7615b",
|
|
|
|
|
+ "reference": "181a426dd129cb496f12d7e7555f6d0b37a7615b",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": "^7.1.3",
|
|
|
|
|
+ "symfony/contracts": "^1.0.2",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "~1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "symfony/config": "<3.4",
|
|
|
|
|
+ "symfony/dependency-injection": "<3.4",
|
|
|
|
|
+ "symfony/yaml": "<3.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "symfony/translation-contracts-implementation": "1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "psr/log": "~1.0",
|
|
|
|
|
+ "symfony/config": "~3.4|~4.0",
|
|
|
|
|
+ "symfony/console": "~3.4|~4.0",
|
|
|
|
|
+ "symfony/dependency-injection": "~3.4|~4.0",
|
|
|
|
|
+ "symfony/finder": "~2.8|~3.0|~4.0",
|
|
|
|
|
+ "symfony/http-kernel": "~3.4|~4.0",
|
|
|
|
|
+ "symfony/intl": "~3.4|~4.0",
|
|
|
|
|
+ "symfony/var-dumper": "~3.4|~4.0",
|
|
|
|
|
+ "symfony/yaml": "~3.4|~4.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "psr/log-implementation": "To use logging capability in translator",
|
|
|
|
|
+ "symfony/config": "",
|
|
|
|
|
+ "symfony/yaml": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "branch-alias": {
|
|
|
|
|
+ "dev-master": "4.2-dev"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "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": "Symfony Translation Component",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "time": "2019-05-01T12:55:36+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "textalk/websocket",
|
|
|
|
|
+ "version": "1.2.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/Textalk/websocket-php.git",
|
|
|
|
|
+ "reference": "bfa18bb6bf523680c7803f6b04694fbbf2f67bbf"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/bfa18bb6bf523680c7803f6b04694fbbf2f67bbf",
|
|
|
|
|
+ "reference": "bfa18bb6bf523680c7803f6b04694fbbf2f67bbf",
|
|
|
|
|
+ "shasum": "",
|
|
|
|
|
+ "mirrors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
|
|
+ "preferred": true
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "cboden/ratchet": "0.3.*",
|
|
|
|
|
+ "phpunit/phpunit": "4.1.*",
|
|
|
|
|
+ "phpunit/phpunit-selenium": "1.3.3",
|
|
|
|
|
+ "satooshi/php-coveralls": "dev-master"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "WebSocket\\": "lib"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Fredrik Liljegren",
|
|
|
|
|
+ "email": "fredrik.liljegren@textalk.se"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "WebSocket client and server",
|
|
|
|
|
+ "time": "2015-10-09T07:32:42+00:00"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "packages-dev": [],
|
|
|
|
|
+ "aliases": [],
|
|
|
|
|
+ "minimum-stability": "stable",
|
|
|
|
|
+ "stability-flags": [],
|
|
|
|
|
+ "prefer-stable": false,
|
|
|
|
|
+ "prefer-lowest": false,
|
|
|
|
|
+ "platform": {
|
|
|
|
|
+ "php": ">=7.0.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "platform-dev": []
|
|
|
|
|
+}
|