2024-10-23
This commit is contained in:
parent
5793fcb710
commit
5093529cc1
427 changed files with 6691 additions and 1740 deletions
56
composer.lock
generated
56
composer.lock
generated
|
|
@ -426,16 +426,16 @@
|
|||
},
|
||||
{
|
||||
"name": "idleberg/vite-manifest",
|
||||
"version": "v1.1.0",
|
||||
"version": "v1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/idleberg/php-vite-manifest.git",
|
||||
"reference": "0bd4c59ffadf5d44a46e8205017b15c456dea6f4"
|
||||
"reference": "4f385011d36c3c568fd26434e50c41e97618474a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/idleberg/php-vite-manifest/zipball/0bd4c59ffadf5d44a46e8205017b15c456dea6f4",
|
||||
"reference": "0bd4c59ffadf5d44a46e8205017b15c456dea6f4",
|
||||
"url": "https://api.github.com/repos/idleberg/php-vite-manifest/zipball/4f385011d36c3c568fd26434e50c41e97618474a",
|
||||
"reference": "4f385011d36c3c568fd26434e50c41e97618474a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -443,16 +443,22 @@
|
|||
"php": ">=8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"brainmaestro/composer-git-hooks": "^3.0@alpha",
|
||||
"brainmaestro/composer-git-hooks": "^3.0.0",
|
||||
"codeception/codeception": "^5.0.4",
|
||||
"codeception/module-asserts": "^3.0.0",
|
||||
"friendsofphp/php-cs-fixer": "^3.8",
|
||||
"icanhazstring/composer-unused": "^0.8.10",
|
||||
"phpstan/phpstan": "^1.9"
|
||||
"phpstan/phpstan": "^1.9",
|
||||
"shipmonk/composer-dependency-analyser": "^1.6"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"hooks": {
|
||||
"config": {
|
||||
"stop-on-failure": [
|
||||
"pre-commit"
|
||||
]
|
||||
},
|
||||
"pre-commit": [
|
||||
"composer run format",
|
||||
"composer run lint",
|
||||
|
|
@ -475,7 +481,7 @@
|
|||
"email": "idleberg@users.noreply.github.com"
|
||||
}
|
||||
],
|
||||
"description": "A parser for Vite v2 manifest files",
|
||||
"description": "A parser for Vite manifest files",
|
||||
"keywords": [
|
||||
"vite",
|
||||
"vite manifest",
|
||||
|
|
@ -483,9 +489,9 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/idleberg/php-vite-manifest/issues",
|
||||
"source": "https://github.com/idleberg/php-vite-manifest/tree/v1.1.0"
|
||||
"source": "https://github.com/idleberg/php-vite-manifest/tree/v1.2.0"
|
||||
},
|
||||
"time": "2024-06-09T06:54:18+00:00"
|
||||
"time": "2024-10-20T23:11:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "idleberg/wordpress-vite-assets",
|
||||
|
|
@ -2349,15 +2355,15 @@
|
|||
},
|
||||
{
|
||||
"name": "wpackagist-plugin/wp-openapi",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"source": {
|
||||
"type": "svn",
|
||||
"url": "https://plugins.svn.wordpress.org/wp-openapi/",
|
||||
"reference": "tags/1.0.15"
|
||||
"reference": "tags/1.0.16"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://downloads.wordpress.org/plugin/wp-openapi.1.0.15.zip"
|
||||
"url": "https://downloads.wordpress.org/plugin/wp-openapi.1.0.16.zip"
|
||||
},
|
||||
"require": {
|
||||
"composer/installers": "^1.0 || ^2.0"
|
||||
|
|
@ -3348,16 +3354,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "1.12.6",
|
||||
"version": "1.12.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae"
|
||||
"reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc4d2f145a88ea7141ae698effd64d9df46527ae",
|
||||
"reference": "dc4d2f145a88ea7141ae698effd64d9df46527ae",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0",
|
||||
"reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -3402,7 +3408,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-10-06T15:03:59+00:00"
|
||||
"time": "2024-10-18T11:12:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
|
|
@ -3513,17 +3519,17 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "c3c55a0f6643119fa8699577cc83ca6256d98ab5"
|
||||
"reference": "51e3fa290bca57eca7ba6c261b8a1278eb13a98a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c3c55a0f6643119fa8699577cc83ca6256d98ab5",
|
||||
"reference": "c3c55a0f6643119fa8699577cc83ca6256d98ab5",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/51e3fa290bca57eca7ba6c261b8a1278eb13a98a",
|
||||
"reference": "51e3fa290bca57eca7ba6c261b8a1278eb13a98a",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
"3f/pygmentize": "<1.2",
|
||||
"admidio/admidio": "<4.3.10",
|
||||
"admidio/admidio": "<4.3.12",
|
||||
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
|
||||
"aheinze/cockpit": "<2.2",
|
||||
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.04.6",
|
||||
|
|
@ -3738,7 +3744,7 @@
|
|||
"froxlor/froxlor": "<=2.2.0.0-RC3",
|
||||
"frozennode/administrator": "<=5.0.12",
|
||||
"fuel/core": "<1.8.1",
|
||||
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
|
||||
"funadmin/funadmin": "<=5.0.2",
|
||||
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
||||
"genix/cms": "<=1.1.11",
|
||||
"getformwork/formwork": "<1.13.1|==2.0.0.0-beta1",
|
||||
|
|
@ -4032,7 +4038,7 @@
|
|||
"rap2hpoutre/laravel-log-viewer": "<0.13",
|
||||
"react/http": ">=0.7,<1.9",
|
||||
"really-simple-plugins/complianz-gdpr": "<6.4.2",
|
||||
"redaxo/source": "<=5.15.1",
|
||||
"redaxo/source": "<=5.17.1",
|
||||
"remdex/livehelperchat": "<4.29",
|
||||
"reportico-web/reportico": "<=8.1",
|
||||
"rhukster/dom-sanitizer": "<1.0.7",
|
||||
|
|
@ -4106,7 +4112,7 @@
|
|||
"subhh/libconnect": "<7.0.8|>=8,<8.1",
|
||||
"sukohi/surpass": "<1",
|
||||
"sulu/form-bundle": ">=2,<2.5.3",
|
||||
"sulu/sulu": "<1.6.44|>=2,<2.6.5",
|
||||
"sulu/sulu": "<1.6.44|>=2,<2.5.21|>=2.6,<2.6.5",
|
||||
"sumocoders/framework-user-bundle": "<1.4",
|
||||
"superbig/craft-audit": "<3.0.2",
|
||||
"swag/paypal": "<5.4.4",
|
||||
|
|
@ -4337,7 +4343,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-10-11T18:06:00+00:00"
|
||||
"time": "2024-10-21T20:05:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/diff",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue