switchable countries

This commit is contained in:
Benjamin Takats
2022-12-13 14:04:25 +01:00
parent bb2b722ea3
commit 2214142871
4 changed files with 68 additions and 21 deletions

14
composer.lock generated
View File

@@ -4434,7 +4434,7 @@
},
{
"name": "nova/start",
"version": "dev-blueprint",
"version": "dev-master",
"dist": {
"type": "path",
"url": "./nova-components/Start",
@@ -13815,16 +13815,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.19",
"version": "9.2.20",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559"
"reference": "af7463c955007de36db0c5e26d03e2f933c2e980"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/c77b56b63e3d2031bd8997fcec43c1925ae46559",
"reference": "c77b56b63e3d2031bd8997fcec43c1925ae46559",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/af7463c955007de36db0c5e26d03e2f933c2e980",
"reference": "af7463c955007de36db0c5e26d03e2f933c2e980",
"shasum": ""
},
"require": {
@@ -13880,7 +13880,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.19"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.20"
},
"funding": [
{
@@ -13888,7 +13888,7 @@
"type": "github"
}
],
"time": "2022-11-18T07:47:47+00:00"
"time": "2022-12-13T07:49:28+00:00"
},
{
"name": "phpunit/php-file-iterator",