|
|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "dfa7e253cb60313d37705e47dff758ae",
|
|
|
+ "content-hash": "00648a7052ad5efdfbed2952a9ec8d54",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "brick/math",
|
|
|
@@ -2174,16 +2174,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "nesbot/carbon",
|
|
|
- "version": "3.8.2",
|
|
|
+ "version": "3.8.3",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
- "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947"
|
|
|
+ "reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
|
|
|
- "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947",
|
|
|
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f01cfa96468f4c38325f507ab81a4f1d2cd93cfe",
|
|
|
+ "reference": "f01cfa96468f4c38325f507ab81a4f1d2cd93cfe",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -2215,10 +2215,6 @@
|
|
|
],
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "3.x-dev",
|
|
|
- "dev-2.x": "2.x-dev"
|
|
|
- },
|
|
|
"laravel": {
|
|
|
"providers": [
|
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
|
@@ -2228,6 +2224,10 @@
|
|
|
"includes": [
|
|
|
"extension.neon"
|
|
|
]
|
|
|
+ },
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-2.x": "2.x-dev",
|
|
|
+ "dev-master": "3.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
@@ -2276,7 +2276,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-11-07T17:46:48+00:00"
|
|
|
+ "time": "2024-12-21T18:03:19+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "nette/schema",
|
|
|
@@ -5653,31 +5653,33 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "tijsverkoyen/css-to-inline-styles",
|
|
|
- "version": "v2.2.7",
|
|
|
+ "version": "v2.3.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
|
|
|
- "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
|
|
|
+ "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
|
|
|
- "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
|
|
|
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
|
|
|
+ "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-dom": "*",
|
|
|
"ext-libxml": "*",
|
|
|
- "php": "^5.5 || ^7.0 || ^8.0",
|
|
|
- "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
|
|
|
+ "phpstan/phpstan": "^2.0",
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0",
|
|
|
+ "phpunit/phpunit": "^8.5.21 || ^9.5.10"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "2.2.x-dev"
|
|
|
+ "dev-master": "2.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
@@ -5700,9 +5702,9 @@
|
|
|
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
|
|
|
"support": {
|
|
|
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
|
|
|
- "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
|
|
|
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
|
|
|
},
|
|
|
- "time": "2023-12-08T13:03:43+00:00"
|
|
|
+ "time": "2024-12-21T16:25:41+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "vlucas/phpdotenv",
|
|
|
@@ -6997,16 +6999,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/phpunit",
|
|
|
- "version": "11.5.1",
|
|
|
+ "version": "11.5.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
- "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a"
|
|
|
+ "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
|
|
|
- "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/153d0531b9f7e883c5053160cad6dd5ac28140b3",
|
|
|
+ "reference": "153d0531b9f7e883c5053160cad6dd5ac28140b3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -7020,13 +7022,13 @@
|
|
|
"phar-io/manifest": "^2.0.4",
|
|
|
"phar-io/version": "^3.2.1",
|
|
|
"php": ">=8.2",
|
|
|
- "phpunit/php-code-coverage": "^11.0.7",
|
|
|
+ "phpunit/php-code-coverage": "^11.0.8",
|
|
|
"phpunit/php-file-iterator": "^5.1.0",
|
|
|
"phpunit/php-invoker": "^5.0.1",
|
|
|
"phpunit/php-text-template": "^4.0.1",
|
|
|
"phpunit/php-timer": "^7.0.1",
|
|
|
"sebastian/cli-parser": "^3.0.2",
|
|
|
- "sebastian/code-unit": "^3.0.1",
|
|
|
+ "sebastian/code-unit": "^3.0.2",
|
|
|
"sebastian/comparator": "^6.2.1",
|
|
|
"sebastian/diff": "^6.0.2",
|
|
|
"sebastian/environment": "^7.2.0",
|
|
|
@@ -7078,7 +7080,7 @@
|
|
|
"support": {
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
|
- "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.1"
|
|
|
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.2"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
|
@@ -7094,7 +7096,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2024-12-11T10:52:48+00:00"
|
|
|
+ "time": "2024-12-21T05:51:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "sebastian/cli-parser",
|
|
|
@@ -8200,7 +8202,8 @@
|
|
|
"prefer-stable": true,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
- "php": "^8.2"
|
|
|
+ "php": "^8.2",
|
|
|
+ "ext-pdo": "*"
|
|
|
},
|
|
|
"platform-dev": {},
|
|
|
"plugin-api-version": "2.6.0"
|