add new public repo

This commit is contained in:
Andras Bacsai
2023-04-25 14:43:35 +02:00
parent dd51b002b8
commit 6135c139da
42 changed files with 495 additions and 210 deletions

64
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": "d7ed21949975efcb1891e098e4d2abfa",
"content-hash": "987e0c4c7aea49957b194208f27253b3",
"packages": [
{
"name": "bacon/bacon-qr-code",
@@ -4180,6 +4180,68 @@
],
"time": "2023-03-06T07:22:28+00:00"
},
{
"name": "spatie/url",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/url.git",
"reference": "8a52d669b7ada3bd8ba4a3cdba885056a35a978d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/url/zipball/8a52d669b7ada3bd8ba4a3cdba885056a35a978d",
"reference": "8a52d669b7ada3bd8ba4a3cdba885056a35a978d",
"shasum": ""
},
"require": {
"php": "^8.0",
"psr/http-message": "^1.0",
"spatie/macroable": "^2.0"
},
"require-dev": {
"pestphp/pest": "^1.21"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Url\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Parse, build and manipulate URL's",
"homepage": "https://github.com/spatie/url",
"keywords": [
"spatie",
"url"
],
"support": {
"issues": "https://github.com/spatie/url/issues",
"source": "https://github.com/spatie/url/tree/2.2.0"
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2022-12-14T09:57:56+00:00"
},
{
"name": "symfony/console",
"version": "v6.2.8",