Upgrade composer packages
This commit is contained in:
parent
7ce2cca052
commit
a70bc6ded8
|
@ -40,9 +40,9 @@
|
||||||
"gettext/gettext": "^5.7",
|
"gettext/gettext": "^5.7",
|
||||||
"gettext/translator": "^1.1",
|
"gettext/translator": "^1.1",
|
||||||
"guzzlehttp/guzzle": "^7.8",
|
"guzzlehttp/guzzle": "^7.8",
|
||||||
"illuminate/container": "^9.52",
|
"illuminate/container": "^10.23",
|
||||||
"illuminate/database": "^9.52",
|
"illuminate/database": "^10.23",
|
||||||
"illuminate/support": "^9.52",
|
"illuminate/support": "^10.23",
|
||||||
"league/oauth2-client": "^2.7",
|
"league/oauth2-client": "^2.7",
|
||||||
"nikic/fast-route": "^1.3",
|
"nikic/fast-route": "^1.3",
|
||||||
"nyholm/psr7": "^1.8",
|
"nyholm/psr7": "^1.8",
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
"vlucas/phpdotenv": "^5.5"
|
"vlucas/phpdotenv": "^5.5"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"dms/phpunit-arraysubset-asserts": "^0.4",
|
"dms/phpunit-arraysubset-asserts": "^0.5",
|
||||||
"fakerphp/faker": "^1.23",
|
"fakerphp/faker": "^1.23",
|
||||||
"fig/log-test": "^1.1",
|
"fig/log-test": "^1.1",
|
||||||
"filp/whoops": "^2.15",
|
"filp/whoops": "^2.15",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "d9f3b479451a827e967dd4fa31988e8a",
|
"content-hash": "e0d1151ec998274861b46a7a7393a64e",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
@ -1301,24 +1301,24 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/bus",
|
"name": "illuminate/bus",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/bus.git",
|
"url": "https://github.com/illuminate/bus.git",
|
||||||
"reference": "4c719a19c3d8c34b2494a7206f8ffde3eff3f983"
|
"reference": "aba48b9b7b9266a62b8e5ece47919533b3d49de7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/bus/zipball/4c719a19c3d8c34b2494a7206f8ffde3eff3f983",
|
"url": "https://api.github.com/repos/illuminate/bus/zipball/aba48b9b7b9266a62b8e5ece47919533b3d49de7",
|
||||||
"reference": "4c719a19c3d8c34b2494a7206f8ffde3eff3f983",
|
"reference": "aba48b9b7b9266a62b8e5ece47919533b3d49de7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/collections": "^9.0",
|
"illuminate/collections": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/pipeline": "^9.0",
|
"illuminate/pipeline": "^10.0",
|
||||||
"illuminate/support": "^9.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.0.2"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
|
||||||
|
@ -1326,7 +1326,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1350,35 +1350,35 @@
|
||||||
"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": "2023-04-18T13:42:14+00:00"
|
"time": "2023-08-27T20:33:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/collections",
|
"name": "illuminate/collections",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/collections.git",
|
"url": "https://github.com/illuminate/collections.git",
|
||||||
"reference": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f"
|
"reference": "939a975daa8a5f77974ffa6a24067f5e947683f4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/collections/zipball/d3710b0b244bfc62c288c1a87eaa62dd28352d1f",
|
"url": "https://api.github.com/repos/illuminate/collections/zipball/939a975daa8a5f77974ffa6a24067f5e947683f4",
|
||||||
"reference": "d3710b0b244bfc62c288c1a87eaa62dd28352d1f",
|
"reference": "939a975daa8a5f77974ffa6a24067f5e947683f4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/conditionable": "^9.0",
|
"illuminate/conditionable": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/macroable": "^9.0",
|
"illuminate/macroable": "^10.0",
|
||||||
"php": "^8.0.2"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/var-dumper": "Required to use the dump method (^6.0)."
|
"symfony/var-dumper": "Required to use the dump method (^6.2)."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1405,20 +1405,20 @@
|
||||||
"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": "2023-06-11T21:17:10+00:00"
|
"time": "2023-09-18T18:32:31+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/conditionable",
|
"name": "illuminate/conditionable",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/conditionable.git",
|
"url": "https://github.com/illuminate/conditionable.git",
|
||||||
"reference": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364"
|
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
|
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
|
||||||
"reference": "bea24daa0fa84b7e7b0d5b84f62c71b7e2dc3364",
|
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1427,7 +1427,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1451,25 +1451,25 @@
|
||||||
"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": "2023-02-01T21:42:32+00:00"
|
"time": "2023-02-03T08:06:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/container",
|
"name": "illuminate/container",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/container.git",
|
"url": "https://github.com/illuminate/container.git",
|
||||||
"reference": "1641dda2d0750b68bb1264a3b37ff3973f2e6265"
|
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/container/zipball/1641dda2d0750b68bb1264a3b37ff3973f2e6265",
|
"url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
|
||||||
"reference": "1641dda2d0750b68bb1264a3b37ff3973f2e6265",
|
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"php": "^8.0.2",
|
"php": "^8.1",
|
||||||
"psr/container": "^1.1.1|^2.0.1"
|
"psr/container": "^1.1.1|^2.0.1"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
|
@ -1478,7 +1478,7 @@
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1502,31 +1502,31 @@
|
||||||
"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": "2023-01-24T16:54:18+00:00"
|
"time": "2023-06-18T09:12:03+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/contracts",
|
"name": "illuminate/contracts",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/contracts.git",
|
"url": "https://github.com/illuminate/contracts.git",
|
||||||
"reference": "44f65d723b13823baa02ff69751a5948bde60c22"
|
"reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/contracts/zipball/44f65d723b13823baa02ff69751a5948bde60c22",
|
"url": "https://api.github.com/repos/illuminate/contracts/zipball/6c39fba7b2311e28f5c6ac7d729e3d49a2a98406",
|
||||||
"reference": "44f65d723b13823baa02ff69751a5948bde60c22",
|
"reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0.2",
|
"php": "^8.1",
|
||||||
"psr/container": "^1.1.1|^2.0.1",
|
"psr/container": "^1.1.1|^2.0.1",
|
||||||
"psr/simple-cache": "^1.0|^2.0|^3.0"
|
"psr/simple-cache": "^1.0|^2.0|^3.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1550,47 +1550,46 @@
|
||||||
"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": "2023-02-08T14:36:30+00:00"
|
"time": "2023-09-05T19:07:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/database",
|
"name": "illuminate/database",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/database.git",
|
"url": "https://github.com/illuminate/database.git",
|
||||||
"reference": "93cfc8e1f9ac147e6a2851ecabe8d8f21ad85182"
|
"reference": "dbf15dca652e25f2bd9607e78dc527464edbec1d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/database/zipball/93cfc8e1f9ac147e6a2851ecabe8d8f21ad85182",
|
"url": "https://api.github.com/repos/illuminate/database/zipball/dbf15dca652e25f2bd9607e78dc527464edbec1d",
|
||||||
"reference": "93cfc8e1f9ac147e6a2851ecabe8d8f21ad85182",
|
"reference": "dbf15dca652e25f2bd9607e78dc527464edbec1d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"brick/math": "^0.9.3|^0.10.2|^0.11",
|
"brick/math": "^0.9.3|^0.10.2|^0.11",
|
||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"illuminate/collections": "^9.0",
|
"illuminate/collections": "^10.0",
|
||||||
"illuminate/container": "^9.0",
|
"illuminate/container": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/macroable": "^9.0",
|
"illuminate/macroable": "^10.0",
|
||||||
"illuminate/support": "^9.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.0.2",
|
"php": "^8.1"
|
||||||
"symfony/console": "^6.0.9"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
|
||||||
"ext-filter": "Required to use the Postgres database driver.",
|
"ext-filter": "Required to use the Postgres database driver.",
|
||||||
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
|
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
|
||||||
"illuminate/console": "Required to use the database commands (^9.0).",
|
"illuminate/console": "Required to use the database commands (^10.0).",
|
||||||
"illuminate/events": "Required to use the observers with Eloquent (^9.0).",
|
"illuminate/events": "Required to use the observers with Eloquent (^10.0).",
|
||||||
"illuminate/filesystem": "Required to use the migrations (^9.0).",
|
"illuminate/filesystem": "Required to use the migrations (^10.0).",
|
||||||
"illuminate/pagination": "Required to paginate the result set (^9.0).",
|
"illuminate/pagination": "Required to paginate the result set (^10.0).",
|
||||||
"symfony/finder": "Required to use Eloquent model factories (^6.0)."
|
"symfony/finder": "Required to use Eloquent model factories (^6.2)."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1620,35 +1619,35 @@
|
||||||
"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": "2023-06-11T21:17:10+00:00"
|
"time": "2023-09-19T14:11:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/events",
|
"name": "illuminate/events",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/events.git",
|
"url": "https://github.com/illuminate/events.git",
|
||||||
"reference": "8e534676bac23bc17925f5c74c128f9c09b98f69"
|
"reference": "e8cbfa31e1ada8d178ffcd7a5e26e101ec280c59"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/events/zipball/8e534676bac23bc17925f5c74c128f9c09b98f69",
|
"url": "https://api.github.com/repos/illuminate/events/zipball/e8cbfa31e1ada8d178ffcd7a5e26e101ec280c59",
|
||||||
"reference": "8e534676bac23bc17925f5c74c128f9c09b98f69",
|
"reference": "e8cbfa31e1ada8d178ffcd7a5e26e101ec280c59",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/bus": "^9.0",
|
"illuminate/bus": "^10.0",
|
||||||
"illuminate/collections": "^9.0",
|
"illuminate/collections": "^10.0",
|
||||||
"illuminate/container": "^9.0",
|
"illuminate/container": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/macroable": "^9.0",
|
"illuminate/macroable": "^10.0",
|
||||||
"illuminate/support": "^9.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.0.2"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1675,29 +1674,29 @@
|
||||||
"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-15T13:14:12+00:00"
|
"time": "2023-08-11T15:02:04+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/filesystem",
|
"name": "illuminate/filesystem",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/filesystem.git",
|
"url": "https://github.com/illuminate/filesystem.git",
|
||||||
"reference": "8168361548b2c5e2e501096cfbadb62a4a526290"
|
"reference": "8f355f9e281a4219671be0a82195f49153b1bced"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/8168361548b2c5e2e501096cfbadb62a4a526290",
|
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/8f355f9e281a4219671be0a82195f49153b1bced",
|
||||||
"reference": "8168361548b2c5e2e501096cfbadb62a4a526290",
|
"reference": "8f355f9e281a4219671be0a82195f49153b1bced",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/collections": "^9.0",
|
"illuminate/collections": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/macroable": "^9.0",
|
"illuminate/macroable": "^10.0",
|
||||||
"illuminate/support": "^9.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.0.2",
|
"php": "^8.1",
|
||||||
"symfony/finder": "^6.0"
|
"symfony/finder": "^6.2"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-fileinfo": "Required to use the Filesystem class.",
|
"ext-fileinfo": "Required to use the Filesystem class.",
|
||||||
|
@ -1709,13 +1708,13 @@
|
||||||
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
|
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
|
||||||
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
|
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
|
||||||
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
||||||
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
|
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
|
||||||
"symfony/mime": "Required to enable support for guessing extensions (^6.0)."
|
"symfony/mime": "Required to enable support for guessing extensions (^6.2)."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1739,29 +1738,29 @@
|
||||||
"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": "2023-02-10T20:24:35+00:00"
|
"time": "2023-09-15T22:35:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/macroable",
|
"name": "illuminate/macroable",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/macroable.git",
|
"url": "https://github.com/illuminate/macroable.git",
|
||||||
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a"
|
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
|
"url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
||||||
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
|
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0.2"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1785,31 +1784,31 @@
|
||||||
"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-08-09T13:29:29+00:00"
|
"time": "2023-06-05T12:46:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/pipeline",
|
"name": "illuminate/pipeline",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/pipeline.git",
|
"url": "https://github.com/illuminate/pipeline.git",
|
||||||
"reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6"
|
"reference": "f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/e0be3f3f79f8235ad7334919ca4094d5074e02f6",
|
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1",
|
||||||
"reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6",
|
"reference": "f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/support": "^9.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.0.2"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1833,20 +1832,20 @@
|
||||||
"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-06-09T14:13:53+00:00"
|
"time": "2023-03-03T15:55:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/support",
|
"name": "illuminate/support",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/support.git",
|
"url": "https://github.com/illuminate/support.git",
|
||||||
"reference": "223c608dbca27232df6213f776bfe7bdeec24874"
|
"reference": "f3ac48a059e3f1a0cb72c926f83a77af77d7a7f3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/support/zipball/223c608dbca27232df6213f776bfe7bdeec24874",
|
"url": "https://api.github.com/repos/illuminate/support/zipball/f3ac48a059e3f1a0cb72c926f83a77af77d7a7f3",
|
||||||
"reference": "223c608dbca27232df6213f776bfe7bdeec24874",
|
"reference": "f3ac48a059e3f1a0cb72c926f83a77af77d7a7f3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1854,30 +1853,30 @@
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"ext-filter": "*",
|
"ext-filter": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"illuminate/collections": "^9.0",
|
"illuminate/collections": "^10.0",
|
||||||
"illuminate/conditionable": "^9.0",
|
"illuminate/conditionable": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/macroable": "^9.0",
|
"illuminate/macroable": "^10.0",
|
||||||
"nesbot/carbon": "^2.62.1",
|
"nesbot/carbon": "^2.67",
|
||||||
"php": "^8.0.2",
|
"php": "^8.1",
|
||||||
"voku/portable-ascii": "^2.0"
|
"voku/portable-ascii": "^2.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"tightenco/collect": "<5.5.33"
|
"tightenco/collect": "<5.5.33"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"illuminate/filesystem": "Required to use the composer class (^9.0).",
|
"illuminate/filesystem": "Required to use the composer class (^10.0).",
|
||||||
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
|
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
|
||||||
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
|
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
|
||||||
"symfony/process": "Required to use the composer class (^6.0).",
|
"symfony/process": "Required to use the composer class (^6.2).",
|
||||||
"symfony/uid": "Required to use Str::ulid() (^6.0).",
|
"symfony/uid": "Required to use Str::ulid() (^6.2).",
|
||||||
"symfony/var-dumper": "Required to use the dd function (^6.0).",
|
"symfony/var-dumper": "Required to use the dd function (^6.2).",
|
||||||
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1904,37 +1903,37 @@
|
||||||
"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": "2023-06-11T21:11:53+00:00"
|
"time": "2023-09-19T14:13:21+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "illuminate/view",
|
"name": "illuminate/view",
|
||||||
"version": "v9.52.15",
|
"version": "v10.24.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/illuminate/view.git",
|
"url": "https://github.com/illuminate/view.git",
|
||||||
"reference": "0215165781b3269cdbecdfe63ffddd0e6cecfd6e"
|
"reference": "a0636443ddffc49218abaff50247f7404d9394b7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/illuminate/view/zipball/0215165781b3269cdbecdfe63ffddd0e6cecfd6e",
|
"url": "https://api.github.com/repos/illuminate/view/zipball/a0636443ddffc49218abaff50247f7404d9394b7",
|
||||||
"reference": "0215165781b3269cdbecdfe63ffddd0e6cecfd6e",
|
"reference": "a0636443ddffc49218abaff50247f7404d9394b7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-tokenizer": "*",
|
"ext-tokenizer": "*",
|
||||||
"illuminate/collections": "^9.0",
|
"illuminate/collections": "^10.0",
|
||||||
"illuminate/container": "^9.0",
|
"illuminate/container": "^10.0",
|
||||||
"illuminate/contracts": "^9.0",
|
"illuminate/contracts": "^10.0",
|
||||||
"illuminate/events": "^9.0",
|
"illuminate/events": "^10.0",
|
||||||
"illuminate/filesystem": "^9.0",
|
"illuminate/filesystem": "^10.0",
|
||||||
"illuminate/macroable": "^9.0",
|
"illuminate/macroable": "^10.0",
|
||||||
"illuminate/support": "^9.0",
|
"illuminate/support": "^10.0",
|
||||||
"php": "^8.0.2"
|
"php": "^8.1"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "9.x-dev"
|
"dev-master": "10.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1958,7 +1957,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": "2023-03-13T01:21:46+00:00"
|
"time": "2023-09-13T18:10:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/oauth2-client",
|
"name": "league/oauth2-client",
|
||||||
|
@ -3150,96 +3149,6 @@
|
||||||
},
|
},
|
||||||
"time": "2019-05-28T06:10:06+00:00"
|
"time": "2019-05-28T06:10:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "symfony/console",
|
|
||||||
"version": "v6.3.4",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/symfony/console.git",
|
|
||||||
"reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
|
|
||||||
"reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=8.1",
|
|
||||||
"symfony/deprecation-contracts": "^2.5|^3",
|
|
||||||
"symfony/polyfill-mbstring": "~1.0",
|
|
||||||
"symfony/service-contracts": "^2.5|^3",
|
|
||||||
"symfony/string": "^5.4|^6.0"
|
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"symfony/dependency-injection": "<5.4",
|
|
||||||
"symfony/dotenv": "<5.4",
|
|
||||||
"symfony/event-dispatcher": "<5.4",
|
|
||||||
"symfony/lock": "<5.4",
|
|
||||||
"symfony/process": "<5.4"
|
|
||||||
},
|
|
||||||
"provide": {
|
|
||||||
"psr/log-implementation": "1.0|2.0|3.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"psr/log": "^1|^2|^3",
|
|
||||||
"symfony/config": "^5.4|^6.0",
|
|
||||||
"symfony/dependency-injection": "^5.4|^6.0",
|
|
||||||
"symfony/event-dispatcher": "^5.4|^6.0",
|
|
||||||
"symfony/lock": "^5.4|^6.0",
|
|
||||||
"symfony/process": "^5.4|^6.0",
|
|
||||||
"symfony/var-dumper": "^5.4|^6.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Symfony\\Component\\Console\\": ""
|
|
||||||
},
|
|
||||||
"exclude-from-classmap": [
|
|
||||||
"/Tests/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Fabien Potencier",
|
|
||||||
"email": "fabien@symfony.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Symfony Community",
|
|
||||||
"homepage": "https://symfony.com/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Eases the creation of beautiful and testable command line interfaces",
|
|
||||||
"homepage": "https://symfony.com",
|
|
||||||
"keywords": [
|
|
||||||
"cli",
|
|
||||||
"command-line",
|
|
||||||
"console",
|
|
||||||
"terminal"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/console/tree/v6.3.4"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://symfony.com/sponsor",
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://github.com/fabpot",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2023-08-16T10:10:12+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "symfony/deprecation-contracts",
|
"name": "symfony/deprecation-contracts",
|
||||||
"version": "v3.3.0",
|
"version": "v3.3.0",
|
||||||
|
@ -3850,87 +3759,6 @@
|
||||||
],
|
],
|
||||||
"time": "2023-01-26T09:26:14+00:00"
|
"time": "2023-01-26T09:26:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "symfony/polyfill-intl-grapheme",
|
|
||||||
"version": "v1.28.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
||||||
"reference": "875e90aeea2777b6f135677f618529449334a612"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
|
|
||||||
"reference": "875e90aeea2777b6f135677f618529449334a612",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=7.1"
|
|
||||||
},
|
|
||||||
"suggest": {
|
|
||||||
"ext-intl": "For best performance"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-main": "1.28-dev"
|
|
||||||
},
|
|
||||||
"thanks": {
|
|
||||||
"name": "symfony/polyfill",
|
|
||||||
"url": "https://github.com/symfony/polyfill"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"files": [
|
|
||||||
"bootstrap.php"
|
|
||||||
],
|
|
||||||
"psr-4": {
|
|
||||||
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Nicolas Grekas",
|
|
||||||
"email": "p@tchwork.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Symfony Community",
|
|
||||||
"homepage": "https://symfony.com/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
||||||
"homepage": "https://symfony.com",
|
|
||||||
"keywords": [
|
|
||||||
"compatibility",
|
|
||||||
"grapheme",
|
|
||||||
"intl",
|
|
||||||
"polyfill",
|
|
||||||
"portable",
|
|
||||||
"shim"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://symfony.com/sponsor",
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://github.com/fabpot",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2023-01-26T09:26:14+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-intl-idn",
|
"name": "symfony/polyfill-intl-idn",
|
||||||
"version": "v1.28.0",
|
"version": "v1.28.0",
|
||||||
|
@ -4595,92 +4423,6 @@
|
||||||
],
|
],
|
||||||
"time": "2023-05-23T14:45:45+00:00"
|
"time": "2023-05-23T14:45:45+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "symfony/string",
|
|
||||||
"version": "v6.3.2",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/symfony/string.git",
|
|
||||||
"reference": "53d1a83225002635bca3482fcbf963001313fb68"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/symfony/string/zipball/53d1a83225002635bca3482fcbf963001313fb68",
|
|
||||||
"reference": "53d1a83225002635bca3482fcbf963001313fb68",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": ">=8.1",
|
|
||||||
"symfony/polyfill-ctype": "~1.8",
|
|
||||||
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
||||||
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
||||||
"symfony/polyfill-mbstring": "~1.0"
|
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"symfony/translation-contracts": "<2.5"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"symfony/error-handler": "^5.4|^6.0",
|
|
||||||
"symfony/http-client": "^5.4|^6.0",
|
|
||||||
"symfony/intl": "^6.2",
|
|
||||||
"symfony/translation-contracts": "^2.5|^3.0",
|
|
||||||
"symfony/var-exporter": "^5.4|^6.0"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"files": [
|
|
||||||
"Resources/functions.php"
|
|
||||||
],
|
|
||||||
"psr-4": {
|
|
||||||
"Symfony\\Component\\String\\": ""
|
|
||||||
},
|
|
||||||
"exclude-from-classmap": [
|
|
||||||
"/Tests/"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Nicolas Grekas",
|
|
||||||
"email": "p@tchwork.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Symfony Community",
|
|
||||||
"homepage": "https://symfony.com/contributors"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
||||||
"homepage": "https://symfony.com",
|
|
||||||
"keywords": [
|
|
||||||
"grapheme",
|
|
||||||
"i18n",
|
|
||||||
"string",
|
|
||||||
"unicode",
|
|
||||||
"utf-8",
|
|
||||||
"utf8"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"source": "https://github.com/symfony/string/tree/v6.3.2"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://symfony.com/sponsor",
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://github.com/fabpot",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2023-07-05T08:41:27+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "symfony/translation",
|
"name": "symfony/translation",
|
||||||
"version": "v6.3.3",
|
"version": "v6.3.3",
|
||||||
|
@ -5165,25 +4907,24 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dms/phpunit-arraysubset-asserts",
|
"name": "dms/phpunit-arraysubset-asserts",
|
||||||
"version": "v0.4.0",
|
"version": "v0.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
|
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
|
||||||
"reference": "428293c2a00eceefbad71a2dbdfb913febb35de2"
|
"reference": "aa6b9e858414e91cca361cac3b2035ee57d212e0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/428293c2a00eceefbad71a2dbdfb913febb35de2",
|
"url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/aa6b9e858414e91cca361cac3b2035ee57d212e0",
|
||||||
"reference": "428293c2a00eceefbad71a2dbdfb913febb35de2",
|
"reference": "aa6b9e858414e91cca361cac3b2035ee57d212e0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^5.4 || ^7.0 || ^8.0",
|
"php": "^5.4 || ^7.0 || ^8.0",
|
||||||
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"dms/coding-standard": "^9",
|
"dms/coding-standard": "^9"
|
||||||
"squizlabs/php_codesniffer": "^3.4"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -5204,9 +4945,9 @@
|
||||||
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
|
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues",
|
"issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues",
|
||||||
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.4.0"
|
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.5.0"
|
||||||
},
|
},
|
||||||
"time": "2022-02-13T15:00:28+00:00"
|
"time": "2023-06-02T17:33:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/instantiator",
|
"name": "doctrine/instantiator",
|
||||||
|
@ -5738,16 +5479,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.10.34",
|
"version": "1.10.35",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "7f806b6f1403e6914c778140e2ba07c293cb4901"
|
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7f806b6f1403e6914c778140e2ba07c293cb4901",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3",
|
||||||
"reference": "7f806b6f1403e6914c778140e2ba07c293cb4901",
|
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -5796,20 +5537,20 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-13T09:49:47+00:00"
|
"time": "2023-09-19T15:27:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
"version": "9.2.28",
|
"version": "9.2.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||||
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef"
|
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
|
||||||
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
|
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -5866,7 +5607,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28"
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -5874,7 +5615,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-12T14:36:20+00:00"
|
"time": "2023-09-19T04:57:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-file-iterator",
|
"name": "phpunit/php-file-iterator",
|
||||||
|
@ -6119,16 +5860,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "9.6.12",
|
"version": "9.6.13",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f"
|
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a122c2ebd469b751d774aa0f613dc0d67697653f",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
|
||||||
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f",
|
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -6202,7 +5943,7 @@
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.12"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -6218,7 +5959,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-12T14:39:31+00:00"
|
"time": "2023-09-19T05:39:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
|
|
@ -45,11 +45,7 @@ class OAuth extends BaseModel
|
||||||
/** @var array<string, string> */
|
/** @var array<string, string> */
|
||||||
protected $casts = [ // phpcs:ignore
|
protected $casts = [ // phpcs:ignore
|
||||||
'user_id' => 'integer',
|
'user_id' => 'integer',
|
||||||
];
|
'expires_at' => 'datetime',
|
||||||
|
|
||||||
/** @var array<string> */
|
|
||||||
protected $dates = [ // phpcs:ignore
|
|
||||||
'expires_at',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> */
|
/** @var array<string> */
|
||||||
|
|
|
@ -43,11 +43,6 @@ class Question extends BaseModel
|
||||||
'answered_at' => null,
|
'answered_at' => null,
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> */
|
|
||||||
protected $dates = [ // phpcs:ignore
|
|
||||||
'answered_at',
|
|
||||||
];
|
|
||||||
|
|
||||||
/** @var array<string> */
|
/** @var array<string> */
|
||||||
protected $fillable = [ // phpcs:ignore
|
protected $fillable = [ // phpcs:ignore
|
||||||
'user_id',
|
'user_id',
|
||||||
|
@ -61,6 +56,7 @@ class Question extends BaseModel
|
||||||
protected $casts = [ // phpcs:ignore
|
protected $casts = [ // phpcs:ignore
|
||||||
'user_id' => 'integer',
|
'user_id' => 'integer',
|
||||||
'answerer_id' => 'integer',
|
'answerer_id' => 'integer',
|
||||||
|
'answered_at' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function answerer(): BelongsTo
|
public function answerer(): BelongsTo
|
||||||
|
|
|
@ -37,11 +37,6 @@ class Session extends BaseModel
|
||||||
'user_id' => null,
|
'user_id' => null,
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> */
|
|
||||||
protected $dates = [ // phpcs:ignore
|
|
||||||
'last_activity',
|
|
||||||
];
|
|
||||||
|
|
||||||
/** @var array<string> */
|
/** @var array<string> */
|
||||||
protected $fillable = [ // phpcs:ignore
|
protected $fillable = [ // phpcs:ignore
|
||||||
'id',
|
'id',
|
||||||
|
@ -52,5 +47,6 @@ class Session extends BaseModel
|
||||||
/** @var array<string, string> */
|
/** @var array<string, string> */
|
||||||
protected $casts = [ // phpcs:ignore
|
protected $casts = [ // phpcs:ignore
|
||||||
'user_id' => 'integer',
|
'user_id' => 'integer',
|
||||||
|
'last_activity' => 'datetime',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -73,6 +73,8 @@ class Shift extends BaseModel
|
||||||
'room_id' => 'integer',
|
'room_id' => 'integer',
|
||||||
'created_by' => 'integer',
|
'created_by' => 'integer',
|
||||||
'updated_by' => 'integer',
|
'updated_by' => 'integer',
|
||||||
|
'start' => 'datetime',
|
||||||
|
'end' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> Values that are mass assignable */
|
/** @var array<string> Values that are mass assignable */
|
||||||
|
@ -89,12 +91,6 @@ class Shift extends BaseModel
|
||||||
'updated_by',
|
'updated_by',
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> Values that are DateTimes */
|
|
||||||
protected $dates = [ // phpcs:ignore
|
|
||||||
'start',
|
|
||||||
'end',
|
|
||||||
];
|
|
||||||
|
|
||||||
public function neededAngelTypes(): HasMany
|
public function neededAngelTypes(): HasMany
|
||||||
{
|
{
|
||||||
return $this->hasMany(NeededAngelType::class);
|
return $this->hasMany(NeededAngelType::class);
|
||||||
|
|
|
@ -40,10 +40,10 @@ class PersonalData extends HasUserModel
|
||||||
'planned_departure_date' => null,
|
'planned_departure_date' => null,
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> The attributes that should be mutated to dates */
|
/** @var array<string, string> */
|
||||||
protected $dates = [ // phpcs:ignore
|
protected $casts = [ // phpcs:ignore
|
||||||
'planned_arrival_date',
|
'planned_arrival_date' => 'datetime',
|
||||||
'planned_departure_date',
|
'planned_departure_date' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -48,11 +48,7 @@ class State extends HasUserModel
|
||||||
'force_active' => 'boolean',
|
'force_active' => 'boolean',
|
||||||
'got_shirt' => 'boolean',
|
'got_shirt' => 'boolean',
|
||||||
'got_voucher' => 'integer',
|
'got_voucher' => 'integer',
|
||||||
];
|
'arrival_date' => 'datetime',
|
||||||
|
|
||||||
/** @var array<string> The attributes that should be mutated to dates */
|
|
||||||
protected $dates = [ // phpcs:ignore
|
|
||||||
'arrival_date',
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -104,9 +104,9 @@ class User extends BaseModel
|
||||||
'password',
|
'password',
|
||||||
];
|
];
|
||||||
|
|
||||||
/** @var array<string> The attributes that should be mutated to dates */
|
/** @var array<string, string> */
|
||||||
protected $dates = [ // phpcs:ignore
|
protected $casts = [ // phpcs:ignore
|
||||||
'last_login_at',
|
'last_login_at' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function contact(): HasOne
|
public function contact(): HasOne
|
||||||
|
|
|
@ -36,16 +36,12 @@ class Worklog extends BaseModel
|
||||||
/** @var bool Enable timestamps */
|
/** @var bool Enable timestamps */
|
||||||
public $timestamps = true; // phpcs:ignore
|
public $timestamps = true; // phpcs:ignore
|
||||||
|
|
||||||
/** @var array<string> The attributes that should be mutated to dates */
|
|
||||||
protected $dates = [ // phpcs:ignore
|
|
||||||
'worked_at',
|
|
||||||
];
|
|
||||||
|
|
||||||
/** @var array<string, string> */
|
/** @var array<string, string> */
|
||||||
protected $casts = [ // phpcs:ignore
|
protected $casts = [ // phpcs:ignore
|
||||||
'user_id' => 'integer',
|
'user_id' => 'integer',
|
||||||
'creator_id' => 'integer',
|
'creator_id' => 'integer',
|
||||||
'hours' => 'float',
|
'hours' => 'float',
|
||||||
|
'worked_at' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -132,7 +132,7 @@ class ConfigServiceProviderTest extends ServiceProviderTest
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_null($returnValue)) {
|
if (is_null($returnValue)) {
|
||||||
throw new QueryException('', [], new Exception());
|
throw new QueryException('', '', [], new Exception());
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue