Updated libraries.

This commit is contained in:
flash 2019-05-13 16:39:05 +02:00
parent 97020c8ca9
commit d9836b2267
2 changed files with 40 additions and 30 deletions

64
composer.lock generated
View file

@ -4,28 +4,30 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "42a58d99558e278b1191ae30da5461fb", "content-hash": "9d392430e326cc07adcdb41f72c0f2cc",
"packages": [ "packages": [
{ {
"name": "chillerlan/php-qrcode", "name": "chillerlan/php-qrcode",
"version": "3.0.3", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/chillerlan/php-qrcode.git", "url": "https://github.com/chillerlan/php-qrcode.git",
"reference": "ba81dab259d687d246295e6998533c314367847a" "reference": "71368715f54bb9012b25634b510d938af7b04cc9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/ba81dab259d687d246295e6998533c314367847a", "url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/71368715f54bb9012b25634b510d938af7b04cc9",
"reference": "ba81dab259d687d246295e6998533c314367847a", "reference": "71368715f54bb9012b25634b510d938af7b04cc9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"chillerlan/php-settings-container": "^1.0", "chillerlan/php-settings-container": "^1.0",
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.2" "php": "^7.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^7.5" "phpunit/phpunit": "^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -48,30 +50,38 @@
"homepage": "https://github.com/kazuhikoarase" "homepage": "https://github.com/kazuhikoarase"
}, },
{ {
"name": "Smiley", "name": "smiley",
"email": "smiley@chillerlan.net", "email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher" "homepage": "https://github.com/codemasher"
},
{
"name": "Contributors",
"homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
} }
], ],
"description": "A QR code generator. PHP 7.2+", "description": "A QR code generator. PHP 7.2+",
"homepage": "https://github.com/chillerlan/php-qrcode", "homepage": "https://github.com/chillerlan/php-qrcode",
"keywords": [ "keywords": [
"qr code" "phpqrcode",
"qr",
"qr code",
"qrcode",
"qrcode-generator"
], ],
"time": "2018-12-20T15:37:46+00:00" "time": "2019-04-19T15:51:02+00:00"
}, },
{ {
"name": "chillerlan/php-settings-container", "name": "chillerlan/php-settings-container",
"version": "1.0.2", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/chillerlan/php-settings-container.git", "url": "https://github.com/chillerlan/php-settings-container.git",
"reference": "d7a555304a3e687db1de1b8b0a6b4196ba9957da" "reference": "bab35c989468069fb6ee196925c98f8d3b53f407"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/d7a555304a3e687db1de1b8b0a6b4196ba9957da", "url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/bab35c989468069fb6ee196925c98f8d3b53f407",
"reference": "d7a555304a3e687db1de1b8b0a6b4196ba9957da", "reference": "bab35c989468069fb6ee196925c98f8d3b53f407",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -79,7 +89,7 @@
"php": "^7.2" "php": "^7.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0" "phpunit/phpunit": "^8.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -93,7 +103,7 @@
], ],
"authors": [ "authors": [
{ {
"name": "Smiley", "name": "smiley",
"email": "smiley@chillerlan.net", "email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher" "homepage": "https://github.com/codemasher"
} }
@ -106,7 +116,7 @@
"container", "container",
"helper" "helper"
], ],
"time": "2019-03-01T15:54:49+00:00" "time": "2019-05-04T21:53:59+00:00"
}, },
{ {
"name": "composer/ca-bundle", "name": "composer/ca-bundle",
@ -764,16 +774,16 @@
}, },
{ {
"name": "swiftmailer/swiftmailer", "name": "swiftmailer/swiftmailer",
"version": "v6.2.0", "version": "v6.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707" "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"reference": "6fa3232ff9d3f8237c0fae4b7ff05e1baa4cd707", "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -822,7 +832,7 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2019-03-10T07:52:41+00:00" "time": "2019-04-21T09:21:45+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
@ -1174,16 +1184,16 @@
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v2.7.4", "version": "v2.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "ed9c49220e09bfaeb1ba4d48077c08a7b09908dd" "reference": "82a1c055c8ed4c4705023bfd0405f3c74db6e3ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ed9c49220e09bfaeb1ba4d48077c08a7b09908dd", "url": "https://api.github.com/repos/twigphp/Twig/zipball/82a1c055c8ed4c4705023bfd0405f3c74db6e3ae",
"reference": "ed9c49220e09bfaeb1ba4d48077c08a7b09908dd", "reference": "82a1c055c8ed4c4705023bfd0405f3c74db6e3ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1199,7 +1209,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7-dev" "dev-master": "2.9-dev"
} }
}, },
"autoload": { "autoload": {
@ -1237,7 +1247,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2019-03-23T14:28:58+00:00" "time": "2019-04-28T06:57:38+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],

View file

@ -3,9 +3,9 @@
"@fortawesome/fontawesome-free@^5.3.1": "@fortawesome/fontawesome-free@^5.3.1":
version "5.8.1" version "5.8.2"
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.8.1.tgz#cbafbfe8894c4e3e3c3a9da6774e249ac1f2da8b" resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.8.2.tgz#fae4112c4fb47086f6ae167e32524b280000abd5"
integrity sha512-GJtx6e55qLEOy2gPOsok2lohjpdWNGrYGtQx0FFT/++K4SYx+Z8LlPHdQBaFzKEwH5IbBB4fNgb//uyZjgYXoA== integrity sha512-E4fDUF4fbu9AxKpaQQqCN3XBnNzb/5e0Gvd9OaQsYkK574LVI57v/EqqPfIm/mC7jYbxaPNrhvT5AF+Yzwyizg==
highlightjs@^9.10.0: highlightjs@^9.10.0:
version "9.12.0" version "9.12.0"