{ "_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#composer-lock-the-lock-file", "This file is @generated automatically" ], "content-hash": "18ad56515b5907ccfe202e48be57e260", "packages": [ { "name": "anam/phantomjs-linux-x86-binary", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/anam-hossain/phantomjs-linux-x86-binary.git", "reference": "cb90cd0e7bd4ad34f52e6834783b1c5adae15014" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/anam-hossain/phantomjs-linux-x86-binary/zipball/cb90cd0e7bd4ad34f52e6834783b1c5adae15014", "reference": "cb90cd0e7bd4ad34f52e6834783b1c5adae15014", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "bin": [ "bin/phantomjs" ], "type": "library", "autoload": { "psr-4": { "Anam\\PhantomLinux\\": "/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Anam hossain", "email": "enam33@gmail.com" } ], "description": "PhantomJS static linked binary for 64 bit linux systems. Most of Linux distributions are supported including Ubuntu, Debian, Fedora and CentOS.", "homepage": "http://phantomjs.org/download.html", "keywords": [ "binary", "phantomjs", "phantomjs binary" ], "time": "2016-04-05T05:24:48+00:00" }, { "name": "anam/phantommagick", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/anam-hossain/phantommagick.git", "reference": "7da1cb92198717e5aba7a4a8c9b8eb61c3ae12eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/anam-hossain/phantommagick/zipball/7da1cb92198717e5aba7a4a8c9b8eb61c3ae12eb", "reference": "7da1cb92198717e5aba7a4a8c9b8eb61c3ae12eb", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "league/flysystem": "~1.0", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.4" }, "type": "library", "autoload": { "psr-4": { "Anam\\PhantomMagick\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anam hossain", "email": "enam33@gmail.com" } ], "description": "PhantomMagick provides a simple API to ease the process of converting HTML to PDF or images", "homepage": "https://github.com/anam-hossain/phantommagick", "keywords": [ "Html 2 jpg", "Html 2 pdf", "Laravel pdf", "Phantom", "Screen capture", "converter", "html to image", "html to pdf", "html to png", "image converter", "invoice", "laravel", "pdf", "pdf converter", "phantomjs" ], "time": "2017-08-07T09:06:12+00:00" }, { "name": "bacon/bacon-qr-code", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee", "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-iconv": "*", "php": "^5.4|^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8" }, "suggest": { "ext-gd": "to generate QR code images" }, "type": "library", "autoload": { "psr-0": { "BaconQrCode": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "http://www.dasprids.de", "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", "time": "2017-10-17T09:59:25+00:00" }, { "name": "barryvdh/laravel-cors", "version": "v0.10.1", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-cors.git", "reference": "b64caccbfc33b9ee2ba7dcce3307590882ede9ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barryvdh/laravel-cors/zipball/b64caccbfc33b9ee2ba7dcce3307590882ede9ad", "reference": "b64caccbfc33b9ee2ba7dcce3307590882ede9ad", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/support": "5.3.x|5.4.x|5.5.x", "php": ">=5.5.9", "symfony/http-foundation": "~3.1", "symfony/http-kernel": "~3.1" }, "require-dev": { "orchestra/testbench": "3.x", "phpunit/phpunit": "^4.8|^5.2", "squizlabs/php_codesniffer": "^2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.10-dev" }, "laravel": { "providers": [ "Barryvdh\\Cors\\ServiceProvider" ] } }, "autoload": { "psr-4": { "Barryvdh\\Cors\\": "src/" }, "classmap": [ "tests" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application", "keywords": [ "api", "cors", "crossdomain", "laravel" ], "time": "2017-12-19T21:08:24+00:00" }, { "name": "defuse/php-encryption", "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/defuse/php-encryption.git", "reference": "0f407c43b953d571421e0020ba92082ed5fb7620" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", "reference": "0f407c43b953d571421e0020ba92082ed5fb7620", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-openssl": "*", "paragonie/random_compat": ">= 2", "php": ">=5.4.0" }, "require-dev": { "nikic/php-parser": "^2.0|^3.0|^4.0", "phpunit/phpunit": "^4|^5" }, "bin": [ "bin/generate-defuse-key" ], "type": "library", "autoload": { "psr-4": { "Defuse\\Crypto\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Hornby", "email": "taylor@defuse.ca", "homepage": "https://defuse.ca/" }, { "name": "Scott Arciszewski", "email": "info@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "Secure PHP Encryption Library", "keywords": [ "aes", "authenticated encryption", "cipher", "crypto", "cryptography", "encrypt", "encryption", "openssl", "security", "symmetric key cryptography" ], "time": "2018-07-24T23:27:56+00:00" }, { "name": "dingo/api", "version": "v2.0.0-alpha1", "source": { "type": "git", "url": "https://github.com/dingo/api.git", "reference": "8beb74dd307770c909f0474e26a1004099ac78bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dingo/api/zipball/8beb74dd307770c909f0474e26a1004099ac78bd", "reference": "8beb74dd307770c909f0474e26a1004099ac78bd", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "dingo/blueprint": "^0.2", "illuminate/routing": "^5.1", "illuminate/support": "^5.1", "league/fractal": "^0.17", "php": "^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2", "illuminate/auth": "^5.1", "illuminate/cache": "^5.1", "illuminate/console": "^5.1", "illuminate/database": "^5.1", "illuminate/events": "^5.1", "illuminate/filesystem": "^5.1", "illuminate/log": "^5.1", "illuminate/pagination": "^5.1", "laravel/lumen-framework": "^5.1", "mockery/mockery": "~0.9", "phpunit/phpunit": "^4.8 || ^5.0", "squizlabs/php_codesniffer": "~2.0", "tymon/jwt-auth": "1.0.*" }, "suggest": { "tymon/jwt-auth": "Protect your API with JSON Web Tokens." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" }, "laravel": { "providers": [ "Dingo\\Api\\Provider\\LaravelServiceProvider" ], "aliases": { "API": "Dingo\\Api\\Facade\\API" } } }, "autoload": { "psr-4": { "Dingo\\Api\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jason Lewis", "email": "jason.lewis1991@gmail.com" } ], "description": "A RESTful API package for the Laravel and Lumen frameworks.", "keywords": [ "api", "dingo", "laravel", "restful" ], "time": "2017-09-20T15:57:14+00:00" }, { "name": "dingo/blueprint", "version": "v0.2.4", "source": { "type": "git", "url": "https://github.com/dingo/blueprint.git", "reference": "1dc93b8ea443fbbdaaca0582572ee6ca53afccfd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dingo/blueprint/zipball/1dc93b8ea443fbbdaaca0582572ee6ca53afccfd", "reference": "1dc93b8ea443fbbdaaca0582572ee6ca53afccfd", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/annotations": "~1.2", "illuminate/filesystem": "^5.1", "illuminate/support": "^5.1", "php": ">=5.5.9", "phpdocumentor/reflection-docblock": "^3.1" }, "require-dev": { "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.2-dev" } }, "autoload": { "psr-4": { "Dingo\\Blueprint\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jason Lewis", "email": "jason.lewis1991@gmail.com" } ], "description": "API Blueprint documentation generator.", "keywords": [ "api", "blueprint", "dingo", "docs", "laravel" ], "time": "2017-12-05T12:02:08+00:00" }, { "name": "dnoegel/php-xdg-base-dir", "version": "0.1", "source": { "type": "git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git", "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "@stable" }, "type": "project", "autoload": { "psr-4": { "XdgBaseDir\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "implementation of xdg base directory specification for php", "time": "2014-10-24T07:27:01+00:00" }, { "name": "doctrine/annotations", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", "reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/lexer": "1.*", "php": "^7.1" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "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": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2017-12-06T07:11:42+00:00" }, { "name": "doctrine/cache", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57", "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "~7.1" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "doctrine/coding-standard": "^4.0", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0", "predis/predis": "~1.0" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "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": "Caching library offering an object-oriented API for many cache backends", "homepage": "https://www.doctrine-project.org", "keywords": [ "cache", "caching" ], "time": "2018-08-21T18:01:43+00:00" }, { "name": "doctrine/dbal", "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621", "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^4.0", "jetbrains/phpstorm-stubs": "^2018.1.2", "phpstan/phpstan": "^0.10.1", "phpunit/phpunit": "^7.1.2", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", "symfony/console": "^2.0.5|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "3.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "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" } ], "description": "Database Abstraction Layer", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "persistence", "queryobject" ], "time": "2018-07-13T03:16:35+00:00" }, { "name": "doctrine/event-manager", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3", "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1" }, "conflict": { "doctrine/common": "<2.9@dev" }, "require-dev": { "doctrine/coding-standard": "^4.0", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Doctrine Event Manager component", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "eventdispatcher", "eventmanager" ], "time": "2018-06-11T11:59:03+00:00" }, { "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": "doctrine/lexer", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2014-09-09T13:34:57+00:00" }, { "name": "easywechat-composer/easywechat-composer", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/mingyoung/easywechat-composer.git", "reference": "f0c96f2cda1e672e3ad2fd34a192a503943c69fe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mingyoung/easywechat-composer/zipball/f0c96f2cda1e672e3ad2fd34a192a503943c69fe", "reference": "f0c96f2cda1e672e3ad2fd34a192a503943c69fe", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "composer-plugin-api": "^1.0", "php": ">=7.0" }, "require-dev": { "composer/composer": "^1.0", "phpunit/phpunit": "^7.0" }, "type": "composer-plugin", "extra": { "class": "EasyWeChatComposer\\Plugin" }, "autoload": { "psr-4": { "EasyWeChatComposer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "张铭阳", "email": "mingyoungcheung@gmail.com" } ], "description": "The composer plugin for EasyWeChat", "time": "2018-11-10T01:49:23+00:00" }, { "name": "egulias/email-validator", "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "0578b32b30b22de3e8664f797cf846fc9246f786" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786", "reference": "0578b32b30b22de3e8664f797cf846fc9246f786", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/lexer": "^1.0.1", "php": ">= 5.5" }, "require-dev": { "dominicsayers/isemail": "dev-master", "phpunit/phpunit": "^4.8.35||^5.7||^6.0", "satooshi/php-coveralls": "^1.0.1" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Egulias\\EmailValidator\\": "EmailValidator" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "time": "2018-09-25T20:47:26+00:00" }, { "name": "encore/laravel-admin", "version": "v1.5.19", "source": { "type": "git", "url": "https://github.com/z-song/laravel-admin.git", "reference": "9841d34ca028cb151c54aa9988bb3f783839fa2a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/z-song/laravel-admin/zipball/9841d34ca028cb151c54aa9988bb3f783839fa2a", "reference": "9841d34ca028cb151c54aa9988bb3f783839fa2a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/dbal": "2.*", "laravel/framework": "~5.5", "php": ">=7.0.0", "symfony/dom-crawler": "~3.1" }, "require-dev": { "fzaninotto/faker": "~1.4", "intervention/image": "~2.3", "laravel/browser-kit-testing": "^2.0", "laravel/laravel": "~5.5", "phpunit/phpunit": "~6.0", "symfony/css-selector": "~3.1" }, "suggest": { "intervention/image": "Required to handling and manipulation upload images (~2.3).", "spatie/eloquent-sortable": "Required to built orderable gird." }, "type": "library", "extra": { "laravel": { "providers": [ "Encore\\Admin\\AdminServiceProvider" ], "aliases": { "Admin": "Encore\\Admin\\Facades\\Admin" } } }, "autoload": { "psr-4": { "Encore\\Admin\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "zsong", "email": "zosong@126.com" } ], "description": "laravel admin", "homepage": "https://github.com/z-song/laravel-admin", "keywords": [ "admin", "form", "grid", "laravel" ], "time": "2018-08-22T11:27:57+00:00" }, { "name": "erusev/parsedown", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "type": "library", "autoload": { "psr-0": { "Parsedown": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ "markdown", "parser" ], "time": "2018-03-08T01:11:30+00:00" }, { "name": "fideloper/proxy", "version": "3.3.4", "source": { "type": "git", "url": "https://github.com/fideloper/TrustedProxy.git", "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/9cdf6f118af58d89764249bbcc7bb260c132924f", "reference": "9cdf6f118af58d89764249bbcc7bb260c132924f", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/contracts": "~5.0", "php": ">=5.4.0" }, "require-dev": { "illuminate/http": "~5.0", "mockery/mockery": "~0.9.3", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" }, "laravel": { "providers": [ "Fideloper\\Proxy\\TrustedProxyServiceProvider" ] } }, "autoload": { "psr-4": { "Fideloper\\Proxy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Fidao", "email": "fideloper@gmail.com" } ], "description": "Set trusted proxies for Laravel", "keywords": [ "load balancing", "proxy", "trusted proxy" ], "time": "2017-06-15T17:19:42+00:00" }, { "name": "firebase/php-jwt", "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": " 4.8.35" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "time": "2017-06-27T22:17:23+00:00" }, { "name": "graham-campbell/manager", "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Laravel-Manager.git", "reference": "bf9da58aa32676209961558eaac5d6625f6f1399" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GrahamCampbell/Laravel-Manager/zipball/bf9da58aa32676209961558eaac5d6625f6f1399", "reference": "bf9da58aa32676209961558eaac5d6625f6f1399", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", "php": "^7.0" }, "require-dev": { "graham-campbell/analyzer": "^1.1", "graham-campbell/testbench-core": "^2.0", "mockery/mockery": "dev-master#c90a17247147543081e4d00f46911e422b49e583", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "GrahamCampbell\\Manager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "graham@alt-three.com" } ], "description": "Manager Provides Some Manager Functionality For Laravel 5", "keywords": [ "Graham Campbell", "GrahamCampbell", "Laravel Manager", "Laravel-Manager", "connector", "framework", "interface", "laravel", "manager" ], "time": "2017-08-06T17:54:13+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.3.3", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4", "php": ">=5.5" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.3-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2018-04-22T15:46:56+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "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" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-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", "request", "response", "stream", "uri", "url" ], "time": "2017-03-20T17:10:46+00:00" }, { "name": "hashids/hashids", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/ivanakimov/hashids.php.git", "reference": "7a945a5192d4a5c8888364970feece9bc26179df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/7a945a5192d4a5c8888364970feece9bc26179df", "reference": "7a945a5192d4a5c8888364970feece9bc26179df", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.6.4 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.3" }, "suggest": { "ext-bcmatch": "Required to use BC Math arbitrary precision mathematics (*).", "ext-gmp": "Required to use GNU multiple precision mathematics (*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { "Hashids\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ivan Akimov", "email": "ivan@barreleye.com", "homepage": "https://twitter.com/IvanAkimov" }, { "name": "Vincent Klaiber", "email": "hello@vinkla.com", "homepage": "https://vinkla.com" } ], "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers", "homepage": "http://hashids.org/php", "keywords": [ "bitly", "decode", "encode", "hash", "hashid", "hashids", "ids", "obfuscate", "youtube" ], "time": "2017-10-28T11:24:20+00:00" }, { "name": "ibrand/backend", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/ibrandcc/backend.git", "reference": "389b94161f8a9ad76681d09cf0c48f8293f8aa28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/backend/zipball/389b94161f8a9ad76681d09cf0c48f8293f8aa28", "reference": "389b94161f8a9ad76681d09cf0c48f8293f8aa28", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "encore/laravel-admin": "1.5.19", "ibrand/laravel-sms": "~1.0", "ibrand/setting": "~1.0", "laravel-admin-ext/backup": "1.0.2", "laravel-admin-ext/helpers": "1.0.2", "laravel-admin-ext/log-viewer": "1.0.2", "laravel-admin-ext/redis-manager": "1.0.1", "laravel-admin-ext/scheduling": "1.0.1", "maatwebsite/excel": "~2.1.23", "php": ">=7.0.0" }, "require-dev": { "orchestra/testbench": "~3.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "iBrand\\Backend\\BackendServiceProvider" ], "aliases": { "BackendMenu": "iBrand\\Backend\\Facades\\Menu" } } }, "autoload": { "psr-4": { "iBrand\\Backend\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "shjchen", "email": "ibrand.shjchen@foxmail.com" } ], "description": "ibrand backend base laravel-admin", "homepage": "https://github.com/ibrandcc/backend", "keywords": [ "backend", "form", "grid", "laravel" ], "time": "2018-10-29T02:02:17+00:00" }, { "name": "ibrand/laravel-active", "version": "v2.0", "source": { "type": "git", "url": "https://github.com/shjchen/laravel-active.git", "reference": "48c2f1e687734d31c2bf3309ff6163f78c0c77a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/shjchen/laravel-active/zipball/48c2f1e687734d31c2bf3309ff6163f78c0c77a5", "reference": "48c2f1e687734d31c2bf3309ff6163f78c0c77a5", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/http": "~5.0", "illuminate/routing": "~5.0", "illuminate/support": "~5.0", "php": ">=5.5.9" }, "require-dev": { "codeclimate/php-test-reporter": "dev-master", "mockery/mockery": "dev-master", "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "HieuLe\\Active\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Hieu Le", "email": "letrunghieu.cse09@gmail.com", "homepage": "http://www.hieule.info" } ], "description": "The helper class for Laravel 4 applications to get active class base on current route", "homepage": "http://www.hieule.info/products/active-class-helper-laravel-4/", "keywords": [ "active", "laravel", "routing" ], "time": "2018-03-26T15:11:13+00:00" }, { "name": "ibrand/laravel-cache", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/ibrandcc/laravel-cache.git", "reference": "93d3f40b97d9b776d0af9997e51337db9d789e31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/laravel-cache/zipball/93d3f40b97d9b776d0af9997e51337db9d789e31", "reference": "93d3f40b97d9b776d0af9997e51337db9d789e31", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.6" }, "type": "library", "autoload": { "psr-4": { "iBrand\\Cache\\": "src/" }, "files": [ "src/helps.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "shjchen", "email": "zdbd@vip.qq.com" } ], "description": "Packaging commonly used caching usage extend Laravel's cache", "keywords": [ "cache", "ibrand", "laravel" ], "time": "2018-01-05T07:55:42+00:00" }, { "name": "ibrand/laravel-miniprogram-poster", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/ibrandcc/laravel-miniprogram-poster.git", "reference": "e4de6162bc08cea88a3b78fe6f6f47d131bdc234" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/laravel-miniprogram-poster/zipball/e4de6162bc08cea88a3b78fe6f6f47d131bdc234", "reference": "e4de6162bc08cea88a3b78fe6f6f47d131bdc234", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "anam/phantomjs-linux-x86-binary": "~2.1.1", "anam/phantommagick": "~2.0", "php": ">=7.0" }, "require-dev": { "orchestra/database": "~3.5", "orchestra/testbench": "~3.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "iBrand\\Miniprogram\\Poster\\PhantoMmagickServiceProvider" ] } }, "autoload": { "psr-4": { "iBrand\\Miniprogram\\Poster\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "tangqi", "email": "tangqi@element.vip" } ], "description": "iBrand's laravel miniprogram poster tool", "keywords": [ "component", "ibrand", "miniprogram", "poster" ], "time": "2018-10-17T07:59:37+00:00" }, { "name": "ibrand/laravel-scheduling", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/ibrandcc/laravel-scheduling.git", "reference": "7ddf6f684cdbd3bfbcc4994467995103b6f6f1ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/laravel-scheduling/zipball/7ddf6f684cdbd3bfbcc4994467995103b6f6f1ae", "reference": "7ddf6f684cdbd3bfbcc4994467995103b6f6f1ae", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "laravel": { "providers": [ "iBrand\\Scheduling\\ServiceProvider" ] } }, "autoload": { "psr-4": { "iBrand\\Scheduling\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "shjchen", "email": "ibrand.sjchen@foxmail.com" } ], "description": "ibrand's laravel scheduling. Split scheduling to every package.", "keywords": [ "ibrand", "laravel scheduling" ], "time": "2018-01-17T14:07:17+00:00" }, { "name": "ibrand/laravel-shopping-cart", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/ibrandcc/laravel-shopping-cart.git", "reference": "53ff7cd52d42db867ba1efb233e403700b6c7c6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/laravel-shopping-cart/zipball/53ff7cd52d42db867ba1efb233e403700b6c7c6a", "reference": "53ff7cd52d42db867ba1efb233e403700b6c7c6a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.6" }, "require-dev": { "mockery/mockery": "~0.9", "orchestra/database": "^3.4", "orchestra/testbench": "~3.4", "phpunit/phpunit": "~5.0" }, "type": "library", "extra": { "laravel": { "providers": [ "iBrand\\Shoppingcart\\ServiceProvider" ], "aliases": { "Cart": "iBrand\\Shoppingcart\\Facade" } } }, "autoload": { "psr-4": { "iBrand\\Shoppingcart\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "shjchen", "email": "ibrand.shjchen@foxmail.com" } ], "description": "Shopping cart for Laravel Application.", "keywords": [ "laravel", "shopping", "shopping cart" ], "time": "2018-03-27T14:53:30+00:00" }, { "name": "ibrand/laravel-sms", "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/ibrandcc/laravel-sms.git", "reference": "0023d0f7f2d27d1abef5ba863c255023077db558" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/laravel-sms/zipball/0023d0f7f2d27d1abef5ba863c255023077db558", "reference": "0023d0f7f2d27d1abef5ba863c255023077db558", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "overtrue/easy-sms": "~1.0", "php": ">=7.0" }, "require-dev": { "mockery/mockery": "~0.9", "orchestra/testbench": "~3.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "iBrand\\Sms\\ServiceProvider" ], "aliases": { "Sms": "iBrand\\Sms\\Facade" } } }, "autoload": { "psr-4": { "iBrand\\Sms\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "shjchen", "email": "ibrand.shjchen@foxmail.com" } ], "description": "ibrand laravel sms base overtrue's easy-sms", "keywords": [ "ibrand", "laravel sms" ], "time": "2018-05-04T12:53:37+00:00" }, { "name": "ibrand/laravel-ueditor", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/ibrandcc/laravel-ueditor.git", "reference": "8cde57d57fab056770d1ea91443b585799162aee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/laravel-ueditor/zipball/8cde57d57fab056770d1ea91443b585799162aee", "reference": "8cde57d57fab056770d1ea91443b585799162aee", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-fileinfo": "*", "illuminate/support": "5.*", "php": ">=5.4.0", "qiniu/php-sdk": "7.*" }, "type": "library", "autoload": { "psr-4": { "iBrand\\UEditor\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "chen hao", "email": "chenhao@element.vip" } ], "description": "UEditor for laravel5. Support i18n. UEditor is a Rich Text Web Editor From Baidu.", "keywords": [ "laravel", "laravel-u-editor", "laravel5 web text editor", "ueditor" ], "time": "2018-11-22T09:33:21+00:00" }, { "name": "ibrand/setting", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/ibrandcc/setting.git", "reference": "054be4872eac2969931c4a0c3d82f700abdd37b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ibrandcc/setting/zipball/054be4872eac2969931c4a0c3d82f700abdd37b1", "reference": "054be4872eac2969931c4a0c3d82f700abdd37b1", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=7.0" }, "require-dev": { "mockery/mockery": "~0.9", "orchestra/database": "^3.5", "orchestra/testbench": "~3.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "iBrand\\Component\\Setting\\ServiceProvider" ] } }, "autoload": { "files": [ "src/helpers.php" ], "psr-4": { "iBrand\\Component\\Setting\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "shjchen", "email": "ibrand.shjchen@foxmail.com" } ], "description": "ibrand setting component", "keywords": [ "component", "ibrand", "setting" ], "time": "2018-10-16T06:50:30+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", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Color.git", "reference": "d5deaecff52a0d61ccb613bb3804088da0307191" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191", "reference": "d5deaecff52a0d61ccb613bb3804088da0307191", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.4.0" }, "require-dev": { "jakub-onderka/php-code-style": "1.0", "jakub-onderka/php-parallel-lint": "1.0", "jakub-onderka/php-var-dump-check": "0.*", "phpunit/phpunit": "~4.3", "squizlabs/php_codesniffer": "1.*" }, "type": "library", "autoload": { "psr-4": { "JakubOnderka\\PhpConsoleColor\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Jakub Onderka", "email": "jakub.onderka@gmail.com" } ], "time": "2018-09-29T17:23:10+00:00" }, { "name": "jakub-onderka/php-console-highlighter", "version": "v0.4", "source": { "type": "git", "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547", "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-tokenizer": "*", "jakub-onderka/php-console-color": "~0.2", "php": ">=5.4.0" }, "require-dev": { "jakub-onderka/php-code-style": "~1.0", "jakub-onderka/php-parallel-lint": "~1.0", "jakub-onderka/php-var-dump-check": "~0.1", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "autoload": { "psr-4": { "JakubOnderka\\PhpConsoleHighlighter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jakub Onderka", "email": "acci@acci.cz", "homepage": "http://www.acci.cz/" } ], "description": "Highlight PHP code in terminal", "time": "2018-09-29T18:48:56+00:00" }, { "name": "jaybizzle/crawler-detect", "version": "v1.2.74", "source": { "type": "git", "url": "https://github.com/JayBizzle/Crawler-Detect.git", "reference": "e5fbc685383a4b8f49183b3a646b193491cc14c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/e5fbc685383a4b8f49183b3a646b193491cc14c5", "reference": "e5fbc685383a4b8f49183b3a646b193491cc14c5", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8|^5.5|^6.5", "satooshi/php-coveralls": "1.*" }, "type": "library", "autoload": { "psr-4": { "Jaybizzle\\CrawlerDetect\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Beech", "email": "m@rkbee.ch", "role": "Developer" } ], "description": "CrawlerDetect is a PHP class for detecting bots/crawlers/spiders via the user agent", "homepage": "https://github.com/JayBizzle/Crawler-Detect/", "keywords": [ "crawler", "crawler detect", "crawler detector", "crawlerdetect", "php crawler detect" ], "time": "2018-11-21T20:56:45+00:00" }, { "name": "jenssegers/agent", "version": "v2.6.0", "source": { "type": "git", "url": "https://github.com/jenssegers/agent.git", "reference": "df71082ed2a95fc8a82ba30832ccf72df939f02a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jenssegers/agent/zipball/df71082ed2a95fc8a82ba30832ccf72df939f02a", "reference": "df71082ed2a95fc8a82ba30832ccf72df939f02a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "jaybizzle/crawler-detect": "^1.2", "mobiledetect/mobiledetectlib": "^2.7.6", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0|^5.0|^6.0", "satooshi/php-coveralls": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" }, "laravel": { "providers": [ "Jenssegers\\Agent\\AgentServiceProvider" ], "aliases": { "Agent": "Jenssegers\\Agent\\Facades\\Agent" } } }, "autoload": { "psr-4": { "Jenssegers\\Agent\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jens Segers", "homepage": "https://jenssegers.com" } ], "description": "Desktop/mobile user agent parser with support for Laravel, based on Mobiledetect", "homepage": "https://github.com/jenssegers/agent", "keywords": [ "Agent", "browser", "desktop", "laravel", "mobile", "platform", "user agent", "useragent" ], "time": "2017-11-10T10:35:35+00:00" }, { "name": "jeremeamia/SuperClosure", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/jeremeamia/super_closure.git", "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9", "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0", "php": ">=5.4", "symfony/polyfill-php56": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.0|^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "SuperClosure\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia", "role": "Developer" } ], "description": "Serialize Closure objects, including their context and binding", "homepage": "https://github.com/jeremeamia/super_closure", "keywords": [ "closure", "function", "lambda", "parser", "serializable", "serialize", "tokenizer" ], "time": "2018-03-21T22:21:57+00:00" }, { "name": "kalnoy/nestedset", "version": "v4.3.3", "source": { "type": "git", "url": "https://github.com/lazychaser/laravel-nestedset.git", "reference": "8f2882b8e402cce1204233541ea8ff51513f9e71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lazychaser/laravel-nestedset/zipball/8f2882b8e402cce1204233541ea8ff51513f9e71", "reference": "8f2882b8e402cce1204233541ea8ff51513f9e71", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/database": "5.2 - 5.7", "illuminate/events": "5.2 - 5.7", "illuminate/support": "5.2 - 5.7", "php": ">=5.5.9" }, "require-dev": { "phpunit/phpunit": "4.8.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "v4.2.x-dev" }, "laravel": { "providers": [ "Kalnoy\\Nestedset\\NestedSetServiceProvider" ] } }, "autoload": { "psr-4": { "Kalnoy\\Nestedset\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander Kalnoy", "email": "lazychaser@gmail.com" } ], "description": "Nested Set Model for Laravel 4-5", "keywords": [ "database", "hierarchy", "laravel", "nested sets", "nsm" ], "time": "2018-09-04T15:11:11+00:00" }, { "name": "laracasts/flash", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/laracasts/flash.git", "reference": "03eec812fd6ae948664ff51b4320785f6d15ee5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laracasts/flash/zipball/03eec812fd6ae948664ff51b4320785f6d15ee5d", "reference": "03eec812fd6ae948664ff51b4320785f6d15ee5d", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/support": "~5.0", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "dev-master" }, "type": "library", "autoload": { "psr-0": { "Laracasts\\Flash": "src/" }, "files": [ "src/Laracasts/Flash/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeffrey Way", "email": "jeffrey@laracasts.com" } ], "description": "Easy flash notifications", "time": "2016-07-11T20:46:02+00:00" }, { "name": "laravel-admin-ext/backup", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/laravel-admin-extensions/backup.git", "reference": "9477a6ad6d345333cc3f39285a9b786836715bfe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel-admin-extensions/backup/zipball/9477a6ad6d345333cc3f39285a9b786836715bfe", "reference": "9477a6ad6d345333cc3f39285a9b786836715bfe", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "encore/laravel-admin": "~1.5", "laravel/framework": "~5.5", "php": ">=7.0.0", "spatie/laravel-backup": "^5.0" }, "require-dev": { "laravel/laravel": "~5.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Encore\\Admin\\Backup\\BackupServiceProvider" ] } }, "autoload": { "psr-4": { "Encore\\Admin\\Backup\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "z-song", "email": "zosong@126.com" } ], "description": "Backup extension for laravel-admin", "homepage": "https://github.com/laravel-admin-extensions/backup", "keywords": [ "backup", "laravel-admin" ], "time": "2018-04-24T11:45:17+00:00" }, { "name": "laravel-admin-ext/helpers", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/laravel-admin-extensions/helpers.git", "reference": "c670d85e827bf2347d2ff0c26161ab1497f7a5ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel-admin-extensions/helpers/zipball/c670d85e827bf2347d2ff0c26161ab1497f7a5ed", "reference": "c670d85e827bf2347d2ff0c26161ab1497f7a5ed", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "encore/laravel-admin": "1.5.*", "laravel/framework": "~5.5", "php": ">=7.0.0" }, "require-dev": { "laravel/laravel": "~5.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Encore\\Admin\\Helpers\\HelpersServiceProvider" ] } }, "autoload": { "psr-4": { "Encore\\Admin\\Helpers\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "z-song", "email": "zosong@126.com" } ], "description": "Helpers extension for laravel-admin", "homepage": "https://github.com/laravel-admin-extensions/helpers", "keywords": [ "helpers", "laravel-admin" ], "time": "2018-04-24T09:35:32+00:00" }, { "name": "laravel-admin-ext/log-viewer", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/laravel-admin-extensions/log-viewer.git", "reference": "19c78d7b81b0f062d4a1a61fb0c0310305b097c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel-admin-extensions/log-viewer/zipball/19c78d7b81b0f062d4a1a61fb0c0310305b097c2", "reference": "19c78d7b81b0f062d4a1a61fb0c0310305b097c2", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "encore/laravel-admin": "~1.5", "laravel/framework": "~5.5", "php": ">=7.0.0" }, "require-dev": { "laravel/laravel": "~5.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Encore\\Admin\\LogViewer\\LogViewerServiceProvider" ] } }, "autoload": { "psr-4": { "Encore\\Admin\\LogViewer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "z-song", "email": "zosong@126.com" } ], "description": "Log viewer for laravel", "homepage": "https://github.com/laravel-admin-extensions/log-viewer", "keywords": [ "Viewer", "laravel-admin", "log" ], "time": "2018-04-25T06:14:03+00:00" }, { "name": "laravel-admin-ext/redis-manager", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/laravel-admin-extensions/redis-manager.git", "reference": "391d683fc7fa27535142c20de5a70aa9f94ef23c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel-admin-extensions/redis-manager/zipball/391d683fc7fa27535142c20de5a70aa9f94ef23c", "reference": "391d683fc7fa27535142c20de5a70aa9f94ef23c", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "encore/laravel-admin": "~1.5", "laravel/framework": "~5.5", "php": ">=7.0.0", "predis/predis": "~1.0" }, "require-dev": { "laravel/laravel": "~5.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Encore\\Admin\\RedisManager\\RedisManagerServiceProvider" ] } }, "autoload": { "psr-4": { "Encore\\Admin\\RedisManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "z-song", "email": "zosong@126.com" } ], "description": "Redis manager for laravel-admin", "homepage": "https://github.com/laravel-admin-extensions/redis-manager", "keywords": [ "laravel-admin", "manager", "redis" ], "time": "2018-05-03T07:59:06+00:00" }, { "name": "laravel-admin-ext/scheduling", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/laravel-admin-extensions/scheduling.git", "reference": "663ef072b65e8c01c004c3c4577a9428904ba78c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel-admin-extensions/scheduling/zipball/663ef072b65e8c01c004c3c4577a9428904ba78c", "reference": "663ef072b65e8c01c004c3c4577a9428904ba78c", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "encore/laravel-admin": "~1.5", "laravel/framework": "~5.5", "php": ">=7.0.0" }, "require-dev": { "laravel/laravel": "~5.5", "phpunit/phpunit": "~6.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Encore\\Admin\\Scheduling\\SchedulingServiceProvider" ] } }, "autoload": { "psr-4": { "Encore\\Admin\\Scheduling\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "z-song", "email": "zosong@126.com" } ], "description": "Task scheduling extension for laravel-admin", "homepage": "https://github.com/laravel-admin-extensions/scheduling", "keywords": [ "laravel-admin", "scheduling", "task" ], "time": "2018-05-07T02:07:14+00:00" }, { "name": "laravel/framework", "version": "v5.5.44", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", "reference": "00615aa27eb98f0ee6fb9f2160c6c60ae04abd1b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/framework/zipball/00615aa27eb98f0ee6fb9f2160c6c60ae04abd1b", "reference": "00615aa27eb98f0ee6fb9f2160c6c60ae04abd1b", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/inflector": "~1.1", "erusev/parsedown": "~1.7", "ext-mbstring": "*", "ext-openssl": "*", "league/flysystem": "^1.0.8", "monolog/monolog": "~1.12", "mtdowling/cron-expression": "~1.0", "nesbot/carbon": "^1.24.1", "php": ">=7.0", "psr/container": "~1.0", "psr/simple-cache": "^1.0", "ramsey/uuid": "~3.0", "swiftmailer/swiftmailer": "~6.0", "symfony/console": "~3.3", "symfony/debug": "~3.3", "symfony/finder": "~3.3", "symfony/http-foundation": "~3.3", "symfony/http-kernel": "~3.3", "symfony/process": "~3.3", "symfony/routing": "~3.3", "symfony/var-dumper": "~3.3", "tijsverkoyen/css-to-inline-styles": "~2.2", "vlucas/phpdotenv": "~2.2" }, "replace": { "illuminate/auth": "self.version", "illuminate/broadcasting": "self.version", "illuminate/bus": "self.version", "illuminate/cache": "self.version", "illuminate/config": "self.version", "illuminate/console": "self.version", "illuminate/container": "self.version", "illuminate/contracts": "self.version", "illuminate/cookie": "self.version", "illuminate/database": "self.version", "illuminate/encryption": "self.version", "illuminate/events": "self.version", "illuminate/filesystem": "self.version", "illuminate/hashing": "self.version", "illuminate/http": "self.version", "illuminate/log": "self.version", "illuminate/mail": "self.version", "illuminate/notifications": "self.version", "illuminate/pagination": "self.version", "illuminate/pipeline": "self.version", "illuminate/queue": "self.version", "illuminate/redis": "self.version", "illuminate/routing": "self.version", "illuminate/session": "self.version", "illuminate/support": "self.version", "illuminate/translation": "self.version", "illuminate/validation": "self.version", "illuminate/view": "self.version", "tightenco/collect": "<5.5.33" }, "require-dev": { "aws/aws-sdk-php": "~3.0", "doctrine/dbal": "~2.5", "filp/whoops": "^2.1.4", "mockery/mockery": "~1.0", "orchestra/testbench-core": "3.5.*", "pda/pheanstalk": "~3.0", "phpunit/phpunit": "~6.0", "predis/predis": "^1.1.1", "symfony/css-selector": "~3.3", "symfony/dom-crawler": "~3.3" }, "suggest": { "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).", "ext-pcntl": "Required to use all features of the queue worker.", "ext-posix": "Required to use all features of the queue worker.", "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).", "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).", "laravel/tinker": "Required to use the tinker console command (~1.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).", "league/flysystem-cached-adapter": "Required to use Flysystem caching (~1.0).", "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).", "nexmo/client": "Required to use the Nexmo transport (~1.0).", "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).", "predis/predis": "Required to use the redis cache and queue drivers (~1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).", "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).", "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).", "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.5-dev" } }, "autoload": { "files": [ "src/Illuminate/Foundation/helpers.php", "src/Illuminate/Support/helpers.php" ], "psr-4": { "Illuminate\\": "src/Illuminate/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "The Laravel Framework.", "homepage": "https://laravel.com", "keywords": [ "framework", "laravel" ], "time": "2018-10-04T14:51:24+00:00" }, { "name": "laravel/passport", "version": "v4.0.3", "source": { "type": "git", "url": "https://github.com/laravel/passport.git", "reference": "0542f1f82edfbf857d0197c34a3d41f549aff30a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/passport/zipball/0542f1f82edfbf857d0197c34a3d41f549aff30a", "reference": "0542f1f82edfbf857d0197c34a3d41f549aff30a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "firebase/php-jwt": "~3.0|~4.0|~5.0", "guzzlehttp/guzzle": "~6.0", "illuminate/auth": "~5.4", "illuminate/console": "~5.4", "illuminate/container": "~5.4", "illuminate/contracts": "~5.4", "illuminate/database": "~5.4", "illuminate/encryption": "~5.4", "illuminate/http": "~5.4", "illuminate/support": "~5.4", "league/oauth2-server": "^6.0", "php": ">=5.6.4", "phpseclib/phpseclib": "^2.0", "symfony/psr-http-message-bridge": "~1.0", "zendframework/zend-diactoros": "~1.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" }, "laravel": { "providers": [ "Laravel\\Passport\\PassportServiceProvider" ] } }, "autoload": { "psr-4": { "Laravel\\Passport\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "Laravel Passport provides OAuth2 server support to Laravel.", "keywords": [ "laravel", "oauth", "passport" ], "time": "2017-09-24T14:21:39+00:00" }, { "name": "laravel/tinker", "version": "v1.0.8", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", "reference": "cafbf598a90acde68985660e79b2b03c5609a405" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405", "reference": "cafbf598a90acde68985660e79b2b03c5609a405", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/console": "~5.1", "illuminate/contracts": "~5.1", "illuminate/support": "~5.1", "php": ">=5.5.9", "psy/psysh": "0.7.*|0.8.*|0.9.*", "symfony/var-dumper": "~3.0|~4.0" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "suggest": { "illuminate/database": "The Illuminate Database package (~5.1)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "laravel": { "providers": [ "Laravel\\Tinker\\TinkerServiceProvider" ] } }, "autoload": { "psr-4": { "Laravel\\Tinker\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "description": "Powerful REPL for the Laravel framework.", "keywords": [ "REPL", "Tinker", "laravel", "psysh" ], "time": "2018-10-12T19:39:35+00:00" }, { "name": "laravelcollective/html", "version": "v5.5.4", "source": { "type": "git", "url": "https://github.com/LaravelCollective/html.git", "reference": "04c596a69975b901f2223eb6eb4adf55354121c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/LaravelCollective/html/zipball/04c596a69975b901f2223eb6eb4adf55354121c2", "reference": "04c596a69975b901f2223eb6eb4adf55354121c2", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/http": "5.5.*", "illuminate/routing": "5.5.*", "illuminate/session": "5.5.*", "illuminate/support": "5.5.*", "illuminate/view": "5.5.*", "php": ">=7.0.0" }, "require-dev": { "illuminate/database": "5.5.*", "mockery/mockery": "~0.9.4", "phpunit/phpunit": "~5.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.5-dev" }, "laravel": { "providers": [ "Collective\\Html\\HtmlServiceProvider" ], "aliases": { "Form": "Collective\\Html\\FormFacade", "Html": "Collective\\Html\\HtmlFacade" } } }, "autoload": { "psr-4": { "Collective\\Html\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com" }, { "name": "Adam Engebretson", "email": "adam@laravelcollective.com" } ], "description": "HTML and Form Builders for the Laravel Framework", "homepage": "https://laravelcollective.com", "time": "2018-03-24T00:39:21+00:00" }, { "name": "lavary/laravel-menu", "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/lavary/laravel-menu.git", "reference": "772800ab87d4496f16891758b8c303e5f75faf1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lavary/laravel-menu/zipball/772800ab87d4496f16891758b8c303e5f75faf1d", "reference": "772800ab87d4496f16891758b8c303e5f75faf1d", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/support": ">=5.0", "illuminate/view": ">=5.0", "php": ">=5.4.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Lavary\\Menu\\ServiceProvider" ], "aliases": { "Menu": "Lavary\\Menu\\Facade" } } }, "autoload": { "psr-0": { "Lavary\\Menu\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Lavary", "email": "mrl.8081@gmail.com" } ], "description": "A quick way to create menus in Laravel 5", "homepage": "https://github.com/lavary/laravel-menu", "keywords": [ "laravel" ], "time": "2017-10-30T16:48:59+00:00" }, { "name": "lcobucci/jwt", "version": "3.2.5", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b", "reference": "82be04b4753f8b7693b62852b7eab30f97524f9b", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-openssl": "*", "php": ">=5.5" }, "require-dev": { "mdanter/ecc": "~0.3.1", "mikey179/vfsstream": "~1.5", "phpmd/phpmd": "~2.2", "phpunit/php-invoker": "~1.1", "phpunit/phpunit": "~4.5", "squizlabs/php_codesniffer": "~2.3" }, "suggest": { "mdanter/ecc": "Required to use Elliptic Curves based algorithms." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Luís Otávio Cobucci Oblonczyk", "email": "lcobucci@gmail.com", "role": "Developer" } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", "keywords": [ "JWS", "jwt" ], "time": "2018-11-11T12:22:26+00:00" }, { "name": "league/event", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/event.git", "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.4.0" }, "require-dev": { "henrikbjorn/phpspec-code-coverage": "~1.0.1", "phpspec/phpspec": "^2.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "League\\Event\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Event package", "keywords": [ "emitter", "event", "listener" ], "time": "2018-11-26T11:52:41+00:00" }, { "name": "league/flysystem", "version": "1.0.49", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a63cc83d8a931b271be45148fa39ba7156782ffd", "reference": "a63cc83d8a931b271be45148fa39ba7156782ffd", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-fileinfo": "*", "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "phpspec/phpspec": "^3.4", "phpunit/phpunit": "^5.7.10" }, "suggest": { "ext-fileinfo": "Required for MimeType", "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "time": "2018-11-23T23:41:29+00:00" }, { "name": "league/fractal", "version": "0.17.0", "source": { "type": "git", "url": "https://github.com/thephpleague/fractal.git", "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/fractal/zipball/a0b350824f22fc2fdde2500ce9d6851a3f275b0e", "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.4" }, "require-dev": { "doctrine/orm": "^2.5", "illuminate/contracts": "~5.0", "mockery/mockery": "~0.9", "pagerfanta/pagerfanta": "~1.0.0", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~1.5", "zendframework/zend-paginator": "~2.3" }, "suggest": { "illuminate/pagination": "The Illuminate Pagination component.", "pagerfanta/pagerfanta": "Pagerfanta Paginator", "zendframework/zend-paginator": "Zend Framework Paginator" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.13-dev" } }, "autoload": { "psr-4": { "League\\Fractal\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Phil Sturgeon", "email": "me@philsturgeon.uk", "homepage": "http://philsturgeon.uk/", "role": "Developer" } ], "description": "Handle the output of complex data structures ready for API output.", "homepage": "http://fractal.thephpleague.com/", "keywords": [ "api", "json", "league", "rest" ], "time": "2017-06-12T11:04:56+00:00" }, { "name": "league/oauth2-server", "version": "6.1.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-server.git", "reference": "a0cabb573c7cd5ee01803daec992d6ee3677c4ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/a0cabb573c7cd5ee01803daec992d6ee3677c4ae", "reference": "a0cabb573c7cd5ee01803daec992d6ee3677c4ae", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "defuse/php-encryption": "^2.1", "ext-openssl": "*", "lcobucci/jwt": "^3.1", "league/event": "^2.1", "paragonie/random_compat": "^2.0", "php": ">=5.6.0", "psr/http-message": "^1.0" }, "replace": { "league/oauth2server": "*", "lncd/oauth2": "*" }, "require-dev": { "phpunit/phpunit": "^4.8.38 || ^5.7.21", "zendframework/zend-diactoros": "^1.0" }, "type": "library", "autoload": { "psr-4": { "League\\OAuth2\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alex Bilbie", "email": "hello@alexbilbie.com", "homepage": "http://www.alexbilbie.com", "role": "Developer" } ], "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", "homepage": "https://oauth2.thephpleague.com/", "keywords": [ "Authentication", "api", "auth", "authorisation", "authorization", "oauth", "oauth 2", "oauth 2.0", "oauth2", "protect", "resource", "secure", "server" ], "time": "2017-12-23T23:33:42+00:00" }, { "name": "maatwebsite/excel", "version": "2.1.30", "source": { "type": "git", "url": "https://github.com/Maatwebsite/Laravel-Excel.git", "reference": "f5540c4ba3ac50cebd98b09ca42e61f926ef299f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/f5540c4ba3ac50cebd98b09ca42e61f926ef299f", "reference": "f5540c4ba3ac50cebd98b09ca42e61f926ef299f", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/cache": "^5.0", "illuminate/config": "^5.0", "illuminate/filesystem": "^5.0", "illuminate/support": "^5.0", "jeremeamia/superclosure": "^2.3", "nesbot/carbon": "~1.0", "php": ">=5.5", "phpoffice/phpexcel": "^1.8.1", "tijsverkoyen/css-to-inline-styles": "~2.0" }, "require-dev": { "mockery/mockery": "~1.0", "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*", "phpseclib/phpseclib": "~1.0", "phpunit/phpunit": "~4.0" }, "suggest": { "illuminate/http": "^5.0", "illuminate/queue": "^5.0", "illuminate/routing": "^5.0", "illuminate/view": "^5.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Maatwebsite\\Excel\\ExcelServiceProvider" ], "aliases": { "Excel": "Maatwebsite\\Excel\\Facades\\Excel" } } }, "autoload": { "classmap": [ "src/Maatwebsite/Excel" ], "psr-0": { "Maatwebsite\\Excel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Maatwebsite.nl", "email": "patrick@maatwebsite.nl" } ], "description": "Supercharged Excel exports in Laravel", "keywords": [ "PHPExcel", "batch", "csv", "excel", "export", "import", "laravel" ], "time": "2018-09-04T19:00:09+00:00" }, { "name": "marktopper/doctrine-dbal-timestamp-type", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/marktopper/doctrine-dbal-timestamp-type.git", "reference": "e028dda876204e271d0fc921f013544d58770638" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/marktopper/doctrine-dbal-timestamp-type/zipball/e028dda876204e271d0fc921f013544d58770638", "reference": "e028dda876204e271d0fc921f013544d58770638", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/dbal": "^2.5", "php": ">=5.6.4" }, "type": "package", "autoload": { "psr-4": { "MarkTopper\\DoctrineDBALTimestampType\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Add the timestamp type for Doctrine/DBAL", "keywords": [ "database", "dbal", "doctrine", "laravel", "mysql", "timestamp" ], "time": "2018-11-11T09:54:26+00:00" }, { "name": "milon/barcode", "version": "5.3.6", "source": { "type": "git", "url": "https://github.com/milon/barcode.git", "reference": "ca2f3efbf46142ff7f7afe3b0f3660ea4a067576" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/milon/barcode/zipball/ca2f3efbf46142ff7f7afe3b0f3660ea4a067576", "reference": "ca2f3efbf46142ff7f7afe3b0f3660ea4a067576", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/support": "5.*", "php": ">=5.6.0" }, "type": "library", "autoload": { "psr-0": { "Milon\\Barcode": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Nuruzzaman Milon", "email": "contact@milon.im" } ], "description": "Barcode generator like Qr Code , PDF417,C39, C39+,C39E,C39E+,C93,S25,S25+,I25,I25+,C128,C128A,C128B,C128C,2-Digits UPC-Based Extention,5-Digits UPC-Based Extention,EAN 8,EAN 13,UPC-A,UPC-E,MSI (Variation of Plessey code) ", "keywords": [ "CODABAR", "CODE 128", "CODE 39", "barcode", "datamatrix", "ean", "laravel", "pdf417", "qr code", "qrcode" ], "time": "2017-07-28T00:33:38+00:00" }, { "name": "mobiledetect/mobiledetectlib", "version": "2.8.33", "source": { "type": "git", "url": "https://github.com/serbanghita/Mobile-Detect.git", "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102", "reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.0.0" }, "require-dev": { "phpunit/phpunit": "~4.8.35||~5.7" }, "type": "library", "autoload": { "classmap": [ "Mobile_Detect.php" ], "psr-0": { "Detection": "namespaced/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Serban Ghita", "email": "serbanghita@gmail.com", "homepage": "http://mobiledetect.net", "role": "Developer" } ], "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.", "homepage": "https://github.com/serbanghita/Mobile-Detect", "keywords": [ "detect mobile devices", "mobile", "mobile detect", "mobile detector", "php mobile detect" ], "time": "2018-09-01T15:05:15+00:00" }, { "name": "monolog/monolog", "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "jakub-onderka/php-parallel-lint": "0.9", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2018-11-05T09:00:11+00:00" }, { "name": "mtdowling/cron-expression", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/mtdowling/cron-expression.git", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad", "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~4.0|~5.0" }, "type": "library", "autoload": { "psr-4": { "Cron\\": "src/Cron/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", "keywords": [ "cron", "schedule" ], "time": "2017-01-23T04:29:33+00:00" }, { "name": "nesbot/carbon", "version": "1.36.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/63da8cdf89d7a5efe43aabc794365f6e7b7b8983", "reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.9", "symfony/translation": "~2.6 || ~3.0 || ~4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7" }, "suggest": { "friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.", "phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors." }, "type": "library", "extra": { "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } }, "autoload": { "psr-4": { "": "src/" } }, "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": "2018-11-22T18:23:02+00:00" }, { "name": "nikic/php-parser", "version": "v4.1.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "d0230c5c77a7e3cfa69446febf340978540958c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0", "reference": "d0230c5c77a7e3cfa69446febf340978540958c0", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "require-dev": { "phpunit/phpunit": "^6.5 || ^7.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "time": "2018-10-10T09:24:14+00:00" }, { "name": "overtrue/easy-sms", "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/overtrue/easy-sms.git", "reference": "d7e8fd6d6e2919787295020aa976ae08f39c7b9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/easy-sms/zipball/d7e8fd6d6e2919787295020aa976ae08f39c7b9d", "reference": "d7e8fd6d6e2919787295020aa976ae08f39c7b9d", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "guzzlehttp/guzzle": "^6.2", "php": ">=5.6" }, "require-dev": { "mockery/mockery": "1.0.x-dev", "phpunit/phpunit": "^5.6" }, "type": "library", "autoload": { "psr-4": { "Overtrue\\EasySms\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "i@overtrue.me" } ], "description": "The easiest way to send short message.", "time": "2018-09-14T13:43:38+00:00" }, { "name": "overtrue/laravel-uploader", "version": "0.0.8", "source": { "type": "git", "url": "https://github.com/overtrue/laravel-uploader.git", "reference": "a47f0573f523372db985f00827fe7e86cb64b6dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/laravel-uploader/zipball/a47f0573f523372db985f00827fe7e86cb64b6dd", "reference": "a47f0573f523372db985f00827fe7e86cb64b6dd", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "laravel": { "providers": [ "\\Overtrue\\LaravelUploader\\UploadServiceProvider" ], "aliases": { "LaravelUploader": "\\Overtrue\\LaravelUploader\\LaravelUploader" } } }, "autoload": { "psr-4": { "Overtrue\\LaravelUploader\\": "src/LaravelUploader" }, "files": [ "src/LaravelUploader/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "i@overtrue.me" } ], "time": "2018-04-13T01:26:50+00:00" }, { "name": "overtrue/laravel-wechat", "version": "4.0.22", "source": { "type": "git", "url": "https://github.com/overtrue/laravel-wechat.git", "reference": "1d985af7c2d3b27ae5046dbdd3678172fd028490" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/laravel-wechat/zipball/1d985af7c2d3b27ae5046dbdd3678172fd028490", "reference": "1d985af7c2d3b27ae5046dbdd3678172fd028490", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/container": "^5.1", "overtrue/wechat": "^4.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Overtrue\\LaravelWeChat\\ServiceProvider" ], "aliases": { "EasyWeChat": "Overtrue\\LaravelWeChat\\Facade" } } }, "autoload": { "psr-4": { "Overtrue\\LaravelWeChat\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "anzhengchao@gmail.com" } ], "description": "微信 SDK for Laravel", "keywords": [ "laravel", "sdk", "wechat", "weixin" ], "time": "2018-05-23T14:03:58+00:00" }, { "name": "overtrue/socialite", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/overtrue/socialite.git", "reference": "20bc0ac598aa41365c209bbe4cb5c0cf314d46b3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/socialite/zipball/20bc0ac598aa41365c209bbe4cb5c0cf314d46b3", "reference": "20bc0ac598aa41365c209bbe4cb5c0cf314d46b3", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "guzzlehttp/guzzle": "~5.0|~6.0", "php": ">=7.0", "symfony/http-foundation": "^2.7|^3.0|^4.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-4": { "Overtrue\\Socialite\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "anzhengchao@gmail.com" } ], "description": "A collection of OAuth 2 packages that extracts from laravel/socialite.", "keywords": [ "login", "oauth", "qq", "social", "wechat", "weibo" ], "time": "2018-03-28T02:22:49+00:00" }, { "name": "overtrue/wechat", "version": "4.1.15", "source": { "type": "git", "url": "https://github.com/overtrue/wechat.git", "reference": "438057687bfd47d75413c7df32a698c72be751c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/overtrue/wechat/zipball/438057687bfd47d75413c7df32a698c72be751c1", "reference": "438057687bfd47d75413c7df32a698c72be751c1", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "easywechat-composer/easywechat-composer": "^1.1", "ext-fileinfo": "*", "ext-openssl": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.2", "monolog/monolog": "^1.22", "overtrue/socialite": "~2.0", "php": ">=7.0", "pimple/pimple": "^3.0", "symfony/cache": "^3.3 || ^4.0", "symfony/http-foundation": "^2.7 || ^3.0 || ^4.0", "symfony/psr-http-message-bridge": "^0.3 || ^1.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.0", "overtrue/phplint": "dev-master", "phpunit/phpunit": "~6.0" }, "type": "library", "autoload": { "psr-4": { "EasyWeChat\\": "src/" }, "files": [ "src/Kernel/Support/Helpers.php", "src/Kernel/Helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "overtrue", "email": "anzhengchao@gmail.com" } ], "description": "微信SDK", "keywords": [ "sdk", "wechat", "weixin", "weixin-sdk" ], "time": "2018-11-28T08:07:26+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.17", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "4.*|5.*" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "autoload": { "files": [ "lib/random.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "time": "2018-07-04T16:31:37+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2", "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.6 || ^7.0", "phpdocumentor/reflection-common": "^1.0.0", "phpdocumentor/type-resolver": "^0.4.0", "webmozart/assert": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^4.4" }, "type": "library", "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2017-11-10T14:09:06+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "0.4.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7", "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "time": "2017-07-14T14:27:02+00:00" }, { "name": "phpoffice/phpexcel", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPExcel.git", "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870", "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", "php": "^5.2|^7.0" }, "require-dev": { "squizlabs/php_codesniffer": "2.*" }, "type": "library", "autoload": { "psr-0": { "PHPExcel": "Classes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "http://blog.maartenballiauw.be" }, { "name": "Erik Tilt" }, { "name": "Franck Lefevre", "homepage": "http://rootslabs.net" }, { "name": "Mark Baker", "homepage": "http://markbakeruk.net" } ], "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PHPExcel", "keywords": [ "OpenXML", "excel", "php", "spreadsheet", "xls", "xlsx" ], "abandoned": "phpoffice/phpspreadsheet", "time": "2018-11-22T23:07:24+00:00" }, { "name": "phpseclib/phpseclib", "version": "2.0.12", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/8814dc7841db159daed0b32c2b08fb7e03c6afe7", "reference": "8814dc7841db159daed0b32c2b08fb7e03c6afe7", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "^4.8.35|^5.7|^6.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~2.0" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "time": "2018-11-04T05:45:48+00:00" }, { "name": "pimple/pimple", "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.0", "psr/container": "^1.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2018-01-21T07:42:36+00:00" }, { "name": "predis/predis", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/nrk/predis.git", "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1", "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-4": { "Predis\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net" } ], "description": "Flexible and feature-complete Redis client for PHP and HHVM", "homepage": "http://github.com/nrk/predis", "keywords": [ "nosql", "predis", "redis" ], "time": "2016-06-16T16:22:20+00:00" }, { "name": "prettus/l5-repository", "version": "2.6.32", "source": { "type": "git", "url": "https://github.com/andersao/l5-repository.git", "reference": "f6ebfffee80a38e1d2dcf479e70b1a9ead397c24" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/andersao/l5-repository/zipball/f6ebfffee80a38e1d2dcf479e70b1a9ead397c24", "reference": "f6ebfffee80a38e1d2dcf479e70b1a9ead397c24", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/config": "~5.0", "illuminate/console": "~5.0", "illuminate/database": "~5.0", "illuminate/filesystem": "~5.0", "illuminate/http": "~5.0", "illuminate/pagination": "~5.0", "illuminate/support": "~5.0", "prettus/laravel-validation": "1.1.*" }, "suggest": { "league/fractal": "Required to use the Fractal Presenter (0.12.*).", "prettus/laravel-validation": "Required to provide easy validation with the repository (1.1.*)", "robclancy/presenter": "Required to use the Presenter Model (1.3.*)" }, "type": "library", "extra": { "laravel": { "providers": [ "Prettus\\Repository\\Providers\\RepositoryServiceProvider" ] } }, "autoload": { "psr-4": { "Prettus\\Repository\\": "src/Prettus/Repository/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anderson Andrade", "email": "contato@andersonandra.de", "role": "Developer" } ], "description": "Laravel 5 - Repositories to the database layer", "keywords": [ "cache", "eloquent", "laravel", "model", "repository" ], "time": "2018-01-27T15:53:20+00:00" }, { "name": "prettus/laravel-validation", "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/andersao/laravel-validator.git", "reference": "d9eb401fb3518a890b117e83bd25a4109fcdb704" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/andersao/laravel-validator/zipball/d9eb401fb3518a890b117e83bd25a4109fcdb704", "reference": "d9eb401fb3518a890b117e83bd25a4109fcdb704", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/support": "~5.4", "illuminate/validation": "~5.4", "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Prettus\\Validator\\": "src/Prettus/Validator/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Anderson Andrade", "email": "contato@andersonandra.de" } ], "description": "Laravel Validation Service", "keywords": [ "laravel", "service", "validation" ], "time": "2017-08-28T23:28:32+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "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\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "time": "2016-08-06T20:24:11+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/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", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd", "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\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2018-11-20T15:27:04+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": "psy/psysh", "version": "v0.9.9", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "dnoegel/php-xdg-base-dir": "0.1", "ext-json": "*", "ext-tokenizer": "*", "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*", "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0", "php": ">=5.4.0", "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0", "symfony/var-dumper": "~2.7|~3.0|~4.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.2", "hoa/console": "~2.15|~3.16", "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { "branch-alias": { "dev-develop": "0.9.x-dev" } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Psy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "An interactive shell for modern PHP.", "homepage": "http://psysh.org", "keywords": [ "REPL", "console", "interactive", "shell" ], "time": "2018-10-13T15:16:03+00:00" }, { "name": "qiniu/php-sdk", "version": "v7.2.7", "source": { "type": "git", "url": "https://github.com/qiniu/php-sdk.git", "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/qiniu/php-sdk/zipball/88d11a5857ebc6871204e9be6ceec54bf5f381e6", "reference": "88d11a5857ebc6871204e9be6ceec54bf5f381e6", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.3" }, "type": "library", "autoload": { "psr-4": { "Qiniu\\": "src/Qiniu" }, "files": [ "src/Qiniu/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Qiniu", "email": "sdk@qiniu.com", "homepage": "http://www.qiniu.com" } ], "description": "Qiniu Resource (Cloud) Storage SDK for PHP", "homepage": "http://developer.qiniu.com/", "keywords": [ "cloud", "qiniu", "sdk", "storage" ], "time": "2018-11-06T13:34:32+00:00" }, { "name": "ramsey/uuid", "version": "3.8.0", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3", "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "paragonie/random_compat": "^1.0|^2.0|9.99.99", "php": "^5.4 || ^7.0", "symfony/polyfill-ctype": "^1.8" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "codeception/aspect-mock": "^1.0 | ~2.0.0", "doctrine/annotations": "~1.2.0", "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0", "ircmaxell/random-lib": "^1.1", "jakub-onderka/php-parallel-lint": "^0.9.0", "mockery/mockery": "^0.9.9", "moontoast/math": "^1.1", "php-mock/php-mock-phpunit": "^0.3|^1.1", "phpunit/phpunit": "^4.7|^5.0|^6.5", "squizlabs/php_codesniffer": "^2.3" }, "suggest": { "ext-ctype": "Provides support for PHP Ctype functions", "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io" }, { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" } ], "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "time": "2018-07-19T23:38:55+00:00" }, { "name": "simplesoftwareio/simple-qrcode", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git", "reference": "0d8fbf73f7adc166ec5aabbf898b7327f6c69600" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/0d8fbf73f7adc166ec5aabbf898b7327f6c69600", "reference": "0d8fbf73f7adc166ec5aabbf898b7327f6c69600", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "bacon/bacon-qr-code": "1.0.*", "ext-gd": "*", "illuminate/support": ">=4.2.0", "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "~5" }, "type": "library", "autoload": { "psr-0": { "SimpleSoftwareIO\\QrCode\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Simple Software LLC", "email": "support@simplesoftware.io" } ], "description": "Simple QrCode is a QR code generator made for Laravel.", "homepage": "http://www.simplesoftware.io", "keywords": [ "Simple", "generator", "laravel", "qrcode", "wrapper" ], "time": "2016-12-06T01:39:52+00:00" }, { "name": "spatie/db-dumper", "version": "2.11.1", "source": { "type": "git", "url": "https://github.com/spatie/db-dumper.git", "reference": "858ea38e341e2e5f74a5b59cc8184c5c7e94b50d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/db-dumper/zipball/858ea38e341e2e5f74a5b59cc8184c5c7e94b50d", "reference": "858ea38e341e2e5f74a5b59cc8184c5c7e94b50d", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0", "symfony/process": "^3.0|^4.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "autoload": { "psr-4": { "Spatie\\DbDumper\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "Dump databases", "homepage": "https://github.com/spatie/db-dumper", "keywords": [ "database", "db-dumper", "dump", "mysqldump", "spatie" ], "time": "2018-09-27T06:30:34+00:00" }, { "name": "spatie/laravel-backup", "version": "5.11.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-backup.git", "reference": "ff06262cfa2fa1104f727e758fc4111a6f7413da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/ff06262cfa2fa1104f727e758fc4111a6f7413da", "reference": "ff06262cfa2fa1104f727e758fc4111a6f7413da", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "laravel/framework": "~5.5.0|~5.6.0|~5.7.0", "league/flysystem": "^1.0.27", "php": "^7.1", "spatie/db-dumper": "^2.11.1", "spatie/temporary-directory": "^1.1", "symfony/finder": "^3.3|^4.0" }, "require-dev": { "mockery/mockery": "^1.0", "orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0", "phpunit/phpunit": "^7.3" }, "suggest": { "guzzlehttp/guzzle": "Allows notifications to be sent via Slack" }, "type": "library", "extra": { "laravel": { "providers": [ "Spatie\\Backup\\BackupServiceProvider" ] } }, "autoload": { "psr-4": { "Spatie\\Backup\\": "src" }, "files": [ "src/Helpers/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "A Laravel 5 package to backup your application", "homepage": "https://github.com/spatie/laravel-backup", "keywords": [ "backup", "database", "laravel-backup", "spatie" ], "time": "2018-11-05T13:09:53+00:00" }, { "name": "spatie/temporary-directory", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/spatie/temporary-directory.git", "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/5e1799fa2297363ebfb4df296fea90afbd4ef9b7", "reference": "5e1799fa2297363ebfb4df296fea90afbd4ef9b7", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.3" }, "type": "library", "autoload": { "psr-4": { "Spatie\\TemporaryDirectory\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alex Vanderbist", "email": "alex@spatie.be", "homepage": "https://spatie.be", "role": "Developer" } ], "description": "Easily create, use and destroy temporary directories", "homepage": "https://github.com/spatie/temporary-directory", "keywords": [ "spatie", "temporary-directory" ], "time": "2018-04-12T09:34:43+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4", "reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "egulias/email-validator": "~2.0", "php": ">=7.0.0" }, "require-dev": { "mockery/mockery": "~0.9.1", "symfony/phpunit-bridge": "~3.3@dev" }, "suggest": { "ext-intl": "Needed to support internationalized email addresses", "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.1-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2018-09-11T07:12:52+00:00" }, { "name": "symfony/cache", "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "edd24c37db22520e23fa182afeed7816722ee4f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/edd24c37db22520e23fa182afeed7816722ee4f4", "reference": "edd24c37db22520e23fa182afeed7816722ee4f4", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1.3", "psr/cache": "~1.0", "psr/log": "~1.0", "psr/simple-cache": "^1.0" }, "conflict": { "symfony/var-dumper": "<3.4" }, "provide": { "psr/cache-implementation": "1.0", "psr/simple-cache-implementation": "1.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "~1.6", "doctrine/dbal": "~2.4", "predis/predis": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "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": "Symfony Cache component with PSR-6, PSR-16, and tags", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "time": "2018-11-20T16:14:00+00:00" }, { "name": "symfony/console", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.4", "symfony/process": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/lock": "~3.4|~4.0", "symfony/process": "~3.3|~4.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "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 Console Component", "homepage": "https://symfony.com", "time": "2018-11-26T12:48:07+00:00" }, { "name": "symfony/css-selector", "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "9e4dc57949853315561f0cd5eb84d0707465502a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/9e4dc57949853315561f0cd5eb84d0707465502a", "reference": "9e4dc57949853315561f0cd5eb84d0707465502a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", "time": "2018-11-11T19:51:29+00:00" }, { "name": "symfony/debug", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "2016b3eec2e49c127dd02d0ef44a35c53181560d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/2016b3eec2e49c127dd02d0ef44a35c53181560d", "reference": "2016b3eec2e49c127dd02d0ef44a35c53181560d", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/http-kernel": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "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 Debug Component", "homepage": "https://symfony.com", "time": "2018-11-11T19:48:54+00:00" }, { "name": "symfony/dom-crawler", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "b6e94248eb4f8602a5825301b0bea1eb8cc82cfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b6e94248eb4f8602a5825301b0bea1eb8cc82cfa", "reference": "b6e94248eb4f8602a5825301b0bea1eb8cc82cfa", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "symfony/css-selector": "~2.8|~3.0|~4.0" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" }, "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 DomCrawler Component", "homepage": "https://symfony.com", "time": "2018-11-26T10:17:44+00:00" }, { "name": "symfony/event-dispatcher", "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "8b93ce06506d58485893e2da366767dcc5390862" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8b93ce06506d58485893e2da366767dcc5390862", "reference": "8b93ce06506d58485893e2da366767dcc5390862", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1.3" }, "conflict": { "symfony/dependency-injection": "<3.4" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.4|~4.0", "symfony/dependency-injection": "~3.4|~4.0", "symfony/expression-language": "~3.4|~4.0", "symfony/stopwatch": "~3.4|~4.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "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 EventDispatcher Component", "homepage": "https://symfony.com", "time": "2018-11-26T10:26:29+00:00" }, { "name": "symfony/finder", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442", "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "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 Finder Component", "homepage": "https://symfony.com", "time": "2018-11-11T19:48:54+00:00" }, { "name": "symfony/http-foundation", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ea61dd57c4399b0b2a4162e1820cd9d0783acd38", "reference": "ea61dd57c4399b0b2a4162e1820cd9d0783acd38", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php70": "~1.6" }, "require-dev": { "symfony/expression-language": "~2.8|~3.0|~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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 HttpFoundation Component", "homepage": "https://symfony.com", "time": "2018-11-26T10:17:44+00:00" }, { "name": "symfony/http-kernel", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "78528325d90e5ad54a6e9eca750fe176932bc4fa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/78528325d90e5ad54a6e9eca750fe176932bc4fa", "reference": "78528325d90e5ad54a6e9eca750fe176932bc4fa", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0", "symfony/debug": "~2.8|~3.0|~4.0", "symfony/event-dispatcher": "~2.8|~3.0|~4.0", "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/config": "<2.8", "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", "symfony/var-dumper": "<3.3", "twig/twig": "<1.34|<2.4,>=2" }, "provide": { "psr/log-implementation": "1.0" }, "require-dev": { "psr/cache": "~1.0", "symfony/browser-kit": "~2.8|~3.0|~4.0", "symfony/class-loader": "~2.8|~3.0", "symfony/config": "~2.8|~3.0|~4.0", "symfony/console": "~2.8|~3.0|~4.0", "symfony/css-selector": "~2.8|~3.0|~4.0", "symfony/dependency-injection": "^3.4.10|^4.0.10", "symfony/dom-crawler": "~2.8|~3.0|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/finder": "~2.8|~3.0|~4.0", "symfony/process": "~2.8|~3.0|~4.0", "symfony/routing": "~3.4|~4.0", "symfony/stopwatch": "~2.8|~3.0|~4.0", "symfony/templating": "~2.8|~3.0|~4.0", "symfony/translation": "~2.8|~3.0|~4.0", "symfony/var-dumper": "~3.3|~4.0" }, "suggest": { "symfony/browser-kit": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "", "symfony/finder": "", "symfony/var-dumper": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 HttpKernel Component", "homepage": "https://symfony.com", "time": "2018-11-26T14:04:48+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "e3d826245268269cd66f8326bd8bc066687b4a19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19", "reference": "e3d826245268269cd66f8326bd8bc066687b4a19", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" }, { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "c79c051f5b3a46be09205c73b80b346e4153e494" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494", "reference": "c79c051f5b3a46be09205c73b80b346e4153e494", "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.9-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": "2018-09-21T13:07:52+00:00" }, { "name": "symfony/polyfill-php56", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", "reference": "ff208829fe1aa48ab9af356992bb7199fed551af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af", "reference": "ff208829fe1aa48ab9af356992bb7199fed551af", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3", "symfony/polyfill-util": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php56\\": "" }, "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 backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/6b88000cdd431cd2e940caa2cb569201f3f84224", "reference": "6b88000cdd431cd2e940caa2cb569201f3f84224", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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 backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2018-09-21T06:26:08+00:00" }, { "name": "symfony/polyfill-util", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", "reference": "3b58903eae668d348a7126f999b0da0f2f93611c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c", "reference": "3b58903eae668d348a7126f999b0da0f2f93611c", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Util\\": "" } }, "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 utilities for portability of PHP codes", "homepage": "https://symfony.com", "keywords": [ "compat", "compatibility", "polyfill", "shim" ], "time": "2018-09-30T16:36:12+00:00" }, { "name": "symfony/process", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2", "reference": "abb46b909dd6ba0b50e10d4c10ffe6ee96dd70f2", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "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 Process Component", "homepage": "https://symfony.com", "time": "2018-11-20T16:10:26+00:00" }, { "name": "symfony/psr-http-message-bridge", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/53c15a6a7918e6c2ab16ae370ea607fb40cab196", "reference": "53c15a6a7918e6c2ab16ae370ea607fb40cab196", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.3 || ^7.0", "psr/http-message": "^1.0", "symfony/http-foundation": "^2.3.42 || ^3.4 || ^4.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.4 || 4.0" }, "suggest": { "psr/http-factory-implementation": "To use the PSR-17 factory", "psr/http-message-implementation": "To use the HttpFoundation factory", "zendframework/zend-diactoros": "To use the Zend Diactoros factory" }, "type": "symfony-bridge", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "PSR HTTP message bridge", "homepage": "http://symfony.com", "keywords": [ "http", "http-message", "psr-7" ], "time": "2018-08-30T16:28:28+00:00" }, { "name": "symfony/routing", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "86eb1a581279b5e40ca280a4f63a15e37d51d16c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/86eb1a581279b5e40ca280a4f63a15e37d51d16c", "reference": "86eb1a581279b5e40ca280a4f63a15e37d51d16c", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8" }, "conflict": { "symfony/config": "<3.3.1", "symfony/dependency-injection": "<3.3", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "~1.0", "psr/log": "~1.0", "symfony/config": "^3.3.1|~4.0", "symfony/dependency-injection": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", "symfony/http-foundation": "~2.8|~3.0|~4.0", "symfony/yaml": "~3.4|~4.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/dependency-injection": "For loading routes from a service", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, "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 Routing Component", "homepage": "https://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "time": "2018-11-26T08:40:22+00:00" }, { "name": "symfony/translation", "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "615e3cf75d00a7d6788316d9631957991ba9c26a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/615e3cf75d00a7d6788316d9631957991ba9c26a", "reference": "615e3cf75d00a7d6788316d9631957991ba9c26a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<3.4", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "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/intl": "~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.1-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": "2018-11-26T10:26:29+00:00" }, { "name": "symfony/var-dumper", "version": "v3.4.19", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "6867713afe6c50ade2f34ed6435563b065a52145" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6867713afe6c50ade2f34ed6435563b065a52145", "reference": "6867713afe6c50ade2f34ed6435563b065a52145", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0" }, "require-dev": { "ext-iconv": "*", "twig/twig": "~1.34|~2.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "ext-symfony_debug": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "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": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2018-11-20T16:10:26+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5 || ^7.0", "symfony/css-selector": "^2.7 || ^3.0 || ^4.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "psr-4": { "TijsVerkoyen\\CssToInlineStyles\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Tijs Verkoyen", "email": "css_to_inline_styles@verkoyen.eu", "role": "Developer" } ], "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.", "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "time": "2017-11-27T11:13:29+00:00" }, { "name": "vinkla/hashids", "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/vinkla/laravel-hashids.git", "reference": "052ee165751cb4dfcd2801d234e9e5835a1c0d56" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vinkla/laravel-hashids/zipball/052ee165751cb4dfcd2801d234e9e5835a1c0d56", "reference": "052ee165751cb4dfcd2801d234e9e5835a1c0d56", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "graham-campbell/manager": "^3.0", "hashids/hashids": "^2.0", "illuminate/contracts": "5.5.*", "illuminate/support": "5.5.*", "php": "^7.0" }, "require-dev": { "graham-campbell/analyzer": "^1.1", "graham-campbell/testbench": "^4.0", "mockery/mockery": "dev-master#c90a17247147543081e4d00f46911e422b49e583", "orchestra/testbench": "^3.5", "phpunit/phpunit": "^6.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" }, "laravel": { "providers": [ "Vinkla\\Hashids\\HashidsServiceProvider" ], "aliases": { "Hashids": "Vinkla\\Hashids\\Facades\\Hashids" } } }, "autoload": { "psr-4": { "Vinkla\\Hashids\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Vincent Klaiber", "email": "hello@vinkla.com", "homepage": "https://vinkla.com" } ], "description": "A Hashids bridge for Laravel", "keywords": [ "bitly", "decrypt", "encrypt", "hash", "hashid", "hashids", "ids", "laravel", "obfuscate", "youtube" ], "time": "2017-09-02T21:55:08+00:00" }, { "name": "vlucas/phpdotenv", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e", "reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "http://www.vancelucas.com" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "time": "2018-07-29T20:33:41+00:00" }, { "name": "webmozart/assert", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "0df1908962e7a3071564e857d86874dad1ef204a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", "reference": "0df1908962e7a3071564e857d86874dad1ef204a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2018-01-29T19:49:41+00:00" }, { "name": "wikimedia/composer-merge-plugin", "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/wikimedia/composer-merge-plugin.git", "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/81c6ac72a24a67383419c7eb9aa2b3437f2ab100", "reference": "81c6ac72a24a67383419c7eb9aa2b3437f2ab100", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "composer-plugin-api": "^1.0", "php": ">=5.3.2" }, "require-dev": { "composer/composer": "~1.0.0", "jakub-onderka/php-parallel-lint": "~0.8", "phpunit/phpunit": "~4.8|~5.0", "squizlabs/php_codesniffer": "~2.1.0" }, "type": "composer-plugin", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" }, "class": "Wikimedia\\Composer\\MergePlugin" }, "autoload": { "psr-4": { "Wikimedia\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bryan Davis", "email": "bd808@wikimedia.org" } ], "description": "Composer plugin to merge multiple composer.json files", "time": "2017-04-25T02:31:25+00:00" }, { "name": "yansongda/pay", "version": "v2.5.9", "source": { "type": "git", "url": "https://github.com/yansongda/pay.git", "reference": "1130dfbfdd7c3f91b5d1921a03ad129555ddd89e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yansongda/pay/zipball/1130dfbfdd7c3f91b5d1921a03ad129555ddd89e", "reference": "1130dfbfdd7c3f91b5d1921a03ad129555ddd89e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-openssl": "*", "ext-simplexml": "*", "monolog/monolog": "^1.23", "php": ">=7.0", "symfony/http-foundation": "^3.0|^4.0", "yansongda/supports": "^1.8" }, "require-dev": { "mockery/mockery": "1.0.x-dev", "phpunit/phpunit": "^6.2" }, "type": "library", "autoload": { "psr-4": { "Yansongda\\Pay\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "yansongda", "email": "me@yansongda.cn" } ], "description": "专注 Alipay 和 WeChat 的支付扩展包", "keywords": [ "alipay", "pay", "wechat" ], "time": "2018-11-29T13:27:14+00:00" }, { "name": "yansongda/supports", "version": "v1.8.4", "source": { "type": "git", "url": "https://github.com/yansongda/supports.git", "reference": "e5a8d80dd18ab5361187adfd33c398573943de39" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yansongda/supports/zipball/e5a8d80dd18ab5361187adfd33c398573943de39", "reference": "e5a8d80dd18ab5361187adfd33c398573943de39", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "guzzlehttp/guzzle": "^6.2", "monolog/monolog": "^1.23", "php": ">=5.5" }, "type": "library", "autoload": { "psr-4": { "Yansongda\\Supports\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "yansongda", "email": "me@yansongda.cn" } ], "description": "common components", "keywords": [ "Guzzle", "array", "collection", "config", "http", "support" ], "time": "2018-11-22T02:57:45+00:00" }, { "name": "zendframework/zend-diactoros", "version": "1.8.6", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", "reference": "20da13beba0dde8fb648be3cc19765732790f46e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e", "reference": "20da13beba0dde8fb648be3cc19765732790f46e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.6 || ^7.0", "psr/http-message": "^1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-dom": "*", "ext-libxml": "*", "php-http/psr7-integration-tests": "dev-master", "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7", "zendframework/zend-coding-standard": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev", "dev-develop": "1.9.x-dev", "dev-release-2.0": "2.0.x-dev" } }, "autoload": { "files": [ "src/functions/create_uploaded_file.php", "src/functions/marshal_headers_from_sapi.php", "src/functions/marshal_method_from_sapi.php", "src/functions/marshal_protocol_version_from_sapi.php", "src/functions/marshal_uri_from_sapi.php", "src/functions/normalize_server.php", "src/functions/normalize_uploaded_files.php", "src/functions/parse_cookie_header.php" ], "psr-4": { "Zend\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://github.com/zendframework/zend-diactoros", "keywords": [ "http", "psr", "psr-7" ], "time": "2018-09-05T19:29:37+00:00" } ], "packages-dev": [ { "name": "barryvdh/laravel-debugbar", "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-debugbar.git", "reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/d7c88f08131f6404cb714f3f6cf0642f6afa3903", "reference": "d7c88f08131f6404cb714f3f6cf0642f6afa3903", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", "maximebf/debugbar": "~1.13.0", "php": ">=5.5.9", "symfony/finder": "~2.7|~3.0" }, "type": "library", "autoload": { "psr-4": { "Barryvdh\\Debugbar\\": "src/" }, "files": [ "src/helpers.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "description": "PHP Debugbar integration for Laravel", "keywords": [ "debug", "debugbar", "laravel", "profiler", "webprofiler" ], "time": "2017-07-21T11:56:48+00:00" }, { "name": "barryvdh/laravel-ide-helper", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-ide-helper.git", "reference": "981ff45b43e0cf808af0a5a5f40f6369e0e29499" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/981ff45b43e0cf808af0a5a5f40f6369e0e29499", "reference": "981ff45b43e0cf808af0a5a5f40f6369e0e29499", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "barryvdh/reflection-docblock": "^2.0.4", "composer/composer": "^1.6", "illuminate/console": "^5.5,<5.8", "illuminate/filesystem": "^5.5,<5.8", "illuminate/support": "^5.5,<5.8", "php": ">=7" }, "require-dev": { "doctrine/dbal": "~2.3", "illuminate/config": "^5.1,<5.8", "illuminate/view": "^5.1,<5.8", "phpro/grumphp": "^0.14", "phpunit/phpunit": "4.*", "scrutinizer/ocular": "~1.1", "squizlabs/php_codesniffer": "^3" }, "suggest": { "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev" }, "laravel": { "providers": [ "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider" ] } }, "autoload": { "psr-4": { "Barryvdh\\LaravelIdeHelper\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.", "keywords": [ "autocomplete", "codeintel", "helper", "ide", "laravel", "netbeans", "phpdoc", "phpstorm", "sublime" ], "time": "2018-10-06T09:35:51+00:00" }, { "name": "barryvdh/reflection-docblock", "version": "v2.0.5", "source": { "type": "git", "url": "https://github.com/barryvdh/ReflectionDocBlock.git", "reference": "64165bd4ba9a550d11ea57569463b7c722dc6b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/64165bd4ba9a550d11ea57569463b7c722dc6b0a", "reference": "64165bd4ba9a550d11ea57569463b7c722dc6b0a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0,<4.5" }, "suggest": { "dflydev/markdown": "~1.0", "erusev/parsedown": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-0": { "Barryvdh": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "mike.vanriel@naenius.com" } ], "time": "2018-10-25T19:09:52+00:00" }, { "name": "composer/ca-bundle", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660", "reference": "8afa52cd417f4ec417b4bfe86b68106538a87660", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0 || ^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "time": "2018-10-18T06:09:13+00:00" }, { "name": "composer/composer", "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "e965b9aaa8854c3067f1ed2ae45f436572d73eb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/e965b9aaa8854c3067f1ed2ae45f436572d73eb7", "reference": "e965b9aaa8854c3067f1ed2ae45f436572d73eb7", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^1.1", "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", "php": "^5.3.2 || ^7.0", "psr/log": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.7 || ^3.0 || ^4.0", "symfony/filesystem": "^2.7 || ^3.0 || ^4.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0", "symfony/process": "^2.7 || ^3.0 || ^4.0" }, "conflict": { "symfony/console": "2.8.38" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7", "phpunit/phpunit-mock-objects": "^2.3 || ^3.0" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2018-11-01T09:05:06+00:00" }, { "name": "composer/semver", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "time": "2016-08-30T16:08:34+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2", "reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "time": "2018-11-01T09:45:54+00:00" }, { "name": "composer/xdebug-handler", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "dc523135366eb68f22268d069ea7749486458562" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/dc523135366eb68f22268d069ea7749486458562", "reference": "dc523135366eb68f22268d069ea7749486458562", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.2 || ^7.0", "psr/log": "^1.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without xdebug.", "keywords": [ "Xdebug", "performance" ], "time": "2018-11-29T10:59:02+00:00" }, { "name": "doctrine/instantiator", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "^6.2.3", "squizlabs/php_codesniffer": "^3.0.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "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": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "time": "2017-07-22T11:58:36+00:00" }, { "name": "filp/whoops", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.5.9 || ^7.0", "psr/log": "^1.0.1" }, "require-dev": { "mockery/mockery": "^0.9 || ^1.0", "phpunit/phpunit": "^4.8.35 || ^5.7", "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", "whoops/soap": "Formats errors as SOAP responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "Whoops\\": "src/Whoops/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://filp.github.io/whoops/", "keywords": [ "error", "exception", "handling", "library", "throwable", "whoops" ], "time": "2018-10-23T09:00:00+00:00" }, { "name": "fzaninotto/faker", "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de", "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "ext-intl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7", "squizlabs/php_codesniffer": "^1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8-dev" } }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Zaninotto" } ], "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "data", "faker", "fixtures" ], "time": "2018-07-12T10:23:15+00:00" }, { "name": "hamcrest/hamcrest-php", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/hamcrest/hamcrest-php.git", "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad", "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3|^7.0" }, "replace": { "cordoval/hamcrest-php": "*", "davedevelopment/hamcrest-php": "*", "kodova/hamcrest-php": "*" }, "require-dev": { "phpunit/php-file-iterator": "1.3.3", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "hamcrest" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD" ], "description": "This is the PHP port of Hamcrest Matchers", "keywords": [ "test" ], "time": "2016-01-20T08:20:44+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.7", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "8560d4314577199ba51bf2032f02cd1315587c23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23", "reference": "8560d4314577199ba51bf2032f02cd1315587c23", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2018-02-14T22:26:30+00:00" }, { "name": "maximebf/debugbar", "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/maximebf/php-debugbar.git", "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/afee79a236348e39a44cb837106b7c5b4897ac2a", "reference": "afee79a236348e39a44cb837106b7c5b4897ac2a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.0", "psr/log": "^1.0", "symfony/var-dumper": "^2.6|^3.0" }, "require-dev": { "phpunit/phpunit": "^4.0|^5.0" }, "suggest": { "kriswallsmith/assetic": "The best way to manage assets", "monolog/monolog": "Log using Monolog", "predis/predis": "Redis storage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.13-dev" } }, "autoload": { "psr-4": { "DebugBar\\": "src/DebugBar/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Maxime Bouroumeau-Fuseau", "email": "maxime.bouroumeau@gmail.com", "homepage": "http://maximebf.com" }, { "name": "Barry vd. Heuvel", "email": "barryvdh@gmail.com" } ], "description": "Debug bar in the browser for php application", "homepage": "https://github.com/maximebf/php-debugbar", "keywords": [ "debug", "debugbar" ], "time": "2017-01-05T08:46:19+00:00" }, { "name": "mockery/mockery", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", "reference": "100633629bf76d57430b86b7098cd6beb996a35a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a", "reference": "100633629bf76d57430b86b7098cd6beb996a35a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "hamcrest/hamcrest-php": "~2.0", "lib-pcre": ">=7.0", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "~5.7.10|~6.5|~7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Mockery": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", "homepage": "http://blog.astrumfutura.com" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", "homepage": "http://davedevelopment.co.uk" } ], "description": "Mockery is a simple yet flexible PHP mock object framework", "homepage": "https://github.com/mockery/mockery", "keywords": [ "BDD", "TDD", "library", "mock", "mock objects", "mockery", "stub", "test", "test double", "testing" ], "time": "2018-10-02T21:52:37+00:00" }, { "name": "myclabs/deep-copy", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", "reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1" }, "replace": { "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^7.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "time": "2018-06-11T23:09:50+00:00" }, { "name": "orchestra/database", "version": "v3.5.3", "source": { "type": "git", "url": "https://github.com/orchestral/database.git", "reference": "abcfcd827c0b1196cd200315390720e52a4a2a7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/orchestral/database/zipball/abcfcd827c0b1196cd200315390720e52a4a2a7b", "reference": "abcfcd827c0b1196cd200315390720e52a4a2a7b", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "illuminate/contracts": "~5.5.0", "illuminate/database": "~5.5.0", "php": ">=7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.5-dev" } }, "autoload": { "psr-4": { "Orchestra\\Database\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mior Muhammad Zaki", "email": "crynobone@gmail.com", "homepage": "https://github.com/crynobone" }, { "name": "Taylor Otwell", "email": "taylorotwell@gmail.com", "homepage": "https://github.com/taylorotwell" } ], "description": "Database Component for Orchestra Platform", "keywords": [ "database", "orchestra-platform", "orchestral" ], "time": "2017-11-03T02:33:29+00:00" }, { "name": "orchestra/testbench", "version": "v3.5.5", "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", "reference": "fd032489df469d611a264083e62db96677c9061e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/orchestral/testbench/zipball/fd032489df469d611a264083e62db96677c9061e", "reference": "fd032489df469d611a264083e62db96677c9061e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "laravel/framework": "~5.5.34", "orchestra/testbench-core": "~3.5.9", "php": ">=7.0", "phpunit/phpunit": "~6.0" }, "require-dev": { "mockery/mockery": "~1.0", "orchestra/database": "~3.5.0" }, "suggest": { "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.5)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.5-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mior Muhammad Zaki", "email": "crynobone@gmail.com", "homepage": "https://github.com/crynobone" } ], "description": "Laravel Testing Helper for Packages Development", "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", "keywords": [ "BDD", "TDD", "laravel", "orchestra-platform", "orchestral", "testing" ], "time": "2018-02-20T05:30:39+00:00" }, { "name": "orchestra/testbench-core", "version": "v3.5.10", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", "reference": "09a57dc446a24fd19a75ff57b679b86094251f8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/09a57dc446a24fd19a75ff57b679b86094251f8e", "reference": "09a57dc446a24fd19a75ff57b679b86094251f8e", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "fzaninotto/faker": "~1.4", "php": ">=7.0" }, "require-dev": { "laravel/framework": "~5.5.0", "mockery/mockery": "~1.0", "orchestra/database": "~3.5.0", "phpunit/phpunit": "~6.0" }, "suggest": { "laravel/framework": "Required for testing (~5.5.0).", "mockery/mockery": "Allow to use Mockery for testing (~1.0).", "orchestra/database": "Allow to use --realpath migration for testing (~3.5).", "orchestra/testbench-browser-kit": "Allow to use legacy BrowserKit for testing (~3.5).", "orchestra/testbench-dusk": "Allow to use Laravel Dusk for testing (~3.5).", "phpunit/phpunit": "Allow to use PHPUnit for testing (~6.0)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.5-dev" } }, "autoload": { "psr-4": { "Orchestra\\Testbench\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mior Muhammad Zaki", "email": "crynobone@gmail.com", "homepage": "https://github.com/crynobone" } ], "description": "Testing Helper for Laravel Development", "homepage": "http://orchestraplatform.com/docs/latest/components/testbench/", "keywords": [ "BDD", "TDD", "laravel", "orchestra-platform", "orchestral", "testing" ], "time": "2018-03-13T02:35:58+00:00" }, { "name": "phar-io/manifest", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0", "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-dom": "*", "ext-phar": "*", "phar-io/version": "^1.0.1", "php": "^5.6 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "time": "2017-03-05T18:14:27+00:00" }, { "name": "phar-io/version", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df", "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.6 || ^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "time": "2017-03-05T17:38:23+00:00" }, { "name": "phpspec/prophecy", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0|^3.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.8.x-dev" } }, "autoload": { "psr-0": { "Prophecy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "time": "2018-08-05T17:53:17+00:00" }, { "name": "phpunit/php-code-coverage", "version": "5.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "c89677919c5dd6d3b3852f230a663118762218ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c89677919c5dd6d3b3852f230a663118762218ac", "reference": "c89677919c5dd6d3b3852f230a663118762218ac", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^7.0", "phpunit/php-file-iterator": "^1.4.2", "phpunit/php-text-template": "^1.2.1", "phpunit/php-token-stream": "^2.0.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-xdebug": "^2.5.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2018-04-06T15:36:58+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2017-11-27T13:52:08+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "791198a2c6254db10131eecfe8c06670700904db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db", "reference": "791198a2c6254db10131eecfe8c06670700904db", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-tokenizer": "*", "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "time": "2017-11-27T05:48:46+00:00" }, { "name": "phpunit/phpunit", "version": "6.5.13", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "0973426fb012359b2f18d3bd1e90ef1172839693" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0973426fb012359b2f18d3bd1e90ef1172839693", "reference": "0973426fb012359b2f18d3bd1e90ef1172839693", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "^1.6.1", "phar-io/manifest": "^1.0.1", "phar-io/version": "^1.0", "php": "^7.0", "phpspec/prophecy": "^1.7", "phpunit/php-code-coverage": "^5.3", "phpunit/php-file-iterator": "^1.4.3", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^1.0.9", "phpunit/phpunit-mock-objects": "^5.0.9", "sebastian/comparator": "^2.1", "sebastian/diff": "^2.0", "sebastian/environment": "^3.1", "sebastian/exporter": "^3.1", "sebastian/global-state": "^2.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^1.0", "sebastian/version": "^2.0.1" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2", "phpunit/dbunit": "<3.0" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", "phpunit/php-invoker": "^1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "6.5.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2018-09-08T15:10:43+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "5.0.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/cd1cf05c553ecfec36b170070573e540b67d3f1f", "reference": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "doctrine/instantiator": "^1.0.5", "php": "^7.0", "phpunit/php-text-template": "^1.2.1", "sebastian/exporter": "^3.1" }, "conflict": { "phpunit/phpunit": "<6.0" }, "require-dev": { "phpunit/phpunit": "^6.5.11" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "time": "2018-08-09T05:50:03+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9", "reference": "34369daee48eafb2651bea869b4b15d75ccc35f9", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0", "sebastian/diff": "^2.0 || ^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2018-02-01T13:46:46+00:00" }, { "name": "sebastian/diff", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2017-08-03T08:09:46+00:00" }, { "name": "sebastian/environment", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "time": "2017-07-01T08:51:00+00:00" }, { "name": "sebastian/exporter", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937", "reference": "234199f4528de6d12aaa58b612e98f7d36adb937", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2017-04-03T13:19:02+00:00" }, { "name": "sebastian/global-state", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "time": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "time": "2017-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, { "name": "seld/jsonlint", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38", "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^5.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2018-01-24T12:46:19+00:00" }, { "name": "seld/phar-utils", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a", "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phra" ], "time": "2015-10-13T18:44:15+00:00" }, { "name": "symfony/filesystem", "version": "v4.1.8", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "71cc7693940bdad4dac4b038acd46b4f1ae7d2ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/71cc7693940bdad4dac4b038acd46b4f1ae7d2ca", "reference": "71cc7693940bdad4dac4b038acd46b4f1ae7d2ca", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "php": "^7.1.3", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "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 Filesystem Component", "homepage": "https://symfony.com", "time": "2018-11-11T19:51:29+00:00" }, { "name": "symfony/thanks", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/symfony/thanks.git", "reference": "9474a631b52737c623b6aeba22f00bbc003251da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/thanks/zipball/9474a631b52737c623b6aeba22f00bbc003251da", "reference": "9474a631b52737c623b6aeba22f00bbc003251da", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "composer-plugin-api": "^1.0", "php": "^5.5.9|^7.0.0" }, "type": "composer-plugin", "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "class": "Symfony\\Thanks\\Thanks" }, "autoload": { "psr-4": { "Symfony\\Thanks\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Give thanks (in the form of a GitHub ⭐) to your fellow PHP package maintainers (not limited to Symfony components)!", "time": "2018-08-24T14:08:13+00:00" }, { "name": "theseer/tokenizer", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b", "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b", "shasum": "", "mirrors": [ { "url": "https://dl.laravel-china.org/%package%/%reference%.%type%", "preferred": true } ] }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2017-04-07T12:08:54+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "dingo/api": 15, "ibrand/backend": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0.0" }, "platform-dev": [] }