Fix generation issue, update dependencies

This commit is contained in:
Stéphane Goetz 2019-12-09 19:21:16 +01:00
parent ac60948fab
commit 01c97c64c7
3 changed files with 55 additions and 54 deletions

View File

@ -23,13 +23,13 @@
"league/commonmark-ext-table": "^2.0.0", "league/commonmark-ext-table": "^2.0.0",
"league/plates": "~3.1", "league/plates": "~3.1",
"myclabs/deep-copy": "^1.5", "myclabs/deep-copy": "^1.5",
"scrivo/highlight.php": "^9.15",
"symfony/console": "^5.0", "symfony/console": "^5.0",
"symfony/http-foundation": "^5.0", "symfony/http-foundation": "^5.0",
"symfony/mime": "^5.0",
"symfony/polyfill-intl-icu": "^1.10", "symfony/polyfill-intl-icu": "^1.10",
"symfony/process": "^5.0", "symfony/process": "^5.0",
"webuni/front-matter": "^1.0.0", "webuni/front-matter": "^1.0.0"
"scrivo/highlight.php": "^9.15",
"symfony/mime": "^5.0"
}, },
"suggest":{ "suggest":{
"ext-intl": "Allows to translate the modified at date" "ext-intl": "Allows to translate the modified at date"

101
composer.lock generated
View File

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.4.1", "version": "6.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "0895c932405407fd3a7368b6910c09a24d26db11" "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
"reference": "0895c932405407fd3a7368b6910c09a24d26db11", "reference": "dbc2bc3a293ed6b1ae08a3651e2bfd213d19b6a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -32,12 +32,13 @@
"psr/log": "^1.1" "psr/log": "^1.1"
}, },
"suggest": { "suggest": {
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware" "psr/log": "Required for using the Log middleware"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.3-dev" "dev-master": "6.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -70,7 +71,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2019-10-23T15:58:00+00:00" "time": "2019-12-07T18:20:45+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -641,16 +642,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.0.0", "version": "v5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "1ece22ce0c2d54572dafcd114cc08c0031cc0ac3" "reference": "dae5ef273d700771168ab889d9f8a19b2d206656"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/1ece22ce0c2d54572dafcd114cc08c0031cc0ac3", "url": "https://api.github.com/repos/symfony/console/zipball/dae5ef273d700771168ab889d9f8a19b2d206656",
"reference": "1ece22ce0c2d54572dafcd114cc08c0031cc0ac3", "reference": "dae5ef273d700771168ab889d9f8a19b2d206656",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -713,20 +714,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-18T17:27:11+00:00" "time": "2019-12-01T10:51:15+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.0.0", "version": "v5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "c5c226b6f164ae4f95c4bffbe940c81050940eda" "reference": "83eb54b75f5365722d4ccdb6559fb099e799202e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/c5c226b6f164ae4f95c4bffbe940c81050940eda", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/83eb54b75f5365722d4ccdb6559fb099e799202e",
"reference": "c5c226b6f164ae4f95c4bffbe940c81050940eda", "reference": "83eb54b75f5365722d4ccdb6559fb099e799202e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -768,20 +769,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-18T17:27:11+00:00" "time": "2019-11-28T14:20:16+00:00"
}, },
{ {
"name": "symfony/intl", "name": "symfony/intl",
"version": "v5.0.0", "version": "v5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/intl.git", "url": "https://github.com/symfony/intl.git",
"reference": "1a700ae25f25f1f7b2201da020184bff5a8912c0" "reference": "41f910d47883c6ab37087ca4a3332e21e1d682f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/intl/zipball/1a700ae25f25f1f7b2201da020184bff5a8912c0", "url": "https://api.github.com/repos/symfony/intl/zipball/41f910d47883c6ab37087ca4a3332e21e1d682f4",
"reference": "1a700ae25f25f1f7b2201da020184bff5a8912c0", "reference": "41f910d47883c6ab37087ca4a3332e21e1d682f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -843,20 +844,20 @@
"l10n", "l10n",
"localization" "localization"
], ],
"time": "2019-11-18T17:27:11+00:00" "time": "2019-11-26T23:25:11+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v5.0.0", "version": "v5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "76f3c09b7382bf979af7bcd8e6f8033f1324285e" "reference": "0e6a4ced216e49d457eddcefb61132173a876d79"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/76f3c09b7382bf979af7bcd8e6f8033f1324285e", "url": "https://api.github.com/repos/symfony/mime/zipball/0e6a4ced216e49d457eddcefb61132173a876d79",
"reference": "76f3c09b7382bf979af7bcd8e6f8033f1324285e", "reference": "0e6a4ced216e49d457eddcefb61132173a876d79",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -905,11 +906,11 @@
"mime", "mime",
"mime-type" "mime-type"
], ],
"time": "2019-11-18T17:27:11+00:00" "time": "2019-11-30T14:12:50+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
@ -967,7 +968,7 @@
}, },
{ {
"name": "symfony/polyfill-intl-icu", "name": "symfony/polyfill-intl-icu",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-icu.git", "url": "https://github.com/symfony/polyfill-intl-icu.git",
@ -1025,7 +1026,7 @@
}, },
{ {
"name": "symfony/polyfill-intl-idn", "name": "symfony/polyfill-intl-idn",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git", "url": "https://github.com/symfony/polyfill-intl-idn.git",
@ -1087,7 +1088,7 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
@ -1146,7 +1147,7 @@
}, },
{ {
"name": "symfony/polyfill-php72", "name": "symfony/polyfill-php72",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php72.git", "url": "https://github.com/symfony/polyfill-php72.git",
@ -1201,7 +1202,7 @@
}, },
{ {
"name": "symfony/polyfill-php73", "name": "symfony/polyfill-php73",
"version": "v1.13.0", "version": "v1.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php73.git", "url": "https://github.com/symfony/polyfill-php73.git",
@ -1259,16 +1260,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.0.0", "version": "v5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "110f98bed214a007eb440c7bb14088fed96f847f" "reference": "1568a2e8370fbc7416ef64eb5a698e4a05db5ff4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/110f98bed214a007eb440c7bb14088fed96f847f", "url": "https://api.github.com/repos/symfony/process/zipball/1568a2e8370fbc7416ef64eb5a698e4a05db5ff4",
"reference": "110f98bed214a007eb440c7bb14088fed96f847f", "reference": "1568a2e8370fbc7416ef64eb5a698e4a05db5ff4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1304,24 +1305,24 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2019-11-18T17:27:11+00:00" "time": "2019-11-28T14:20:16+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v2.0.0", "version": "v2.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf" "reference": "144c5e51266b281231e947b51223ba14acf1a749"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/9d99e1556417bf227a62e14856d630672bf10eaf", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "9d99e1556417bf227a62e14856d630672bf10eaf", "reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.9", "php": "^7.2.5",
"psr/container": "^1.0" "psr/container": "^1.0"
}, },
"suggest": { "suggest": {
@ -1362,11 +1363,11 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"time": "2019-11-09T09:18:34+00:00" "time": "2019-11-18T17:27:11+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.4.0", "version": "v4.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
@ -2164,16 +2165,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "8.4.3", "version": "8.5.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "67f9e35bffc0dd52d55d565ddbe4230454fd6a4e" "reference": "3ee1c1fd6fc264480c25b6fb8285edefe1702dab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/67f9e35bffc0dd52d55d565ddbe4230454fd6a4e", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3ee1c1fd6fc264480c25b6fb8285edefe1702dab",
"reference": "67f9e35bffc0dd52d55d565ddbe4230454fd6a4e", "reference": "3ee1c1fd6fc264480c25b6fb8285edefe1702dab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2217,7 +2218,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "8.4-dev" "dev-master": "8.5-dev"
} }
}, },
"autoload": { "autoload": {
@ -2243,7 +2244,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2019-11-06T09:42:23+00:00" "time": "2019-12-06T05:41:38+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",

View File

@ -81,7 +81,7 @@ abstract class Entry
/** /**
* @return string * @return string
*/ */
public function getTitle(): string public function getTitle(): ?string
{ {
return $this->title; return $this->title;
} }