deps update
Diff
composer.json | 19 ++++++++++---------
composer.lock | 240 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------
2 files changed, 172 insertions(+), 87 deletions(-)
@@ -1,11 +1,12 @@
{
"require": {
"league/html-to-markdown": "^4.4",
"consolidation/robo": "~1",
"sunra/php-simple-html-dom-parser": "^1.5",
"kzykhys/yaml-front-matter": "^1.0"
},
"scripts": {
"run": "robo"
}
"require": {
"league/html-to-markdown": "^4.7",
"consolidation/robo": "~1",
"sunra/php-simple-html-dom-parser": "^1.5",
"kzykhys/yaml-front-matter": "^1.0",
"ryakad/pandoc-php": "~1.0"
},
"scripts": {
"run": "robo"
}
}
@@ -1,23 +1,23 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "bc39c5a624eadba37ac6d410d93fb3a6",
"content-hash": "edf3df58b421855e84f3b5539d04afc8",
"packages": [
{
"name": "consolidation/annotated-command",
"version": "2.8.3",
"version": "2.8.4",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
"reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437"
"reference": "651541a0b68318a2a202bda558a676e5ad92223c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
"reference": "8f8f5da2ca06fbd3a85f7d551c49f844b7c59437",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/651541a0b68318a2a202bda558a676e5ad92223c",
"reference": "651541a0b68318a2a202bda558a676e5ad92223c",
"shasum": ""
},
"require": {
@@ -29,9 +29,9 @@
"symfony/finder": "^2.5|^3|^4"
},
"require-dev": {
"greg-1-anderson/composer-test-scenarios": "^1",
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "^1.0.2 | dev-master",
"g1a/composer-test-scenarios": "^2",
"phpunit/phpunit": "^6",
"satooshi/php-coveralls": "^2",
"squizlabs/php_codesniffer": "^2.7"
},
"type": "library",
@@ -56,20 +56,20 @@
}
],
"description": "Initialize Symfony Console commands from annotated command class methods.",
"time": "2018-02-23T16:32:04+00:00"
"time": "2018-05-25T18:04:25+00:00"
},
{
"name": "consolidation/config",
"version": "1.0.9",
"version": "1.0.11",
"source": {
"type": "git",
"url": "https://github.com/consolidation/config.git",
"reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c"
"reference": "ede41d946078e97e7a9513aadc3352f1c26817af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/config/zipball/34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
"reference": "34ca8d7c1ee60a7b591b10617114cf1210a2e92c",
"url": "https://api.github.com/repos/consolidation/config/zipball/ede41d946078e97e7a9513aadc3352f1c26817af",
"reference": "ede41d946078e97e7a9513aadc3352f1c26817af",
"shasum": ""
},
"require": {
@@ -78,7 +78,7 @@
"php": ">=5.4.0"
},
"require-dev": {
"greg-1-anderson/composer-test-scenarios": "^1",
"g1a/composer-test-scenarios": "^1",
"phpunit/phpunit": "^4",
"satooshi/php-coveralls": "^1.0",
"squizlabs/php_codesniffer": "2.*",
@@ -110,20 +110,20 @@
}
],
"description": "Provide configuration services for a commandline tool.",
"time": "2017-12-22T17:28:19+00:00"
"time": "2018-05-27T01:17:02+00:00"
},
{
"name": "consolidation/log",
"version": "1.0.5",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
"reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821"
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/log/zipball/dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
"reference": "dbc7c535f319a4a2d5a5077738f8eb7c10df8821",
"url": "https://api.github.com/repos/consolidation/log/zipball/dfd8189a771fe047bf3cd669111b2de5f1c79395",
"reference": "dfd8189a771fe047bf3cd669111b2de5f1c79395",
"shasum": ""
},
"require": {
@@ -132,8 +132,9 @@
"symfony/console": "^2.8|^3|^4"
},
"require-dev": {
"g1a/composer-test-scenarios": "^1",
"phpunit/phpunit": "4.*",
"satooshi/php-coveralls": "dev-master",
"satooshi/php-coveralls": "^2",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
@@ -158,20 +159,20 @@
}
],
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
"time": "2017-11-29T01:44:16+00:00"
"time": "2018-05-25T18:14:39+00:00"
},
{
"name": "consolidation/output-formatters",
"version": "3.2.0",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
"reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9"
"reference": "d78ef59aea19d3e2e5a23f90a055155ee78a0ad5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/da889e4bce19f145ca4ec5b1725a946f4eb625a9",
"reference": "da889e4bce19f145ca4ec5b1725a946f4eb625a9",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/d78ef59aea19d3e2e5a23f90a055155ee78a0ad5",
"reference": "d78ef59aea19d3e2e5a23f90a055155ee78a0ad5",
"shasum": ""
},
"require": {
@@ -180,7 +181,7 @@
"symfony/finder": "^2.5|^3|^4"
},
"require-dev": {
"g-1-a/composer-test-scenarios": "^2",
"g1a/composer-test-scenarios": "^2",
"phpunit/phpunit": "^5.7.27",
"satooshi/php-coveralls": "^2",
"squizlabs/php_codesniffer": "^2.7",
@@ -213,25 +214,25 @@
}
],
"description": "Format text by applying transformations provided by plug-in formatters.",
"time": "2018-03-20T15:18:32+00:00"
"time": "2018-05-25T18:02:34+00:00"
},
{
"name": "consolidation/robo",
"version": "1.2.3",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/Robo.git",
"reference": "54a13e268917b92576d75e10dca8227b95a574d9"
"reference": "ac563abfadf7cb7314b4e152f2b5033a6c255f6f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/Robo/zipball/54a13e268917b92576d75e10dca8227b95a574d9",
"reference": "54a13e268917b92576d75e10dca8227b95a574d9",
"url": "https://api.github.com/repos/consolidation/Robo/zipball/ac563abfadf7cb7314b4e152f2b5033a6c255f6f",
"reference": "ac563abfadf7cb7314b4e152f2b5033a6c255f6f",
"shasum": ""
},
"require": {
"consolidation/annotated-command": "^2.8.2",
"consolidation/config": "^1.0.1",
"consolidation/config": "^1.0.10",
"consolidation/log": "~1",
"consolidation/output-formatters": "^3.1.13",
"grasmash/yaml-expander": "^1.3",
@@ -250,7 +251,7 @@
"codeception/aspect-mock": "^1|^2.1.1",
"codeception/base": "^2.3.7",
"codeception/verify": "^0.3.2",
"g-1-a/composer-test-scenarios": "^2",
"g1a/composer-test-scenarios": "^2",
"goaop/framework": "~2.1.2",
"goaop/parser-reflection": "^1.1.0",
"natxet/cssmin": "3.0.4",
@@ -293,7 +294,7 @@
}
],
"description": "Modern task runner",
"time": "2018-04-06T05:27:37+00:00"
"time": "2018-05-27T01:42:53+00:00"
},
{
"name": "container-interop/container-interop",
@@ -589,16 +590,16 @@
},
{
"name": "league/html-to-markdown",
"version": "4.6.2",
"version": "4.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/html-to-markdown.git",
"reference": "3af14d8f44838257a75822819784e83819b34e2e"
"reference": "76c076483cef89860d32a3fd25312f5a42848a8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/3af14d8f44838257a75822819784e83819b34e2e",
"reference": "3af14d8f44838257a75822819784e83819b34e2e",
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/76c076483cef89860d32a3fd25312f5a42848a8c",
"reference": "76c076483cef89860d32a3fd25312f5a42848a8c",
"shasum": ""
},
"require": {
@@ -617,7 +618,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.7-dev"
"dev-master": "4.8-dev"
}
},
"autoload": {
@@ -649,7 +650,7 @@
"html",
"markdown"
],
"time": "2018-01-07T19:45:06+00:00"
"time": "2018-05-19T23:47:12+00:00"
},
{
"name": "psr/container",
@@ -746,6 +747,32 @@
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
},
{
"name": "ryakad/pandoc-php",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/ryakad/pandoc-php.git",
"reference": "0cfdf959408e4c481db942b26785d94b9fe46672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ryakad/pandoc-php/zipball/0cfdf959408e4c481db942b26785d94b9fe46672",
"reference": "0cfdf959408e4c481db942b26785d94b9fe46672",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Pandoc": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"time": "2015-01-07T05:07:16+00:00"
},
{
"name": "sunra/php-simple-html-dom-parser",
@@ -797,16 +824,16 @@
},
{
"name": "symfony/console",
"version": "v4.0.9",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae"
"reference": "2d5d973bf9933d46802b01010bd25c800c87c242"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
"reference": "3e820bc2c520a87ca209ad8fa961c97f42e0b4ae",
"url": "https://api.github.com/repos/symfony/console/zipball/2d5d973bf9933d46802b01010bd25c800c87c242",
"reference": "2d5d973bf9933d46802b01010bd25c800c87c242",
"shasum": ""
},
"require": {
@@ -834,7 +861,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
@@ -861,20 +888,20 @@
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2018-04-30T01:23:47+00:00"
"time": "2018-05-30T07:26:09+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.0.9",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "63353a71073faf08f62caab4e6889b06a787f07b"
"reference": "2391ed210a239868e7256eb6921b1bd83f3087b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/63353a71073faf08f62caab4e6889b06a787f07b",
"reference": "63353a71073faf08f62caab4e6889b06a787f07b",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2391ed210a239868e7256eb6921b1bd83f3087b5",
"reference": "2391ed210a239868e7256eb6921b1bd83f3087b5",
"shasum": ""
},
"require": {
@@ -897,7 +924,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
@@ -924,29 +951,30 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2018-04-06T07:35:43+00:00"
"time": "2018-04-06T07:35:57+00:00"
},
{
"name": "symfony/filesystem",
"version": "v4.0.9",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21"
"reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
"reference": "5d2d655b2c72fc4d9bf7e9bf14f72a447b940f21",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
"reference": "562bf7005b55fd80d26b582d28e3e10f2dd5ae9c",
"shasum": ""
},
"require": {
"php": "^7.1.3"
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
@@ -973,20 +1001,20 @@
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
"time": "2018-02-22T10:50:29+00:00"
"time": "2018-05-30T07:26:09+00:00"
},
{
"name": "symfony/finder",
"version": "v4.0.9",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49"
"reference": "087e2ee0d74464a4c6baac4e90417db7477dc238"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
"reference": "ca27c02b7a3fef4828c998c2ff9ba7aae1641c49",
"url": "https://api.github.com/repos/symfony/finder/zipball/087e2ee0d74464a4c6baac4e90417db7477dc238",
"reference": "087e2ee0d74464a4c6baac4e90417db7477dc238",
"shasum": ""
},
"require": {
@@ -995,7 +1023,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
@@ -1021,8 +1049,63 @@
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
"time": "2018-05-16T14:33:22+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.8.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
"reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-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",
"time": "2018-04-04T05:10:37+00:00"
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-04-30T19:57:29+00:00"
},
{
"name": "symfony/polyfill-mbstring",
@@ -1085,16 +1168,16 @@
},
{
"name": "symfony/process",
"version": "v4.0.9",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25"
"reference": "73445bd33b0d337c060eef9652b94df72b6b3434"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
"reference": "d7dc1ee5dfe9f732cb1bba7310f5b99f2b7a6d25",
"url": "https://api.github.com/repos/symfony/process/zipball/73445bd33b0d337c060eef9652b94df72b6b3434",
"reference": "73445bd33b0d337c060eef9652b94df72b6b3434",
"shasum": ""
},
"require": {
@@ -1103,7 +1186,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
@@ -1130,24 +1213,25 @@
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
"time": "2018-04-03T05:24:00+00:00"
"time": "2018-05-30T07:26:09+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.0.9",
"version": "v4.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d"
"reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/275ad099e4cbe612a2acbca14a16dd1c5311324d",
"reference": "275ad099e4cbe612a2acbca14a16dd1c5311324d",
"url": "https://api.github.com/repos/symfony/yaml/zipball/80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
"reference": "80e4bfa9685fc4a09acc4a857ec16974a9cd944e",
"shasum": ""
},
"require": {
"php": "^7.1.3"
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
@@ -1161,7 +1245,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
"dev-master": "4.1-dev"
}
},
"autoload": {
@@ -1188,7 +1272,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2018-04-08T08:49:08+00:00"
"time": "2018-05-30T07:26:09+00:00"
}
],
"packages-dev": [],