Update composer deps

This commit is contained in:
Daniel Brendel
2022-12-19 15:14:25 +01:00
parent 83ece04fe3
commit 7cd954d4a3
2 changed files with 58 additions and 53 deletions

View File

@ -19,7 +19,7 @@
"prefer-stable": true,
"require": {
"php": ">=7.4.6",
"danielbrendel/asatru-php-framework": "^1.0",
"danielbrendel/asatru-php-framework": "dev-main",
"phpmailer/phpmailer": "^6.1",
"nesbot/carbon": "^2.0"
},

109
composer.lock generated
View File

@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0c936f57cd423d9fac99670ef3a5a36d",
"content-hash": "613c8afea5969efd26625ba2a842344d",
"packages": [
{
"name": "danielbrendel/asatru-php-framework",
"version": "1.0",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/danielbrendel/dnyAsatruPHP-Framework.git",
"reference": "efb0b5a71a61f0eeb82ed73494eebe895c773ad6"
"reference": "3cbd901e478dbfe73ed226ff203981bb8eb56030"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/danielbrendel/dnyAsatruPHP-Framework/zipball/efb0b5a71a61f0eeb82ed73494eebe895c773ad6",
"reference": "efb0b5a71a61f0eeb82ed73494eebe895c773ad6",
"url": "https://api.github.com/repos/danielbrendel/dnyAsatruPHP-Framework/zipball/3cbd901e478dbfe73ed226ff203981bb8eb56030",
"reference": "3cbd901e478dbfe73ed226ff203981bb8eb56030",
"shasum": ""
},
"require": {
@ -26,6 +26,7 @@
"phpmailer/phpmailer": "^6.1",
"phpunit/phpunit": "^8"
},
"default-branch": true,
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -45,9 +46,9 @@
],
"support": {
"issues": "https://github.com/danielbrendel/dnyAsatruPHP-Framework/issues",
"source": "https://github.com/danielbrendel/dnyAsatruPHP-Framework/tree/v1.0"
"source": "https://github.com/danielbrendel/dnyAsatruPHP-Framework/tree/main"
},
"time": "2022-07-19T10:04:30+00:00"
"time": "2022-12-02T11:34:30+00:00"
},
{
"name": "doctrine/instantiator",
@ -180,16 +181,16 @@
},
{
"name": "nesbot/carbon",
"version": "2.62.1",
"version": "2.64.0",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a"
"reference": "889546413c97de2d05063b8cb7b193c2531ea211"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
"reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211",
"reference": "889546413c97de2d05063b8cb7b193c2531ea211",
"shasum": ""
},
"require": {
@ -200,7 +201,7 @@
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"doctrine/dbal": "^2.0 || ^3.0",
"doctrine/dbal": "^2.0 || ^3.1.4",
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
@ -278,7 +279,7 @@
"type": "tidelift"
}
],
"time": "2022-09-02T07:48:13+00:00"
"time": "2022-11-26T17:36:00+00:00"
},
{
"name": "phar-io/manifest",
@ -393,16 +394,16 @@
},
{
"name": "phpmailer/phpmailer",
"version": "v6.6.4",
"version": "v6.7.1",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "a94fdebaea6bd17f51be0c2373ab80d3d681269b"
"reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a94fdebaea6bd17f51be0c2373ab80d3d681269b",
"reference": "a94fdebaea6bd17f51be0c2373ab80d3d681269b",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
"reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
"shasum": ""
},
"require": {
@ -412,22 +413,24 @@
"php": ">=5.5.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"doctrine/annotations": "^1.2.6 || ^1.13.3",
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6.2",
"yoast/phpunit-polyfills": "^1.0.0"
"squizlabs/php_codesniffer": "^3.7.1",
"yoast/phpunit-polyfills": "^1.0.4"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
},
"type": "library",
"autoload": {
@ -459,7 +462,7 @@
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.4"
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
},
"funding": [
{
@ -467,7 +470,7 @@
"type": "github"
}
],
"time": "2022-08-22T09:22:00+00:00"
"time": "2022-12-08T13:30:06+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -768,16 +771,16 @@
},
{
"name": "phpunit/phpunit",
"version": "8.5.30",
"version": "8.5.31",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "4fd448df9affda65a5faa58f8b93087d415216ce"
"reference": "33c126b09a42de5c99e5e8032b54e8221264a74e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4fd448df9affda65a5faa58f8b93087d415216ce",
"reference": "4fd448df9affda65a5faa58f8b93087d415216ce",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33c126b09a42de5c99e5e8032b54e8221264a74e",
"reference": "33c126b09a42de5c99e5e8032b54e8221264a74e",
"shasum": ""
},
"require": {
@ -845,7 +848,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.30"
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.31"
},
"funding": [
{
@ -861,7 +864,7 @@
"type": "tidelift"
}
],
"time": "2022-09-25T03:43:00+00:00"
"time": "2022-10-28T05:57:37+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
@ -1594,16 +1597,16 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.26.0",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"shasum": ""
},
"require": {
@ -1618,7 +1621,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -1657,7 +1660,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
},
"funding": [
{
@ -1673,20 +1676,20 @@
"type": "tidelift"
}
],
"time": "2022-05-24T11:49:31+00:00"
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.26.0",
"version": "v1.27.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"shasum": ""
},
"require": {
@ -1695,7 +1698,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
@ -1740,7 +1743,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
},
"funding": [
{
@ -1756,20 +1759,20 @@
"type": "tidelift"
}
],
"time": "2022-05-10T07:21:04+00:00"
"time": "2022-11-03T14:55:06+00:00"
},
{
"name": "symfony/translation",
"version": "v6.0.12",
"version": "v6.0.14",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "5e71973b4991e141271465dacf4bf9e719941424"
"reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/5e71973b4991e141271465dacf4bf9e719941424",
"reference": "5e71973b4991e141271465dacf4bf9e719941424",
"url": "https://api.github.com/repos/symfony/translation/zipball/6f99eb179aee4652c0a7cd7c11f2a870d904330c",
"reference": "6f99eb179aee4652c0a7cd7c11f2a870d904330c",
"shasum": ""
},
"require": {
@ -1835,7 +1838,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.0.12"
"source": "https://github.com/symfony/translation/tree/v6.0.14"
},
"funding": [
{
@ -1851,7 +1854,7 @@
"type": "tidelift"
}
],
"time": "2022-08-02T16:01:06+00:00"
"time": "2022-10-07T08:02:12+00:00"
},
{
"name": "symfony/translation-contracts",
@ -1985,7 +1988,9 @@
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"stability-flags": {
"danielbrendel/asatru-php-framework": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {