|
@@ -628,16 +628,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "egulias/email-validator",
|
|
|
- "version": "2.1.13",
|
|
|
+ "version": "2.1.14",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/egulias/EmailValidator.git",
|
|
|
- "reference": "834593d5900615639208417760ba6a17299e2497"
|
|
|
+ "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/834593d5900615639208417760ba6a17299e2497",
|
|
|
- "reference": "834593d5900615639208417760ba6a17299e2497",
|
|
|
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c4b8d12921999d8a561004371701dbc2e05b5ece",
|
|
|
+ "reference": "c4b8d12921999d8a561004371701dbc2e05b5ece",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -681,53 +681,7 @@
|
|
|
"validation",
|
|
|
"validator"
|
|
|
],
|
|
|
- "time": "2019-12-30T08:14:25+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "erusev/parsedown",
|
|
|
- "version": "1.7.4",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/erusev/parsedown.git",
|
|
|
- "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
|
- "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "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": "2019-12-30T22:54:17+00:00"
|
|
|
+ "time": "2020-01-05T14:11:20+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "fideloper/proxy",
|
|
@@ -1176,28 +1130,165 @@
|
|
|
"description": "Highlight PHP code in terminal",
|
|
|
"time": "2018-09-29T18:48:56+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-diactoros",
|
|
|
+ "version": "2.2.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-diactoros.git",
|
|
|
+ "reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/95178c4751d737cdf9ab0a9f70a42754ac860e7b",
|
|
|
+ "reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "laminas/laminas-zendframework-bridge": "^1.0",
|
|
|
+ "php": "^7.1",
|
|
|
+ "psr/http-factory": "^1.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpspec/prophecy": "<1.9.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-factory-implementation": "1.0",
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "zendframework/zend-diactoros": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-curl": "*",
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "http-interop/http-factory-tests": "^0.5.0",
|
|
|
+ "laminas/laminas-coding-standard": "~1.0.0",
|
|
|
+ "php-http/psr7-integration-tests": "dev-master",
|
|
|
+ "phpunit/phpunit": "^7.5.18"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.1.x-dev",
|
|
|
+ "dev-develop": "2.2.x-dev",
|
|
|
+ "dev-release-1.8": "1.8.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",
|
|
|
+ "src/functions/create_uploaded_file.legacy.php",
|
|
|
+ "src/functions/marshal_headers_from_sapi.legacy.php",
|
|
|
+ "src/functions/marshal_method_from_sapi.legacy.php",
|
|
|
+ "src/functions/marshal_protocol_version_from_sapi.legacy.php",
|
|
|
+ "src/functions/marshal_uri_from_sapi.legacy.php",
|
|
|
+ "src/functions/normalize_server.legacy.php",
|
|
|
+ "src/functions/normalize_uploaded_files.legacy.php",
|
|
|
+ "src/functions/parse_cookie_header.legacy.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\Diactoros\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "PSR HTTP Message implementations",
|
|
|
+ "homepage": "https://laminas.dev",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "laminas",
|
|
|
+ "psr",
|
|
|
+ "psr-7"
|
|
|
+ ],
|
|
|
+ "time": "2020-01-07T19:39:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "laminas/laminas-zendframework-bridge",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
|
|
|
+ "reference": "0fb9675b84a1666ab45182b6c5b29956921e818d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/0fb9675b84a1666ab45182b6c5b29956921e818d",
|
|
|
+ "reference": "0fb9675b84a1666ab45182b6c5b29956921e818d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev",
|
|
|
+ "dev-develop": "1.1.x-dev"
|
|
|
+ },
|
|
|
+ "laminas": {
|
|
|
+ "module": "Laminas\\ZendFrameworkBridge"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src/autoload.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Laminas\\ZendFrameworkBridge\\": "src//"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Alias legacy ZF class names to Laminas Project equivalents.",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "autoloading",
|
|
|
+ "laminas",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2020-01-07T22:58:31+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "laravel/framework",
|
|
|
- "version": "v6.9.0",
|
|
|
+ "version": "v6.10.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/framework.git",
|
|
|
- "reference": "60610be97ca389fa4b959d4d13fb3690970d9fb7"
|
|
|
+ "reference": "fe45ad5bc89e5e1b08ab2c8687f9be01c9c84d14"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/framework/zipball/60610be97ca389fa4b959d4d13fb3690970d9fb7",
|
|
|
- "reference": "60610be97ca389fa4b959d4d13fb3690970d9fb7",
|
|
|
+ "url": "https://api.github.com/repos/laravel/framework/zipball/fe45ad5bc89e5e1b08ab2c8687f9be01c9c84d14",
|
|
|
+ "reference": "fe45ad5bc89e5e1b08ab2c8687f9be01c9c84d14",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"doctrine/inflector": "^1.1",
|
|
|
"dragonmantank/cron-expression": "^2.0",
|
|
|
"egulias/email-validator": "^2.1.10",
|
|
|
- "erusev/parsedown": "^1.7",
|
|
|
"ext-json": "*",
|
|
|
"ext-mbstring": "*",
|
|
|
"ext-openssl": "*",
|
|
|
+ "league/commonmark": "^1.1",
|
|
|
+ "league/commonmark-ext-table": "^2.1",
|
|
|
"league/flysystem": "^1.0.8",
|
|
|
"monolog/monolog": "^1.12|^2.0",
|
|
|
"nesbot/carbon": "^2.0",
|
|
@@ -1257,14 +1348,13 @@
|
|
|
"filp/whoops": "^2.4",
|
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
|
"league/flysystem-cached-adapter": "^1.0",
|
|
|
- "mockery/mockery": "^1.2.3",
|
|
|
+ "mockery/mockery": "^1.3.1",
|
|
|
"moontoast/math": "^1.1",
|
|
|
"orchestra/testbench-core": "^4.0",
|
|
|
"pda/pheanstalk": "^4.0",
|
|
|
- "phpunit/phpunit": "^8.3",
|
|
|
+ "phpunit/phpunit": "^8.4|^9.0",
|
|
|
"predis/predis": "^1.1.1",
|
|
|
- "symfony/cache": "^4.3",
|
|
|
- "true/punycode": "^2.1"
|
|
|
+ "symfony/cache": "^4.3.4"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
|
|
@@ -1282,6 +1372,7 @@
|
|
|
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
|
|
|
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
|
|
|
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
|
|
|
+ "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
|
|
|
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
|
|
|
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
|
|
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
|
|
@@ -1320,20 +1411,20 @@
|
|
|
"framework",
|
|
|
"laravel"
|
|
|
],
|
|
|
- "time": "2019-12-19T18:16:22+00:00"
|
|
|
+ "time": "2020-01-08T21:17:42+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/passport",
|
|
|
- "version": "v8.1.0",
|
|
|
+ "version": "v8.2.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/laravel/passport.git",
|
|
|
- "reference": "e45ac135c94f72ff77dbc61de97762b35cb76048"
|
|
|
+ "reference": "4c163b7821d29b6166fc2e93ad7649428b51c6db"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/laravel/passport/zipball/e45ac135c94f72ff77dbc61de97762b35cb76048",
|
|
|
- "reference": "e45ac135c94f72ff77dbc61de97762b35cb76048",
|
|
|
+ "url": "https://api.github.com/repos/laravel/passport/zipball/4c163b7821d29b6166fc2e93ad7649428b51c6db",
|
|
|
+ "reference": "4c163b7821d29b6166fc2e93ad7649428b51c6db",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -1349,14 +1440,15 @@
|
|
|
"illuminate/encryption": "^6.0|^7.0",
|
|
|
"illuminate/http": "^6.0|^7.0",
|
|
|
"illuminate/support": "^6.0|^7.0",
|
|
|
+ "laminas/laminas-diactoros": "^2.2",
|
|
|
"league/oauth2-server": "^8.0",
|
|
|
"php": "^7.2",
|
|
|
"phpseclib/phpseclib": "^2.0",
|
|
|
- "symfony/psr-http-message-bridge": "^1.0",
|
|
|
- "zendframework/zend-diactoros": "^2.0"
|
|
|
+ "symfony/psr-http-message-bridge": "^1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"mockery/mockery": "^1.0",
|
|
|
+ "orchestra/testbench": "^4.4|^5.0",
|
|
|
"phpunit/phpunit": "^8.0"
|
|
|
},
|
|
|
"type": "library",
|
|
@@ -1391,7 +1483,7 @@
|
|
|
"oauth",
|
|
|
"passport"
|
|
|
],
|
|
|
- "time": "2019-12-30T22:20:25+00:00"
|
|
|
+ "time": "2020-01-07T19:25:00+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "laravel/tinker",
|
|
@@ -1511,6 +1603,142 @@
|
|
|
],
|
|
|
"time": "2019-05-24T18:30:49+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "league/commonmark",
|
|
|
+ "version": "1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/commonmark.git",
|
|
|
+ "reference": "2533c389fd2a7573d4f7be279b1c33cf941c8dfc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2533c389fd2a7573d4f7be279b1c33cf941c8dfc",
|
|
|
+ "reference": "2533c389fd2a7573d4f7be279b1c33cf941c8dfc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "php": "^7.1"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "colinodell/commonmark-php": "*"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "cebe/markdown": "~1.0",
|
|
|
+ "commonmark/commonmark.js": "0.29.1",
|
|
|
+ "erusev/parsedown": "~1.0",
|
|
|
+ "ext-json": "*",
|
|
|
+ "michelf/php-markdown": "~1.4",
|
|
|
+ "mikehaertl/php-shellcommand": "^1.4",
|
|
|
+ "phpstan/phpstan-shim": "^0.11.5",
|
|
|
+ "phpunit/phpunit": "^7.5",
|
|
|
+ "scrutinizer/ocular": "^1.5",
|
|
|
+ "symfony/finder": "^4.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "league/commonmark-extras": "Library of useful extensions including smart punctuation"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/commonmark"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.3-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\CommonMark\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Colin O'Dell",
|
|
|
+ "email": "colinodell@gmail.com",
|
|
|
+ "homepage": "https://www.colinodell.com",
|
|
|
+ "role": "Lead Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "PHP Markdown parser based on the CommonMark spec",
|
|
|
+ "homepage": "https://commonmark.thephpleague.com",
|
|
|
+ "keywords": [
|
|
|
+ "commonmark",
|
|
|
+ "markdown",
|
|
|
+ "parser"
|
|
|
+ ],
|
|
|
+ "time": "2020-01-09T22:41:09+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "league/commonmark-ext-table",
|
|
|
+ "version": "v2.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/commonmark-ext-table.git",
|
|
|
+ "reference": "3228888ea69636e855efcf6636ff8e6316933fe7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/commonmark-ext-table/zipball/3228888ea69636e855efcf6636ff8e6316933fe7",
|
|
|
+ "reference": "3228888ea69636e855efcf6636ff8e6316933fe7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "league/commonmark": "~0.19.3|^1.0",
|
|
|
+ "php": "^7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.14",
|
|
|
+ "phpstan/phpstan": "~0.11",
|
|
|
+ "phpunit/phpunit": "^7.0|^8.0",
|
|
|
+ "symfony/var-dumper": "^4.0",
|
|
|
+ "vimeo/psalm": "^3.0"
|
|
|
+ },
|
|
|
+ "type": "commonmark-extension",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.2-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\CommonMark\\Ext\\Table\\": "src"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Martin Hasoň",
|
|
|
+ "email": "martin.hason@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Webuni s.r.o.",
|
|
|
+ "homepage": "https://www.webuni.cz"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Colin O'Dell",
|
|
|
+ "email": "colinodell@gmail.com",
|
|
|
+ "homepage": "https://www.colinodell.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Table extension for league/commonmark",
|
|
|
+ "homepage": "https://github.com/thephpleague/commonmark-ext-table",
|
|
|
+ "keywords": [
|
|
|
+ "commonmark",
|
|
|
+ "extension",
|
|
|
+ "markdown",
|
|
|
+ "table"
|
|
|
+ ],
|
|
|
+ "time": "2019-09-26T13:28:33+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "league/event",
|
|
|
"version": "2.2.0",
|
|
@@ -4781,74 +5009,6 @@
|
|
|
"environment"
|
|
|
],
|
|
|
"time": "2019-09-10T21:37:39+00:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "zendframework/zend-diactoros",
|
|
|
- "version": "2.2.1",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
- "reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
|
|
|
- "reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": "^7.1",
|
|
|
- "psr/http-factory": "^1.0",
|
|
|
- "psr/http-message": "^1.0"
|
|
|
- },
|
|
|
- "provide": {
|
|
|
- "psr/http-factory-implementation": "1.0",
|
|
|
- "psr/http-message-implementation": "1.0"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "ext-curl": "*",
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-libxml": "*",
|
|
|
- "http-interop/http-factory-tests": "^0.5.0",
|
|
|
- "php-http/psr7-integration-tests": "dev-master",
|
|
|
- "phpunit/phpunit": "^7.0.2",
|
|
|
- "zendframework/zend-coding-standard": "~1.0.0"
|
|
|
- },
|
|
|
- "type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "2.1.x-dev",
|
|
|
- "dev-develop": "2.2.x-dev",
|
|
|
- "dev-release-1.8": "1.8.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-3-Clause"
|
|
|
- ],
|
|
|
- "description": "PSR HTTP Message implementations",
|
|
|
- "keywords": [
|
|
|
- "http",
|
|
|
- "psr",
|
|
|
- "psr-7"
|
|
|
- ],
|
|
|
- "abandoned": "laminas/laminas-diactoros",
|
|
|
- "time": "2019-11-13T19:16:13+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|
|
@@ -6358,16 +6518,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/phpunit",
|
|
|
- "version": "8.5.1",
|
|
|
+ "version": "8.5.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
- "reference": "7870c78da3c5e4883eaef36ae47853ebb3cb86f2"
|
|
|
+ "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7870c78da3c5e4883eaef36ae47853ebb3cb86f2",
|
|
|
- "reference": "7870c78da3c5e4883eaef36ae47853ebb3cb86f2",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
|
|
|
+ "reference": "018b6ac3c8ab20916db85fa91bf6465acb64d1e0",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -6437,7 +6597,7 @@
|
|
|
"testing",
|
|
|
"xunit"
|
|
|
],
|
|
|
- "time": "2019-12-25T14:49:39+00:00"
|
|
|
+ "time": "2020-01-08T08:49:49+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "scrivo/highlight.php",
|