Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpkm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farendi Giotivano R.P
simpkm
Commits
92863ee8
Commit
92863ee8
authored
Oct 26, 2022
by
novanbagus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update login
parent
efc8dc34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
470 additions
and
145 deletions
+470
-145
composer.lock
+470
-145
No files found.
composer.lock
View file @
92863ee8
...
@@ -290,24 +290,99 @@
...
@@ -290,24 +290,99 @@
"time": "2020-10-02T16:03:48+00:00"
"time": "2020-10-02T16:03:48+00:00"
},
},
{
{
"name": "dflydev/dot-access-data",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "0992cc19268b259a39e86f296da5f0677841f42c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
"reference": "0992cc19268b259a39e86f296da5f0677841f42c",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
"scrutinizer/ocular": "1.6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.14"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dflydev\\DotAccessData\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
},
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
},
"time": "2021-08-13T13:06:58+00:00"
},
{
"name": "doctrine/inflector",
"name": "doctrine/inflector",
"version": "2.0.
5
",
"version": "2.0.
6
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "
ade2b3bbfb776f27f0558e26eed43b5d9fe1b392
"
"reference": "
d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/
ade2b3bbfb776f27f0558e26eed43b5d9fe1b392
",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/
d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
",
"reference": "
ade2b3bbfb776f27f0558e26eed43b5d9fe1b392
",
"reference": "
d9d313a36c872fd6ee06d9a6cbcf713eaa40f024
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.2 || ^8.0"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "^
9
",
"doctrine/coding-standard": "^
10
",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpstan/phpstan-strict-rules": "^1.3",
...
@@ -362,7 +437,7 @@
...
@@ -362,7 +437,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.
5
"
"source": "https://github.com/doctrine/inflector/tree/2.0.
6
"
},
},
"funding": [
"funding": [
{
{
...
@@ -378,7 +453,7 @@
...
@@ -378,7 +453,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
09-07T09:01:28
+00:00"
"time": "2022-
10-20T09:10:12
+00:00"
},
},
{
{
"name": "doctrine/lexer",
"name": "doctrine/lexer",
...
@@ -1131,16 +1206,16 @@
...
@@ -1131,16 +1206,16 @@
},
},
{
{
"name": "guzzlehttp/psr7",
"name": "guzzlehttp/psr7",
"version": "2.4.
1
",
"version": "2.4.
2
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "
69568e4293f4fa993f3b0e51c9723e1e17c41379
"
"reference": "
3148458748274be1546f8f2809a6c09fe66f44aa
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/
69568e4293f4fa993f3b0e51c9723e1e17c41379
",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/
3148458748274be1546f8f2809a6c09fe66f44aa
",
"reference": "
69568e4293f4fa993f3b0e51c9723e1e17c41379
",
"reference": "
3148458748274be1546f8f2809a6c09fe66f44aa
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1230,7 +1305,7 @@
...
@@ -1230,7 +1305,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.4.
1
"
"source": "https://github.com/guzzle/psr7/tree/2.4.
2
"
},
},
"funding": [
"funding": [
{
{
...
@@ -1246,20 +1321,20 @@
...
@@ -1246,20 +1321,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-28T14:45:39
+00:00"
"time": "2022-
10-25T13:49:28
+00:00"
},
},
{
{
"name": "jaybizzle/crawler-detect",
"name": "jaybizzle/crawler-detect",
"version": "v1.2.11
1
",
"version": "v1.2.11
2
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
"url": "https://github.com/JayBizzle/Crawler-Detect.git",
"reference": "
d572ed4a65a70a2d2871dc5137c9c5b7e69745ab
"
"reference": "
2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/
d572ed4a65a70a2d2871dc5137c9c5b7e69745ab
",
"url": "https://api.github.com/repos/JayBizzle/Crawler-Detect/zipball/
2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f
",
"reference": "
d572ed4a65a70a2d2871dc5137c9c5b7e69745ab
",
"reference": "
2c555ce35a07a5c1c808cee7d5bb52c41a4c7b2f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1296,9 +1371,9 @@
...
@@ -1296,9 +1371,9 @@
],
],
"support": {
"support": {
"issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
"issues": "https://github.com/JayBizzle/Crawler-Detect/issues",
"source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.11
1
"
"source": "https://github.com/JayBizzle/Crawler-Detect/tree/v1.2.11
2
"
},
},
"time": "2022-
03-15T22:19:01
+00:00"
"time": "2022-
10-05T21:52:44
+00:00"
},
},
{
{
"name": "jenssegers/agent",
"name": "jenssegers/agent",
...
@@ -1385,16 +1460,16 @@
...
@@ -1385,16 +1460,16 @@
},
},
{
{
"name": "laravel/fortify",
"name": "laravel/fortify",
"version": "v1.13.
3
",
"version": "v1.13.
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/laravel/fortify.git",
"url": "https://github.com/laravel/fortify.git",
"reference": "c
de06120605b8bb038142b03425c67fc97d047d1
"
"reference": "c
3c42f1263c657c2a385c85007944b450d437cf6
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/laravel/fortify/zipball/c
de06120605b8bb038142b03425c67fc97d047d1
",
"url": "https://api.github.com/repos/laravel/fortify/zipball/c
3c42f1263c657c2a385c85007944b450d437cf6
",
"reference": "c
de06120605b8bb038142b03425c67fc97d047d1
",
"reference": "c
3c42f1263c657c2a385c85007944b450d437cf6
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1444,20 +1519,20 @@
...
@@ -1444,20 +1519,20 @@
"issues": "https://github.com/laravel/fortify/issues",
"issues": "https://github.com/laravel/fortify/issues",
"source": "https://github.com/laravel/fortify"
"source": "https://github.com/laravel/fortify"
},
},
"time": "2022-
08-15T15:08:17
+00:00"
"time": "2022-
10-21T10:14:28
+00:00"
},
},
{
{
"name": "laravel/framework",
"name": "laravel/framework",
"version": "v8.83.2
4
",
"version": "v8.83.2
5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/laravel/framework.git",
"url": "https://github.com/laravel/framework.git",
"reference": "
a684da6197ae77eee090637ae4411b2f321adfc7
"
"reference": "
b77b908a9426efa41d6286a2ef4c3adbf5398ca1
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
a684da6197ae77eee090637ae4411b2f321adfc7
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
b77b908a9426efa41d6286a2ef4c3adbf5398ca1
",
"reference": "
a684da6197ae77eee090637ae4411b2f321adfc7
",
"reference": "
b77b908a9426efa41d6286a2ef4c3adbf5398ca1
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -1617,7 +1692,7 @@
...
@@ -1617,7 +1692,7 @@
"issues": "https://github.com/laravel/framework/issues",
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
"source": "https://github.com/laravel/framework"
},
},
"time": "2022-09-
22T18:59:47
+00:00"
"time": "2022-09-
30T13:00:40
+00:00"
},
},
{
{
"name": "laravel/jetstream",
"name": "laravel/jetstream",
...
@@ -2013,42 +2088,54 @@
...
@@ -2013,42 +2088,54 @@
},
},
{
{
"name": "league/commonmark",
"name": "league/commonmark",
"version": "
1.6.7
",
"version": "
2.3.5
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "
2b8185c13bc9578367a5bf901881d1c1b5bbd09b
"
"reference": "
84d74485fdb7074f4f9dd6f02ab957b1de513257
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/
2b8185c13bc9578367a5bf901881d1c1b5bbd09b
",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/
84d74485fdb7074f4f9dd6f02ab957b1de513257
",
"reference": "
2b8185c13bc9578367a5bf901881d1c1b5bbd09b
",
"reference": "
84d74485fdb7074f4f9dd6f02ab957b1de513257
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"ext-mbstring": "*",
"ext-mbstring": "*",
"php": "^7.1 || ^8.0"
"league/config": "^1.1.1",
},
"php": "^7.4 || ^8.0",
"conflict": {
"psr/event-dispatcher": "^1.0",
"scrutinizer/ocular": "1.7.*"
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/polyfill-php80": "^1.16"
},
},
"require-dev": {
"require-dev": {
"cebe/markdown": "~1.0",
"cebe/markdown": "^1.0",
"commonmark/commonmark.js": "0.29.2",
"commonmark/cmark": "0.30.0",
"erusev/parsedown": "~1.0",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
"embed/embed": "^4.4",
"erusev/parsedown": "^1.0",
"ext-json": "*",
"ext-json": "*",
"github/gfm": "0.29.0",
"github/gfm": "0.29.0",
"michelf/php-markdown": "~1.4",
"michelf/php-markdown": "^1.4",
"mikehaertl/php-shellcommand": "^1.4",
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
"phpunit/phpunit": "^9.5.21",
"scrutinizer/ocular": "^1.5",
"scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^4.2"
"symfony/finder": "^5.3 | ^6.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"unleashedtech/php-coding-standard": "^3.1.1",
"vimeo/psalm": "^4.24.0"
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
},
},
"bin": [
"bin/commonmark"
],
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
}
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"League\\CommonMark\\": "src"
"League\\CommonMark\\": "src"
...
@@ -2066,7 +2153,7 @@
...
@@ -2066,7 +2153,7 @@
"role": "Lead Developer"
"role": "Lead Developer"
}
}
],
],
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Git
h
ub-Flavored Markdown (GFM)",
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Git
H
ub-Flavored Markdown (GFM)",
"homepage": "https://commonmark.thephpleague.com",
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"keywords": [
"commonmark",
"commonmark",
...
@@ -2080,6 +2167,7 @@
...
@@ -2080,6 +2167,7 @@
],
],
"support": {
"support": {
"docs": "https://commonmark.thephpleague.com/",
"docs": "https://commonmark.thephpleague.com/",
"forum": "https://github.com/thephpleague/commonmark/discussions",
"issues": "https://github.com/thephpleague/commonmark/issues",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
"source": "https://github.com/thephpleague/commonmark"
...
@@ -2102,20 +2190,102 @@
...
@@ -2102,20 +2190,102 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-01-13T17:18:13+00:00"
"time": "2022-07-29T10:59:45+00:00"
},
{
"name": "league/config",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/config.git",
"reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
"reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^3.0.1",
"nette/schema": "^1.2",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.90",
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"League\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Define configuration arrays with strict schemas and access values with dot notation",
"homepage": "https://config.thephpleague.com",
"keywords": [
"array",
"config",
"configuration",
"dot",
"dot-access",
"nested",
"schema"
],
"support": {
"docs": "https://config.thephpleague.com/",
"issues": "https://github.com/thephpleague/config/issues",
"rss": "https://github.com/thephpleague/config/releases.atom",
"source": "https://github.com/thephpleague/config"
},
"funding": [
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
}
],
"time": "2021-08-14T12:15:32+00:00"
},
},
{
{
"name": "league/flysystem",
"name": "league/flysystem",
"version": "1.1.
9
",
"version": "1.1.
10
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "
094defdb4a7001845300334e7c1ee2335925ef99
"
"reference": "
3239285c825c152bcc315fe0e87d6b55f5972ed1
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
094defdb4a7001845300334e7c1ee2335925ef99
",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
3239285c825c152bcc315fe0e87d6b55f5972ed1
",
"reference": "
094defdb4a7001845300334e7c1ee2335925ef99
",
"reference": "
3239285c825c152bcc315fe0e87d6b55f5972ed1
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2188,7 +2358,7 @@
...
@@ -2188,7 +2358,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.1.
9
"
"source": "https://github.com/thephpleague/flysystem/tree/1.1.
10
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2196,7 +2366,7 @@
...
@@ -2196,7 +2366,7 @@
"type": "other"
"type": "other"
}
}
],
],
"time": "202
1-12-09T09:40:50
+00:00"
"time": "202
2-10-04T09:16:37
+00:00"
},
},
{
{
"name": "league/mime-type-detection",
"name": "league/mime-type-detection",
...
@@ -2329,16 +2499,16 @@
...
@@ -2329,16 +2499,16 @@
},
},
{
{
"name": "maatwebsite/excel",
"name": "maatwebsite/excel",
"version": "3.1.4
1
",
"version": "3.1.4
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/SpartnerNL/Laravel-Excel.git",
"url": "https://github.com/SpartnerNL/Laravel-Excel.git",
"reference": "
f7a1c3159fab8b4069a67c30e71810b358a2797e
"
"reference": "
289c3320982510dacfe0dd00de68061a2b7f4a43
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/
f7a1c3159fab8b4069a67c30e71810b358a2797e
",
"url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/
289c3320982510dacfe0dd00de68061a2b7f4a43
",
"reference": "
f7a1c3159fab8b4069a67c30e71810b358a2797e
",
"reference": "
289c3320982510dacfe0dd00de68061a2b7f4a43
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -2392,7 +2562,7 @@
...
@@ -2392,7 +2562,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
"issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
"source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.4
1
"
"source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.4
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2404,33 +2574,35 @@
...
@@ -2404,33 +2574,35 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2022-
09-26T14:55:28
+00:00"
"time": "2022-
10-14T20:01:10
+00:00"
},
},
{
{
"name": "maennchen/zipstream-php",
"name": "maennchen/zipstream-php",
"version": "2.
1.0
",
"version": "2.
2.1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
"reference": "
c4c5803cc1f93df3d2448478ef79394a5981cc58
"
"reference": "
211e9ba1530ea5260b45d90c9ea252f56ec52729
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/
c4c5803cc1f93df3d2448478ef79394a5981cc58
",
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/
211e9ba1530ea5260b45d90c9ea252f56ec52729
",
"reference": "
c4c5803cc1f93df3d2448478ef79394a5981cc58
",
"reference": "
211e9ba1530ea5260b45d90c9ea252f56ec52729
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"myclabs/php-enum": "^1.5",
"myclabs/php-enum": "^1.5",
"php": "
>= 7.1
",
"php": "
^7.4 || ^8.0
",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0",
"symfony/polyfill-mbstring": "^1.0"
"symfony/polyfill-mbstring": "^1.0"
},
},
"require-dev": {
"require-dev": {
"ext-zip": "*",
"ext-zip": "*",
"guzzlehttp/guzzle": "
>= 6.3
",
"guzzlehttp/guzzle": "
^6.5.3 || ^7.2.0
",
"mikey179/vfsstream": "^1.6",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": ">= 7.5"
"php-coveralls/php-coveralls": "^2.4",
"phpunit/phpunit": "^8.5.8 || ^9.4.2",
"vimeo/psalm": "^4.1"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -2467,7 +2639,7 @@
...
@@ -2467,7 +2639,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
"source": "https://github.com/maennchen/ZipStream-PHP/tree/
master
"
"source": "https://github.com/maennchen/ZipStream-PHP/tree/
2.2.1
"
},
},
"funding": [
"funding": [
{
{
...
@@ -2475,7 +2647,7 @@
...
@@ -2475,7 +2647,7 @@
"type": "open_collective"
"type": "open_collective"
}
}
],
],
"time": "202
0-05-30T13:11:1
6+00:00"
"time": "202
2-05-18T15:52:0
6+00:00"
},
},
{
{
"name": "markbaker/complex",
"name": "markbaker/complex",
...
@@ -2908,6 +3080,153 @@
...
@@ -2908,6 +3080,153 @@
"time": "2022-09-02T07:48:13+00:00"
"time": "2022-09-02T07:48:13+00:00"
},
},
{
{
"name": "nette/schema",
"version": "v1.2.2",
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
"shasum": ""
},
"require": {
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
"php": ">=7.1 <8.2"
},
"require-dev": {
"nette/tester": "^2.3 || ^2.4",
"phpstan/phpstan-nette": "^0.12",
"tracy/tracy": "^2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
"keywords": [
"config",
"nette"
],
"support": {
"issues": "https://github.com/nette/schema/issues",
"source": "https://github.com/nette/schema/tree/v1.2.2"
},
"time": "2021-10-15T11:40:02+00:00"
},
{
"name": "nette/utils",
"version": "v3.2.8",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
"shasum": ""
},
"require": {
"php": ">=7.2 <8.3"
},
"conflict": {
"nette/di": "<3.0.6"
},
"require-dev": {
"nette/tester": "~2.0",
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v3.2.8"
},
"time": "2022-09-12T23:36:20+00:00"
},
{
"name": "nikic/php-parser",
"name": "nikic/php-parser",
"version": "v4.15.1",
"version": "v4.15.1",
"source": {
"source": {
...
@@ -3141,23 +3460,24 @@
...
@@ -3141,23 +3460,24 @@
},
},
{
{
"name": "phenx/php-svg-lib",
"name": "phenx/php-svg-lib",
"version": "
v0.3.3
",
"version": "
0.3.4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/PhenX/php-svg-lib.git",
"url": "https://github.com/PhenX/php-svg-lib.git",
"reference": "
5fa61b65e612ce1ae15f69b3d223cb14ecc60e3
2"
"reference": "
f627771eb854aa7f45f80add0f23c6c4d67ea0f
2"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/
5fa61b65e612ce1ae15f69b3d223cb14ecc60e3
2",
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/
f627771eb854aa7f45f80add0f23c6c4d67ea0f
2",
"reference": "
5fa61b65e612ce1ae15f69b3d223cb14ecc60e3
2",
"reference": "
f627771eb854aa7f45f80add0f23c6c4d67ea0f
2",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.4 || ^8.0",
"sabberworm/php-css-parser": "^8.3"
"sabberworm/php-css-parser": "^8.3"
},
},
"require-dev": {
"require-dev": {
"phpunit/phpunit": "^
5.5|^6
.5"
"phpunit/phpunit": "^
9
.5"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -3179,9 +3499,9 @@
...
@@ -3179,9 +3499,9 @@
"homepage": "https://github.com/PhenX/php-svg-lib",
"homepage": "https://github.com/PhenX/php-svg-lib",
"support": {
"support": {
"issues": "https://github.com/PhenX/php-svg-lib/issues",
"issues": "https://github.com/PhenX/php-svg-lib/issues",
"source": "https://github.com/PhenX/php-svg-lib/tree/
master
"
"source": "https://github.com/PhenX/php-svg-lib/tree/
0.3.4
"
},
},
"time": "20
19-09-11T20:02:13
+00:00"
"time": "20
21-10-18T02:13:32
+00:00"
},
},
{
{
"name": "phpoffice/phpspreadsheet",
"name": "phpoffice/phpspreadsheet",
...
@@ -3417,20 +3737,20 @@
...
@@ -3417,20 +3737,20 @@
},
},
{
{
"name": "psr/container",
"name": "psr/container",
"version": "1.1.
1
",
"version": "1.1.
2
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/php-fig/container.git",
"url": "https://github.com/php-fig/container.git",
"reference": "
8622567409010282b7aeebe4bb841fe98b58dcaf
"
"reference": "
513e0666f7216c7459170d56df27dfcefe1689ea
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/
8622567409010282b7aeebe4bb841fe98b58dcaf
",
"url": "https://api.github.com/repos/php-fig/container/zipball/
513e0666f7216c7459170d56df27dfcefe1689ea
",
"reference": "
8622567409010282b7aeebe4bb841fe98b58dcaf
",
"reference": "
513e0666f7216c7459170d56df27dfcefe1689ea
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.
2
.0"
"php": ">=7.
4
.0"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -3459,9 +3779,9 @@
...
@@ -3459,9 +3779,9 @@
],
],
"support": {
"support": {
"issues": "https://github.com/php-fig/container/issues",
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.
1
"
"source": "https://github.com/php-fig/container/tree/1.1.
2
"
},
},
"time": "2021-
03-05T17:36:06
+00:00"
"time": "2021-
11-05T16:50:12
+00:00"
},
},
{
{
"name": "psr/event-dispatcher",
"name": "psr/event-dispatcher",
...
@@ -4370,16 +4690,16 @@
...
@@ -4370,16 +4690,16 @@
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
"version": "v5.4.1
2
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/console.git",
"url": "https://github.com/symfony/console.git",
"reference": "
c072aa8f724c3af64e2c7a96b796a4863d24dba1
"
"reference": "
984ea2c0f45f42dfed01d2f3987b187467c4b16d
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
c072aa8f724c3af64e2c7a96b796a4863d24dba1
",
"url": "https://api.github.com/repos/symfony/console/zipball/
984ea2c0f45f42dfed01d2f3987b187467c4b16d
",
"reference": "
c072aa8f724c3af64e2c7a96b796a4863d24dba1
",
"reference": "
984ea2c0f45f42dfed01d2f3987b187467c4b16d
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4449,7 +4769,7 @@
...
@@ -4449,7 +4769,7 @@
"terminal"
"terminal"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/console/tree/v5.4.1
2
"
"source": "https://github.com/symfony/console/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4465,7 +4785,7 @@
...
@@ -4465,7 +4785,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-17T13:18:05
+00:00"
"time": "2022-
10-07T08:01:20
+00:00"
},
},
{
{
"name": "symfony/css-selector",
"name": "symfony/css-selector",
...
@@ -4602,16 +4922,16 @@
...
@@ -4602,16 +4922,16 @@
},
},
{
{
"name": "symfony/error-handler",
"name": "symfony/error-handler",
"version": "v5.4.1
1
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "
f75d17cb4769eb38cd5fccbda95cd80a054d35c8
"
"reference": "
5fe6d42ffeb68b094df8fdbf3acf23f391cc6be0
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
f75d17cb4769eb38cd5fccbda95cd80a054d35c8
",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
5fe6d42ffeb68b094df8fdbf3acf23f391cc6be0
",
"reference": "
f75d17cb4769eb38cd5fccbda95cd80a054d35c8
",
"reference": "
5fe6d42ffeb68b094df8fdbf3acf23f391cc6be0
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4653,7 +4973,7 @@
...
@@ -4653,7 +4973,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.1
1
"
"source": "https://github.com/symfony/error-handler/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4669,7 +4989,7 @@
...
@@ -4669,7 +4989,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
07-29T07:37
:50+00:00"
"time": "2022-
10-03T15:15
:50+00:00"
},
},
{
{
"name": "symfony/event-dispatcher",
"name": "symfony/event-dispatcher",
...
@@ -4900,16 +5220,16 @@
...
@@ -4900,16 +5220,16 @@
},
},
{
{
"name": "symfony/http-foundation",
"name": "symfony/http-foundation",
"version": "v5.4.1
2
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
f4bfe9611b113b15d98a43da68ec9b5a00d56791
"
"reference": "
e7c7b395c3a61d746919c21e915f51f0039c3f75
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
f4bfe9611b113b15d98a43da68ec9b5a00d56791
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
e7c7b395c3a61d746919c21e915f51f0039c3f75
",
"reference": "
f4bfe9611b113b15d98a43da68ec9b5a00d56791
",
"reference": "
e7c7b395c3a61d746919c21e915f51f0039c3f75
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -4956,7 +5276,7 @@
...
@@ -4956,7 +5276,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.1
2
"
"source": "https://github.com/symfony/http-foundation/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -4972,20 +5292,20 @@
...
@@ -4972,20 +5292,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-19T07:33:17
+00:00"
"time": "2022-
10-01T21:59:28
+00:00"
},
},
{
{
"name": "symfony/http-kernel",
"name": "symfony/http-kernel",
"version": "v5.4.1
2
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "
37f660fa3bcd78fe4893ce23ebe934618ec099be
"
"reference": "
6f77fabc1a37c2dceecc6f78cca44772705dc52f
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
37f660fa3bcd78fe4893ce23ebe934618ec099be
",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
6f77fabc1a37c2dceecc6f78cca44772705dc52f
",
"reference": "
37f660fa3bcd78fe4893ce23ebe934618ec099be
",
"reference": "
6f77fabc1a37c2dceecc6f78cca44772705dc52f
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -5068,7 +5388,7 @@
...
@@ -5068,7 +5388,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.1
2
"
"source": "https://github.com/symfony/http-kernel/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -5084,20 +5404,20 @@
...
@@ -5084,20 +5404,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-26T14:40:40
+00:00"
"time": "2022-
10-12T07:12:21
+00:00"
},
},
{
{
"name": "symfony/mime",
"name": "symfony/mime",
"version": "v5.4.1
2
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/mime.git",
"url": "https://github.com/symfony/mime.git",
"reference": "
03876e9c5a36f5b45e7d9a381edda5421eff8a90
"
"reference": "
1c118b253bb3495d81e95a6e3ec6c2766a98a0c4
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/
03876e9c5a36f5b45e7d9a381edda5421eff8a90
",
"url": "https://api.github.com/repos/symfony/mime/zipball/
1c118b253bb3495d81e95a6e3ec6c2766a98a0c4
",
"reference": "
03876e9c5a36f5b45e7d9a381edda5421eff8a90
",
"reference": "
1c118b253bb3495d81e95a6e3ec6c2766a98a0c4
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -5111,7 +5431,8 @@
...
@@ -5111,7 +5431,8 @@
"egulias/email-validator": "~3.0.0",
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<4.4"
"symfony/mailer": "<4.4",
"symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
},
},
"require-dev": {
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
"egulias/email-validator": "^2.1.10|^3.1",
...
@@ -5119,7 +5440,7 @@
...
@@ -5119,7 +5440,7 @@
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.1|^6.0",
"symfony/property-access": "^4.4|^5.1|^6.0",
"symfony/property-info": "^4.4|^5.1|^6.0",
"symfony/property-info": "^4.4|^5.1|^6.0",
"symfony/serializer": "^5.
2|^6.0
"
"symfony/serializer": "^5.
4.14|~6.0.14|^6.1.6
"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -5151,7 +5472,7 @@
...
@@ -5151,7 +5472,7 @@
"mime-type"
"mime-type"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/mime/tree/v5.4.1
2
"
"source": "https://github.com/symfony/mime/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -5167,7 +5488,7 @@
...
@@ -5167,7 +5488,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-19T14:24:03
+00:00"
"time": "2022-
10-07T08:01:20
+00:00"
},
},
{
{
"name": "symfony/polyfill-ctype",
"name": "symfony/polyfill-ctype",
...
@@ -6223,16 +6544,16 @@
...
@@ -6223,16 +6544,16 @@
},
},
{
{
"name": "symfony/string",
"name": "symfony/string",
"version": "v5.4.1
2
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/string.git",
"url": "https://github.com/symfony/string.git",
"reference": "
2fc515e512d721bf31ea76bd02fe23ada4640058
"
"reference": "
089e7237497fae7a9c404d0c3aeb8db3254733e4
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/
2fc515e512d721bf31ea76bd02fe23ada4640058
",
"url": "https://api.github.com/repos/symfony/string/zipball/
089e7237497fae7a9c404d0c3aeb8db3254733e4
",
"reference": "
2fc515e512d721bf31ea76bd02fe23ada4640058
",
"reference": "
089e7237497fae7a9c404d0c3aeb8db3254733e4
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6289,7 +6610,7 @@
...
@@ -6289,7 +6610,7 @@
"utf8"
"utf8"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/string/tree/v5.4.1
2
"
"source": "https://github.com/symfony/string/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -6305,20 +6626,20 @@
...
@@ -6305,20 +6626,20 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-12T17:03:11
+00:00"
"time": "2022-
10-05T15:16:54
+00:00"
},
},
{
{
"name": "symfony/translation",
"name": "symfony/translation",
"version": "v5.4.1
2
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/translation.git",
"url": "https://github.com/symfony/translation.git",
"reference": "
42ecc77eb4f229ce2df702a648ec93b8478d76ae
"
"reference": "
f0ed07675863aa6e3939df8b1bc879450b585cab
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/
42ecc77eb4f229ce2df702a648ec93b8478d76ae
",
"url": "https://api.github.com/repos/symfony/translation/zipball/
f0ed07675863aa6e3939df8b1bc879450b585cab
",
"reference": "
42ecc77eb4f229ce2df702a648ec93b8478d76ae
",
"reference": "
f0ed07675863aa6e3939df8b1bc879450b585cab
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6386,7 +6707,7 @@
...
@@ -6386,7 +6707,7 @@
"description": "Provides tools to internationalize your application",
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"homepage": "https://symfony.com",
"support": {
"support": {
"source": "https://github.com/symfony/translation/tree/v5.4.1
2
"
"source": "https://github.com/symfony/translation/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -6402,7 +6723,7 @@
...
@@ -6402,7 +6723,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
08-02T15:52:22
+00:00"
"time": "2022-
10-07T08:01:20
+00:00"
},
},
{
{
"name": "symfony/translation-contracts",
"name": "symfony/translation-contracts",
...
@@ -6484,16 +6805,16 @@
...
@@ -6484,16 +6805,16 @@
},
},
{
{
"name": "symfony/var-dumper",
"name": "symfony/var-dumper",
"version": "v5.4.1
1
",
"version": "v5.4.1
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
b8f306d7b8ef34fb3db3305be97ba8e088fb4861
"
"reference": "
6894d06145fefebd9a4c7272baa026a1c394a430
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
b8f306d7b8ef34fb3db3305be97ba8e088fb4861
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
6894d06145fefebd9a4c7272baa026a1c394a430
",
"reference": "
b8f306d7b8ef34fb3db3305be97ba8e088fb4861
",
"reference": "
6894d06145fefebd9a4c7272baa026a1c394a430
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6553,7 +6874,7 @@
...
@@ -6553,7 +6874,7 @@
"dump"
"dump"
],
],
"support": {
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.1
1
"
"source": "https://github.com/symfony/var-dumper/tree/v5.4.1
4
"
},
},
"funding": [
"funding": [
{
{
...
@@ -6569,7 +6890,7 @@
...
@@ -6569,7 +6890,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2022-
07-20T13:00:38
+00:00"
"time": "2022-
10-07T08:01:20
+00:00"
},
},
{
{
"name": "tijsverkoyen/css-to-inline-styles",
"name": "tijsverkoyen/css-to-inline-styles",
...
@@ -6692,16 +7013,16 @@
...
@@ -6692,16 +7013,16 @@
},
},
{
{
"name": "vlucas/phpdotenv",
"name": "vlucas/phpdotenv",
"version": "v5.
4.1
",
"version": "v5.
5.0
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "
264dce589e7ce37a7ba99cb901eed8249fbec92f
"
"reference": "
1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/
264dce589e7ce37a7ba99cb901eed8249fbec92f
",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/
1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7
",
"reference": "
264dce589e7ce37a7ba99cb901eed8249fbec92f
",
"reference": "
1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -6716,15 +7037,19 @@
...
@@ -6716,15 +7037,19 @@
"require-dev": {
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.
21 || ^9.5.10
"
"phpunit/phpunit": "^7.5.20 || ^8.5.
30 || ^9.5.25
"
},
},
"suggest": {
"suggest": {
"ext-filter": "Required to use the boolean validator."
"ext-filter": "Required to use the boolean validator."
},
},
"type": "library",
"type": "library",
"extra": {
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
"branch-alias": {
"dev-master": "5.
4
-dev"
"dev-master": "5.
5
-dev"
}
}
},
},
"autoload": {
"autoload": {
...
@@ -6756,7 +7081,7 @@
...
@@ -6756,7 +7081,7 @@
],
],
"support": {
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.
4.1
"
"source": "https://github.com/vlucas/phpdotenv/tree/v5.
5.0
"
},
},
"funding": [
"funding": [
{
{
...
@@ -6768,7 +7093,7 @@
...
@@ -6768,7 +7093,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "202
1-12-12T23:22:0
4+00:00"
"time": "202
2-10-16T01:01:5
4+00:00"
},
},
{
{
"name": "voku/portable-ascii",
"name": "voku/portable-ascii",
...
@@ -9425,5 +9750,5 @@
...
@@ -9425,5 +9750,5 @@
"php": "^7.3|^8.0"
"php": "^7.3|^8.0"
},
},
"platform-dev": [],
"platform-dev": [],
"plugin-api-version": "2.
3
.0"
"plugin-api-version": "2.
1
.0"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment