|
|
@@ -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": "e99f278b8f6891a9e5b3819172a94102",
|
|
|
+ "content-hash": "822465491f14cc81d50f4b690eba7049",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "alfredo-ramos/parsedown-extra-laravel",
|
|
|
@@ -593,6 +593,155 @@
|
|
|
],
|
|
|
"time": "2019-01-10T14:06:47+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "guzzlehttp/psr7",
|
|
|
+ "version": "1.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/guzzle/psr7.git",
|
|
|
+ "reference": "9f83dded91781a01c63574e387eaa769be769115"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
|
|
|
+ "reference": "9f83dded91781a01c63574e387eaa769be769115",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.4.0",
|
|
|
+ "psr/http-message": "~1.0",
|
|
|
+ "ralouphie/getallheaders": "^2.0.5"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.5-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "GuzzleHttp\\Psr7\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/functions_include.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Michael Dowling",
|
|
|
+ "email": "mtdowling@gmail.com",
|
|
|
+ "homepage": "https://github.com/mtdowling"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Tobias Schultze",
|
|
|
+ "homepage": "https://github.com/Tobion"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 message implementation that also provides common utility methods",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "message",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response",
|
|
|
+ "stream",
|
|
|
+ "uri",
|
|
|
+ "url"
|
|
|
+ ],
|
|
|
+ "time": "2018-12-04T20:46:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "intervention/image",
|
|
|
+ "version": "2.4.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Intervention/image.git",
|
|
|
+ "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Intervention/image/zipball/e82d274f786e3d4b866a59b173f42e716f0783eb",
|
|
|
+ "reference": "e82d274f786e3d4b866a59b173f42e716f0783eb",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-fileinfo": "*",
|
|
|
+ "guzzlehttp/psr7": "~1.1",
|
|
|
+ "php": ">=5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~0.9.2",
|
|
|
+ "phpunit/phpunit": "^4.8 || ^5.7"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-gd": "to use GD library based image processing.",
|
|
|
+ "ext-imagick": "to use Imagick based image processing.",
|
|
|
+ "intervention/imagecache": "Caching extension for the Intervention Image library"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.4-dev"
|
|
|
+ },
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Intervention\\Image\\ImageServiceProvider"
|
|
|
+ ],
|
|
|
+ "aliases": {
|
|
|
+ "Image": "Intervention\\Image\\Facades\\Image"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Intervention\\Image\\": "src/Intervention/Image"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Oliver Vogel",
|
|
|
+ "email": "oliver@olivervogel.com",
|
|
|
+ "homepage": "http://olivervogel.com/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Image handling and manipulation library with support for Laravel integration",
|
|
|
+ "homepage": "http://image.intervention.io/",
|
|
|
+ "keywords": [
|
|
|
+ "gd",
|
|
|
+ "image",
|
|
|
+ "imagick",
|
|
|
+ "laravel",
|
|
|
+ "thumbnail",
|
|
|
+ "watermark"
|
|
|
+ ],
|
|
|
+ "time": "2018-05-29T14:19:03+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "jakub-onderka/php-console-color",
|
|
|
"version": "v0.2",
|
|
|
@@ -1441,6 +1590,62 @@
|
|
|
],
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "psr/http-message",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message.git",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "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\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP messages",
|
|
|
+ "homepage": "https://github.com/php-fig/http-message",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "time": "2016-08-06T14:39:51+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "psr/log",
|
|
|
"version": "1.1.0",
|
|
|
@@ -1628,6 +1833,52 @@
|
|
|
],
|
|
|
"time": "2018-10-13T15:16:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "ralouphie/getallheaders",
|
|
|
+ "version": "2.0.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/ralouphie/getallheaders.git",
|
|
|
+ "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
|
|
+ "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~3.7.0",
|
|
|
+ "satooshi/php-coveralls": ">=1.0"
|
|
|
+ },
|
|
|
+ "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.",
|
|
|
+ "time": "2016-02-11T07:05:27+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "ramsey/uuid",
|
|
|
"version": "3.8.0",
|
|
|
@@ -3012,6 +3263,68 @@
|
|
|
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
|
|
"time": "2017-11-27T11:13:29+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "tinify/tinify",
|
|
|
+ "version": "1.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/tinify/tinify-php.git",
|
|
|
+ "reference": "b15d1f31d94d9b06e60251543cc918f426f0d55b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/tinify/tinify-php/zipball/b15d1f31d94d9b06e60251543cc918f426f0d55b",
|
|
|
+ "reference": "b15d1f31d94d9b06e60251543cc918f426f0d55b",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "lib-curl": ">=7.20.0",
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "symfony/yaml": "~2.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "lib/Tinify.php",
|
|
|
+ "lib/Tinify/Exception.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Tinify\\": "lib/Tinify/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Rolf Timmermans",
|
|
|
+ "email": "rolftimmermans@voormedia.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.",
|
|
|
+ "homepage": "https://tinify.com/developers",
|
|
|
+ "keywords": [
|
|
|
+ "api",
|
|
|
+ "compress",
|
|
|
+ "images",
|
|
|
+ "tinify",
|
|
|
+ "tinyjpg",
|
|
|
+ "tinypng"
|
|
|
+ ],
|
|
|
+ "time": "2017-07-19T12:26:04+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "vlucas/phpdotenv",
|
|
|
"version": "v3.3.3",
|
|
|
@@ -3069,6 +3382,55 @@
|
|
|
"environment"
|
|
|
],
|
|
|
"time": "2019-03-06T09:39:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "yasmuru/ys-tinify-laravel",
|
|
|
+ "version": "v1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/yasmuru/ys-tinify-laravel.git",
|
|
|
+ "reference": "4c8564e4847bfab08c56d85cfaf5513ffb130b6c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/yasmuru/ys-tinify-laravel/zipball/4c8564e4847bfab08c56d85cfaf5513ffb130b6c",
|
|
|
+ "reference": "4c8564e4847bfab08c56d85cfaf5513ffb130b6c",
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "illuminate/support": "~5.2",
|
|
|
+ "php": ">=5.5.0",
|
|
|
+ "tinify/tinify": "*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "yasmuru\\LaravelTinify\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "yasmuru",
|
|
|
+ "email": "yasmuru@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Tinify API support with laravel",
|
|
|
+ "keywords": [
|
|
|
+ "laravel",
|
|
|
+ "tinify",
|
|
|
+ "tinypng"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-25T09:45:08+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
@@ -3084,7 +3446,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
|
|
|
"reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"illuminate/console": "5.6.*|5.7.*|5.8.*",
|
|
|
@@ -3145,7 +3513,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
|
|
|
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -3201,7 +3575,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
|
|
|
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.5.9 || ^7.0",
|
|
|
@@ -3262,7 +3642,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
|
|
|
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.3.3 || ^7.0"
|
|
|
@@ -3312,7 +3698,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
|
|
|
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.3|^7.0"
|
|
|
@@ -3360,7 +3752,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
|
|
|
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"hamcrest/hamcrest-php": "~2.0",
|
|
|
@@ -3425,7 +3823,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
|
|
|
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -3473,7 +3877,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
|
|
|
"reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"filp/whoops": "^2.1.4",
|
|
|
@@ -3537,7 +3947,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
|
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-dom": "*",
|
|
|
@@ -3592,7 +4008,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
|
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
@@ -3639,7 +4061,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.5"
|
|
|
@@ -3693,7 +4121,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
|
|
|
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0",
|
|
|
@@ -3744,7 +4178,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.5 || ^7.0",
|
|
|
@@ -3791,7 +4231,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
|
|
|
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"doctrine/instantiator": "^1.0.2",
|
|
|
@@ -3854,7 +4300,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
|
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-dom": "*",
|
|
|
@@ -3917,7 +4369,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
|
|
|
"reference": "050bedf145a257b1ff02746c31894800e5122946",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -3967,7 +4425,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.3.3"
|
|
|
@@ -4008,7 +4472,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
|
|
|
"reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -4057,7 +4527,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
|
|
|
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-tokenizer": "*",
|
|
|
@@ -4106,7 +4582,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/eb343b86753d26de07ecba7868fa983104361948",
|
|
|
"reference": "eb343b86753d26de07ecba7868fa983104361948",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"doctrine/instantiator": "^1.1",
|
|
|
@@ -4190,7 +4672,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
|
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
@@ -4235,7 +4723,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
|
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1",
|
|
|
@@ -4299,7 +4793,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
|
|
|
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -4355,7 +4855,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6fda8ce1974b62b14935adc02a9ed38252eca656",
|
|
|
"reference": "6fda8ce1974b62b14935adc02a9ed38252eca656",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -4408,7 +4914,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
|
|
|
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0",
|
|
|
@@ -4475,7 +4987,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
|
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0"
|
|
|
@@ -4526,7 +5044,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
|
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0",
|
|
|
@@ -4573,7 +5097,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
|
|
|
"reference": "773f97c67f28de00d397be301821b06708fca0be",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0"
|
|
|
@@ -4618,7 +5148,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
|
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.0"
|
|
|
@@ -4671,7 +5207,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
|
|
|
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1"
|
|
|
@@ -4713,7 +5255,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": ">=5.6"
|
|
|
@@ -4756,7 +5304,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
|
|
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-dom": "*",
|
|
|
@@ -4796,7 +5350,13 @@
|
|
|
"type": "zip",
|
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
|
|
|
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
|
|
|
- "shasum": ""
|
|
|
+ "shasum": "",
|
|
|
+ "mirrors": [
|
|
|
+ {
|
|
|
+ "url": "https://dl.laravel-china.org/%package%/%reference%.%type%",
|
|
|
+ "preferred": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^5.3.3 || ^7.0",
|