country flags added and country switcher added

This commit is contained in:
Benjamin Takats
2022-11-30 16:59:14 +01:00
parent 5da4044450
commit cad1ee22b9
526 changed files with 35618 additions and 25 deletions

137
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d24618febd9e2bd450aeeb6d229e565c",
"content-hash": "d3e34c1e8befe39e6749f1438ec54568",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -60,6 +60,87 @@
},
"time": "2022-03-14T02:02:36+00:00"
},
{
"name": "blade-ui-kit/blade-icons",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/blade-ui-kit/blade-icons.git",
"reference": "977559507feebba431019abf1b319d71dfdacd95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/977559507feebba431019abf1b319d71dfdacd95",
"reference": "977559507feebba431019abf1b319d71dfdacd95",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0|^9.0",
"illuminate/filesystem": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/view": "^8.0|^9.0",
"php": "^7.4|^8.0",
"symfony/console": "^5.3|^6.0",
"symfony/finder": "^5.3|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.3",
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0"
},
"bin": [
"bin/blade-icons-generate"
],
"type": "library",
"extra": {
"laravel": {
"providers": [
"BladeUI\\Icons\\BladeIconsServiceProvider"
]
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"BladeUI\\Icons\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dries Vints",
"homepage": "https://driesvints.com"
}
],
"description": "A package to easily make use of icons in your Laravel Blade views.",
"homepage": "https://github.com/blade-ui-kit/blade-icons",
"keywords": [
"blade",
"icons",
"laravel",
"svg"
],
"support": {
"issues": "https://github.com/blade-ui-kit/blade-icons/issues",
"source": "https://github.com/blade-ui-kit/blade-icons"
},
"funding": [
{
"url": "https://github.com/caneco",
"type": "github"
},
{
"url": "https://github.com/driesvints",
"type": "github"
}
],
"time": "2022-09-30T11:26:24+00:00"
},
{
"name": "brick/math",
"version": "0.10.2",
@@ -4761,6 +4842,60 @@
],
"time": "2022-04-21T12:23:20+00:00"
},
{
"name": "stijnvanouplines/blade-country-flags",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/stijnvanouplines/blade-country-flags.git",
"reference": "3a470148704e17349e651cc30ac2873a81dedbb4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stijnvanouplines/blade-country-flags/zipball/3a470148704e17349e651cc30ac2873a81dedbb4",
"reference": "3a470148704e17349e651cc30ac2873a81dedbb4",
"shasum": ""
},
"require": {
"blade-ui-kit/blade-icons": "^1.0",
"illuminate/support": "^8.0|^9.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.18",
"pestphp/pest": "^1.4",
"spatie/pest-plugin-snapshots": "^1.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"StijnVanouplines\\BladeCountryFlags\\BladeCountryFlagsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"StijnVanouplines\\BladeCountryFlags\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A package to easily make use of country flags in your Laravel Blade views.",
"homepage": "https://github.com/stijnvanouplines/blade-country-flags",
"keywords": [
"blade",
"country flags",
"laravel"
],
"support": {
"issues": "https://github.com/stijnvanouplines/blade-country-flags/issues",
"source": "https://github.com/stijnvanouplines/blade-country-flags/tree/1.0.2"
},
"time": "2022-02-09T10:54:18+00:00"
},
{
"name": "symfony/console",
"version": "v6.1.8",