Update
This commit is contained in:
parent
635b3ddcbc
commit
8ee2687101
4 changed files with 21 additions and 30 deletions
|
@ -1,2 +1,3 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
37
composer.lock
generated
37
composer.lock
generated
|
@ -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": "adb0fe283e0b70b4602662fb7ea5bce8",
|
"content-hash": "1c28b8930926db9c9489ed62667d55b5",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
|
@ -62,16 +62,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.339.15",
|
"version": "3.339.19",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "46ef2d3734ba8358966af80e4ac181633bd03692"
|
"reference": "18f05efe983860ad899082e04c13f06ec9fd6e41"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/46ef2d3734ba8358966af80e4ac181633bd03692",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/18f05efe983860ad899082e04c13f06ec9fd6e41",
|
||||||
"reference": "46ef2d3734ba8358966af80e4ac181633bd03692",
|
"reference": "18f05efe983860ad899082e04c13f06ec9fd6e41",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -153,9 +153,9 @@
|
||||||
"support": {
|
"support": {
|
||||||
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
||||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.339.15"
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.339.19"
|
||||||
},
|
},
|
||||||
"time": "2025-02-17T19:07:50+00:00"
|
"time": "2025-02-21T19:13:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
|
@ -1119,12 +1119,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049"
|
"reference": "6b2c09626d16e2a59f10b15ecfa698ddf3f812a4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6b2c09626d16e2a59f10b15ecfa698ddf3f812a4",
|
||||||
"reference": "c9bd61aab12f0fc5e82ecfe621ff518a1d1f1049",
|
"reference": "6b2c09626d16e2a59f10b15ecfa698ddf3f812a4",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1134,7 +1134,7 @@
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-xml": "*",
|
"ext-xml": "*",
|
||||||
"ext-xmlwriter": "*",
|
"ext-xmlwriter": "*",
|
||||||
"myclabs/deep-copy": "^1.12.1",
|
"myclabs/deep-copy": "^1.13.0",
|
||||||
"phar-io/manifest": "^2.0.4",
|
"phar-io/manifest": "^2.0.4",
|
||||||
"phar-io/version": "^3.2.1",
|
"phar-io/version": "^3.2.1",
|
||||||
"php": ">=8.2",
|
"php": ">=8.2",
|
||||||
|
@ -1196,7 +1196,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/11.5.8"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1212,7 +1212,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-02-18T06:26:59+00:00"
|
"time": "2025-02-21T06:27:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-client",
|
"name": "psr/http-client",
|
||||||
|
@ -2716,14 +2716,15 @@
|
||||||
"packages-dev": [],
|
"packages-dev": [],
|
||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"stability-flags": {},
|
"stability-flags": [],
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=8.2.0",
|
"ext-curl": "*",
|
||||||
"ext-mysqli": "*",
|
"ext-mysqli": "*",
|
||||||
"ext-curl": "*"
|
"php": ">=8.2.0",
|
||||||
|
"ext-zip": "*"
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.6.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1 @@
|
||||||
"files": [
|
{}
|
||||||
{
|
|
||||||
"source": "locale/en-us/messages.php",
|
|
||||||
"translation": "locale/%locale%/messages.php"
|
|
||||||
}
|
|
||||||
]
|
|
|
@ -1,8 +1,2 @@
|
||||||
User-agent: *
|
User-agent: *
|
||||||
Crawl-delay: 10
|
Crawl-delay: 10
|
||||||
|
|
||||||
Disallow: /*?*mix=
|
|
||||||
Disallow: /*?*lang=
|
|
||||||
Disallow: /*?*mixshow=
|
|
||||||
Disallow: /*?*genre=
|
|
||||||
Disallow: /*?*dj=
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue