diff --git a/composer.json b/composer.json index 58dd35c..ed73fc9 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,6 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "ext-imagick": "*", "craftcms/aws-s3": "2.2.1", "craftcms/ckeditor": "4.0.6", "craftcms/cms": "5.4.4", @@ -71,8 +70,8 @@ "canonical": false }, { - "type": "github", - "url": "https://github.com/vigetlabs/craft-parts-kit.git" + "type": "github", + "url": "https://github.com/vigetlabs/craft-parts-kit.git" } ] } diff --git a/composer.lock b/composer.lock index 5a683fd..34d30a1 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "65e438b528fa3f92f3b5ea981d28d2b7", + "content-hash": "ad822c12ddd1b881817e552cfc0c658f", "packages": [ { "name": "aws/aws-crt-php", @@ -48,16 +48,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.322.2", + "version": "3.322.6", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "6a329cf111a4e54f2ca0e87ce07dd0b9e0befdad" + "reference": "ae7b0edab466c3440fe007c07cb62ae32a4dbfca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/6a329cf111a4e54f2ca0e87ce07dd0b9e0befdad", - "reference": "6a329cf111a4e54f2ca0e87ce07dd0b9e0befdad", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ae7b0edab466c3440fe007c07cb62ae32a4dbfca", + "reference": "ae7b0edab466c3440fe007c07cb62ae32a4dbfca", "shasum": "" }, "require": { @@ -140,9 +140,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.322.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.322.6" }, - "time": "2024-09-20T18:08:53+00:00" + "time": "2024-09-26T18:12:45+00:00" }, { "name": "bacon/bacon-qr-code", @@ -372,11 +372,6 @@ { "name": "craftcms/aws-s3", "version": "2.2.1", - "source": { - "type": "git", - "url": "https://github.com/craftcms/aws-s3.git", - "reference": "a160e2247c9fb16eacb4131b8310088fad33ebfd" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/aws-s3/zipball/a160e2247c9fb16eacb4131b8310088fad33ebfd", @@ -389,11 +384,6 @@ "league/flysystem-aws-s3-v3": "^3.0.0", "php": "^8.0.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "craftcms/rector": "dev-main" - }, "type": "craft-plugin", "extra": { "name": "Amazon S3", @@ -405,7 +395,6 @@ "craft\\awss3\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -417,30 +406,25 @@ ], "description": "Amazon S3 integration for Craft CMS", "keywords": [ - "Flysystem", "aws", "cms", "craftcms", + "flysystem", "s3", "yii2" ], "support": { - "docs": "https://github.com/craftcms/aws-s3/blob/master/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/aws-s3/issues?state=open", - "rss": "https://github.com/craftcms/aws-s3/commits/master.atom", - "source": "https://github.com/craftcms/aws-s3" + "source": "https://github.com/craftcms/aws-s3", + "docs": "https://github.com/craftcms/aws-s3/blob/master/README.md", + "rss": "https://github.com/craftcms/aws-s3/commits/master.atom" }, "time": "2024-03-23T01:31:54+00:00" }, { "name": "craftcms/ckeditor", "version": "4.0.6", - "source": { - "type": "git", - "url": "https://github.com/craftcms/ckeditor.git", - "reference": "6b949da6c11bbb9c6637021e88a33f6acf4290c2" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/ckeditor/zipball/6b949da6c11bbb9c6637021e88a33f6acf4290c2", @@ -453,12 +437,6 @@ "nystudio107/craft-code-editor": ">=1.0.8 <=1.0.13 || ^1.0.16", "php": "^8.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "craftcms/rector": "dev-main", - "vlucas/phpdotenv": "^5.5" - }, "type": "craft-plugin", "extra": { "name": "CKEditor", @@ -470,7 +448,6 @@ "craft\\ckeditor\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], @@ -482,18 +459,18 @@ ], "description": "Edit rich text content in Craft CMS using CKEditor.", "keywords": [ - "CKEditor", + "ckeditor", "cms", "craftcms", "html", "yii2" ], "support": { - "docs": "https://github.com/craftcms/ckeditor/blob/master/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/ckeditor/issues?state=open", - "rss": "https://github.com/craftcms/ckeditor/commits/master.atom", - "source": "https://github.com/craftcms/ckeditor" + "source": "https://github.com/craftcms/ckeditor", + "docs": "https://github.com/craftcms/ckeditor/blob/master/README.md", + "rss": "https://github.com/craftcms/ckeditor/commits/master.atom" }, "time": "2024-05-15T21:44:09+00:00" }, @@ -605,11 +582,6 @@ { "name": "craftcms/flysystem", "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/craftcms/flysystem.git", - "reference": "db27fc34ec50239c4634533efba6fbb07c040060" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/flysystem/zipball/db27fc34ec50239c4634533efba6fbb07c040060", @@ -621,18 +593,12 @@ "league/flysystem": "^3.0.0", "php": "^8.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "craftcms/rector": "dev-main" - }, "type": "library", "autoload": { "psr-4": { "craft\\flysystem\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -644,49 +610,38 @@ ], "description": "Base Flysystem implementation for Craft CMS", "keywords": [ - "Flysystem", "craftcms", + "flysystem", "yii2" ], "support": { - "docs": "https://github.com/craftcms/flysystem", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/flysystem/issues?state=open", - "rss": "https://github.com/craftcms/flysystem/commits/master.atom", - "source": "https://github.com/craftcms/flysystem" + "source": "https://github.com/craftcms/flysystem", + "docs": "https://github.com/craftcms/flysystem", + "rss": "https://github.com/craftcms/flysystem/commits/master.atom" }, "time": "2024-03-22T18:41:28+00:00" }, { "name": "craftcms/html-field", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/craftcms/html-field.git", - "reference": "54f6e6178b696d5b7bb886631e161293b73d565e" - }, + "version": "3.1.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/html-field/zipball/54f6e6178b696d5b7bb886631e161293b73d565e", - "reference": "54f6e6178b696d5b7bb886631e161293b73d565e", + "url": "https://api.github.com/repos/craftcms/html-field/zipball/34a5796c74e22d4ae80709541367114d03d280ca", + "reference": "34a5796c74e22d4ae80709541367114d03d280ca", "shasum": "" }, "require": { "craftcms/cms": "^5.0.0-beta.1", "php": "^8.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "craftcms/rector": "dev-main" - }, "type": "library", "autoload": { "psr-4": { "craft\\htmlfield\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -698,13 +653,13 @@ ], "description": "Base class for Craft CMS field types with HTML values.", "support": { - "docs": "https://github.com/craftcms/html-field/blob/main/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/html-field/issues?state=open", - "rss": "https://github.com/craftcms/html-field/commits/main.atom", - "source": "https://github.com/craftcms/html-field" + "source": "https://github.com/craftcms/html-field", + "docs": "https://github.com/craftcms/html-field/blob/main/README.md", + "rss": "https://github.com/craftcms/html-field/commits/main.atom" }, - "time": "2024-03-06T18:17:06+00:00" + "time": "2024-06-11T14:58:59+00:00" }, { "name": "craftcms/plugin-installer", @@ -1570,24 +1525,16 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.1.2", - "source": { - "type": "git", - "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862" - }, + "version": "v1.1.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpoption/phpoption": "^1.9.3" }, "type": "library", "autoload": { @@ -1595,7 +1542,6 @@ "GrahamCampbell\\ResultType\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1614,21 +1560,7 @@ "Result-Type", "result" ], - "support": { - "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", - "type": "tidelift" - } - ], - "time": "2023-11-12T22:16:48+00:00" + "time": "2024-07-20T21:45:45+00:00" }, { "name": "grpc/grpc", @@ -2232,15 +2164,15 @@ }, { "name": "lcobucci/clock", - "version": "3.2.0", + "version": "3.3.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/clock/zipball/6f28b826ea01306b07980cb8320ab30b966cd715", - "reference": "6f28b826ea01306b07980cb8320ab30b966cd715", + "url": "https://api.github.com/repos/lcobucci/clock/zipball/db3713a61addfffd615b79bf0bc22f0ccc61b86b", + "reference": "db3713a61addfffd615b79bf0bc22f0ccc61b86b", "shasum": "" }, "require": { - "php": "~8.2.0 || ~8.3.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", "psr/clock": "^1.0" }, "provide": { @@ -2262,7 +2194,7 @@ } ], "description": "Yet another clock abstraction", - "time": "2023-11-17T17:00:27+00:00" + "time": "2024-09-24T20:45:14+00:00" }, { "name": "league/csv", @@ -2324,11 +2256,6 @@ { "name": "league/flysystem", "version": "3.28.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/flysystem.git", - "reference": "e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/e611adab2b1ae2e3072fa72d62c62f52c2bf1f0c", @@ -2349,32 +2276,12 @@ "phpseclib/phpseclib": "3.0.15", "symfony/http-client": "<5.2" }, - "require-dev": { - "async-aws/s3": "^1.5 || ^2.0", - "async-aws/simple-s3": "^1.1 || ^2.0", - "aws/aws-sdk-php": "^3.295.10", - "composer/semver": "^3.0", - "ext-fileinfo": "*", - "ext-ftp": "*", - "ext-mongodb": "^1.3", - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^3.5", - "google/cloud-storage": "^1.23", - "guzzlehttp/psr7": "^2.6", - "microsoft/azure-storage-blob": "^1.1", - "mongodb/mongodb": "^1.2", - "phpseclib/phpseclib": "^3.0.36", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5.11|^10.0", - "sabre/dav": "^4.6.0" - }, "type": "library", "autoload": { "psr-4": { "League\\Flysystem\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2398,20 +2305,11 @@ "sftp", "storage" ], - "support": { - "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.28.0" - }, "time": "2024-05-22T10:09:12+00:00" }, { "name": "league/flysystem-aws-s3-v3", "version": "3.28.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", - "reference": "22071ef1604bc776f5ff2468ac27a752514665c8" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/22071ef1604bc776f5ff2468ac27a752514665c8", @@ -2434,7 +2332,6 @@ "League\\Flysystem\\AwsS3V3\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2454,19 +2351,11 @@ "s3", "storage" ], - "support": { - "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.28.0" - }, "time": "2024-05-06T20:05:52+00:00" }, { "name": "league/flysystem-local", "version": "3.28.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/flysystem-local.git", - "reference": "13f22ea8be526ea58c2ddff9e158ef7c296e4f40" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/13f22ea8be526ea58c2ddff9e158ef7c296e4f40", @@ -2485,7 +2374,6 @@ "League\\Flysystem\\Local\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2503,41 +2391,27 @@ "filesystem", "local" ], - "support": { - "source": "https://github.com/thephpleague/flysystem-local/tree/3.28.0" - }, "time": "2024-05-06T20:05:52+00:00" }, { "name": "league/mime-type-detection", - "version": "1.15.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" - }, + "version": "1.16.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.4 || ^8.0" }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3.2", - "phpstan/phpstan": "^0.12.68", - "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" - }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2548,21 +2422,7 @@ } ], "description": "Mime-type detection for Flysystem", - "support": { - "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" - }, - "funding": [ - { - "url": "https://github.com/frankdejonge", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" - } - ], - "time": "2024-01-28T23:22:08+00:00" + "time": "2024-09-21T08:32:55+00:00" }, { "name": "mikehaertl/php-shellcommand", @@ -2825,27 +2685,18 @@ { "name": "newridetech/php-classnames", "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/newridetech/php-classnames.git", - "reference": "b3a75a161379fe59cf87aa1034fe6009ca6aa4b0" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newridetech/php-classnames/zipball/b3a75a161379fe59cf87aa1034fe6009ca6aa4b0", "reference": "b3a75a161379fe59cf87aa1034fe6009ca6aa4b0", "shasum": "" }, - "require-dev": { - "phpunit/phpunit": "~7" - }, "type": "library", "autoload": { "psr-4": { "Newride\\Classnames\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2855,19 +2706,15 @@ "email": "mateusz.charytoniuk@newride.tech" } ], - "support": { - "issues": "https://github.com/newridetech/php-classnames/issues", - "source": "https://github.com/newridetech/php-classnames/tree/1.2.0" - }, "time": "2018-07-01T23:28:16+00:00" }, { "name": "nystudio107/craft-code-editor", - "version": "1.0.21", + "version": "1.0.22", "dist": { "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/82f5a4f0e3e8e15974f76cda98659080d51351c4", - "reference": "82f5a4f0e3e8e15974f76cda98659080d51351c4", + "url": "https://api.github.com/repos/nystudio107/craft-code-editor/zipball/170edf71355b659e1db9ede12980b17c20eb3d1f", + "reference": "170edf71355b659e1db9ede12980b17c20eb3d1f", "shasum": "" }, "require": { @@ -2905,16 +2752,11 @@ "markdown", "twig" ], - "time": "2024-09-13T02:32:50+00:00" + "time": "2024-09-23T17:20:25+00:00" }, { "name": "nystudio107/craft-emptycoalesce", "version": "5.0.0", - "source": { - "type": "git", - "url": "https://github.com/nystudio107/craft-emptycoalesce.git", - "reference": "a763fa66706444382f03cedcb6b5aa0ccb46430e" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-emptycoalesce/zipball/a763fa66706444382f03cedcb6b5aa0ccb46430e", @@ -2925,11 +2767,6 @@ "craftcms/cms": "^5.0.0", "php": "^8.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "craftcms/rector": "dev-main" - }, "type": "craft-plugin", "extra": { "class": "nystudio107\\emptycoalesce\\EmptyCoalesce", @@ -2941,7 +2778,6 @@ "nystudio107\\emptycoalesce\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -2967,12 +2803,6 @@ "issues": "https://nystudio107.com/plugins/empty-coalesce/support", "source": "https://github.com/nystudio107/craft-emptycoalesce" }, - "funding": [ - { - "url": "https://github.com/khalwat", - "type": "github" - } - ], "time": "2024-04-13T19:01:43+00:00" }, { @@ -3437,30 +3267,21 @@ }, { "name": "phpoption/phpoption", - "version": "1.9.2", - "source": { - "type": "git", - "url": "https://github.com/schmittjoh/php-option.git", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820" - }, + "version": "1.9.3", "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", + "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" - }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "1.9-dev" @@ -3471,7 +3292,6 @@ "PhpOption\\": "src/PhpOption/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], @@ -3494,34 +3314,36 @@ "php", "type" ], - "support": { - "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", - "type": "tidelift" - } - ], - "time": "2023-11-12T21:59:55+00:00" + "time": "2024-07-20T21:41:07+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.30.1", + "version": "1.32.0", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpdoc-parser.git", + "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4" + }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/51b95ec8670af41009e2b2b56873bad96682413e", - "reference": "51b95ec8670af41009e2b2b56873bad96682413e", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4", + "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, + "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpstan/extension-installer": "^1.0", + "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.0", + "phpunit/phpunit": "^9.5", + "symfony/process": "^5.2" + }, "type": "library", "autoload": { "psr-4": { @@ -3530,11 +3352,16 @@ ] } }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHPDoc parser with support for nullable, intersection and generic types", - "time": "2024-09-07T20:13:05+00:00" + "support": { + "issues": "https://github.com/phpstan/phpdoc-parser/issues", + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0" + }, + "time": "2024-09-26T07:23:32+00:00" }, { "name": "pixelandtonic/imagine", @@ -4829,11 +4656,11 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.9", + "version": "v6.4.12", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/b51ef8059159330b74a4d52f68e671033c0fe463", - "reference": "b51ef8059159330b74a4d52f68e671033c0fe463", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/f810e3cbdf7fdc35983968523d09f349fa9ada12", + "reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12", "shasum": "" }, "require": { @@ -4865,15 +4692,15 @@ ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", - "time": "2024-06-28T09:49:33+00:00" + "time": "2024-09-16T16:01:33+00:00" }, { "name": "symfony/http-client", - "version": "v6.4.11", + "version": "v6.4.12", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/4c92046bb788648ff1098cc66da69aa7eac8cb65", - "reference": "4c92046bb788648ff1098cc66da69aa7eac8cb65", + "url": "https://api.github.com/repos/symfony/http-client/zipball/fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56", + "reference": "fbebfcce21084d3e91ea987ae5bdd8c71ff0fd56", "shasum": "" }, "require": { @@ -4920,7 +4747,7 @@ "keywords": [ "http" ], - "time": "2024-08-26T06:30:21+00:00" + "time": "2024-09-20T08:21:33+00:00" }, { "name": "symfony/http-client-contracts", @@ -4979,11 +4806,11 @@ }, { "name": "symfony/mailer", - "version": "v7.1.2", + "version": "v7.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/8fcff0af9043c8f8a8e229437cea363e282f9aee", - "reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee", + "url": "https://api.github.com/repos/symfony/mailer/zipball/bbf21460c56f29810da3df3e206e38dfbb01e80b", + "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b", "shasum": "" }, "require": { @@ -5026,15 +4853,15 @@ ], "description": "Helps sending emails", "homepage": "https://symfony.com", - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-09-08T12:32:26+00:00" }, { "name": "symfony/mime", - "version": "v7.1.4", + "version": "v7.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/ccaa6c2503db867f472a587291e764d6a1e58758", - "reference": "ccaa6c2503db867f472a587291e764d6a1e58758", + "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff", + "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff", "shasum": "" }, "require": { @@ -5077,7 +4904,7 @@ "mime", "mime-type" ], - "time": "2024-08-13T14:28:19+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5632,11 +5459,11 @@ }, { "name": "symfony/process", - "version": "v7.1.3", + "version": "v7.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/7f2f542c668ad6c313dc4a5e9c3321f733197eca", - "reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca", + "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", + "reference": "5c03ee6369281177f07f7c68252a280beccba847", "shasum": "" }, "require": { @@ -5666,7 +5493,7 @@ ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", - "time": "2024-07-26T12:44:47+00:00" + "time": "2024-09-19T21:48:23+00:00" }, { "name": "symfony/property-access", @@ -5774,11 +5601,11 @@ }, { "name": "symfony/serializer", - "version": "v6.4.11", + "version": "v6.4.12", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/a75d03d7720417f8a654e73e8f02acdea8779cd0", - "reference": "a75d03d7720417f8a654e73e8f02acdea8779cd0", + "url": "https://api.github.com/repos/symfony/serializer/zipball/10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", + "reference": "10ae9c1b90f4809ccb7277cc8fe8d80b3af4412c", "shasum": "" }, "require": { @@ -5821,7 +5648,7 @@ ], "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", - "time": "2024-08-17T07:51:47+00:00" + "time": "2024-09-20T08:15:52+00:00" }, { "name": "symfony/service-contracts", @@ -5885,11 +5712,11 @@ }, { "name": "symfony/string", - "version": "v7.1.4", + "version": "v7.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/6cd670a6d968eaeb1c77c2e76091c45c56bc367b", - "reference": "6cd670a6d968eaeb1c77c2e76091c45c56bc367b", + "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306", + "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306", "shasum": "" }, "require": { @@ -5937,15 +5764,15 @@ "utf-8", "utf8" ], - "time": "2024-08-12T09:59:40+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/type-info", - "version": "v7.1.1", + "version": "v7.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/type-info/zipball/60b28eb733f1453287f1263ed305b96091e0d1dc", - "reference": "60b28eb733f1453287f1263ed305b96091e0d1dc", + "url": "https://api.github.com/repos/symfony/type-info/zipball/9f6094aa900d2c06bd61576a6f279d4ac441515f", + "reference": "9f6094aa900d2c06bd61576a6f279d4ac441515f", "shasum": "" }, "require": { @@ -5991,15 +5818,15 @@ "symfony", "type" ], - "time": "2024-05-31T14:59:31+00:00" + "time": "2024-09-19T21:48:23+00:00" }, { "name": "symfony/uid", - "version": "v7.1.4", + "version": "v7.1.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/82177535395109075cdb45a70533aa3d7a521cdf", - "reference": "82177535395109075cdb45a70533aa3d7a521cdf", + "url": "https://api.github.com/repos/symfony/uid/zipball/8c7bb8acb933964055215d89f9a9871df0239317", + "reference": "8c7bb8acb933964055215d89f9a9871df0239317", "shasum": "" }, "require": { @@ -6039,7 +5866,7 @@ "ulid", "uuid" ], - "time": "2024-08-12T09:59:40+00:00" + "time": "2024-09-17T09:16:35+00:00" }, { "name": "symfony/var-dumper", @@ -6101,11 +5928,11 @@ }, { "name": "symfony/yaml", - "version": "v5.4.43", + "version": "v5.4.44", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/62f96e1cfd4cf518882a36bfedcf1fe4093c1299", - "reference": "62f96e1cfd4cf518882a36bfedcf1fe4093c1299", + "url": "https://api.github.com/repos/symfony/yaml/zipball/7025b964f123bbf1896d7563db6ec7f1f63e918a", + "reference": "7025b964f123bbf1896d7563db6ec7f1f63e918a", "shasum": "" }, "require": { @@ -6146,7 +5973,7 @@ ], "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", - "time": "2024-08-11T17:40:32+00:00" + "time": "2024-09-16T14:36:56+00:00" }, { "name": "theiconic/name-parser", @@ -6369,11 +6196,6 @@ { "name": "viget/craft-classnames", "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/vigetlabs/craft-classnames.git", - "reference": "4df921789c21ffb7a2a9e4c8e9af87391f5c9095" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vigetlabs/craft-classnames/zipball/4df921789c21ffb7a2a9e4c8e9af87391f5c9095", @@ -6385,10 +6207,6 @@ "newridetech/php-classnames": "^1.2", "php": "^8.2" }, - "require-dev": { - "craftcms/phpstan": "dev-main", - "craftcms/rector": "dev-main" - }, "type": "craft-plugin", "extra": { "name": "Classnames", @@ -6403,7 +6221,6 @@ "viget\\classnames\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -6415,9 +6232,9 @@ ], "description": "Classnames plugin for Craft CMS", "keywords": [ - "Craft", "classnames", "cms", + "craft", "craft-plugin", "craftcms", "css", @@ -6426,8 +6243,7 @@ ], "support": { "docs": "https://github.com/vigetlabs/craft-classnames/blob/v2/README.md", - "issues": "https://github.com/vigetlabs/craft-classnames/issues", - "source": "https://github.com/vigetlabs/craft-classnames/tree/3.0.0" + "issues": "https://github.com/vigetlabs/craft-classnames/issues" }, "time": "2024-03-29T15:14:53+00:00" }, @@ -6489,32 +6305,22 @@ }, { "name": "vlucas/phpdotenv", - "version": "v5.6.0", - "source": { - "type": "git", - "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4" - }, + "version": "v5.6.1", "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", + "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.2", + "graham-campbell/result-type": "^1.1.3", "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2", + "phpoption/phpoption": "^1.9.3", "symfony/polyfill-ctype": "^1.24", "symfony/polyfill-mbstring": "^1.24", "symfony/polyfill-php80": "^1.24" }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.2", - "ext-filter": "*", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" - }, "suggest": { "ext-filter": "Required to use the boolean validator." }, @@ -6522,7 +6328,7 @@ "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "5.6-dev" @@ -6533,7 +6339,6 @@ "Dotenv\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], @@ -6555,21 +6360,7 @@ "env", "environment" ], - "support": { - "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" - }, - "funding": [ - { - "url": "https://github.com/GrahamCampbell", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", - "type": "tidelift" - } - ], - "time": "2023-11-12T22:43:29+00:00" + "time": "2024-07-20T21:52:34+00:00" }, { "name": "voku/anti-xss", @@ -7495,12 +7286,12 @@ "source": { "type": "git", "url": "https://github.com/craftcms/ecs.git", - "reference": "b4ef13140cd808feed5bfb857b3083d6c44ca2b4" + "reference": "3823f989668e12a85ba681f8c7f3fd8488e23066" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/ecs/zipball/b4ef13140cd808feed5bfb857b3083d6c44ca2b4", - "reference": "b4ef13140cd808feed5bfb857b3083d6c44ca2b4", + "url": "https://api.github.com/repos/craftcms/ecs/zipball/3823f989668e12a85ba681f8c7f3fd8488e23066", + "reference": "3823f989668e12a85ba681f8c7f3fd8488e23066", "shasum": "" }, "require": { @@ -7520,20 +7311,15 @@ "issues": "https://github.com/craftcms/ecs/issues", "source": "https://github.com/craftcms/ecs/tree/main" }, - "time": "2022-06-30T16:27:12+00:00" + "time": "2024-08-07T21:54:45+00:00" }, { "name": "craftcms/generator", - "version": "2.0.1", - "source": { - "type": "git", - "url": "https://github.com/craftcms/generator.git", - "reference": "84974a434c599ef1d17f2bbb115c0f3a7a47c8d2" - }, + "version": "2.1.0", "dist": { "type": "zip", - "url": "https://api.github.com/repos/craftcms/generator/zipball/84974a434c599ef1d17f2bbb115c0f3a7a47c8d2", - "reference": "84974a434c599ef1d17f2bbb115c0f3a7a47c8d2", + "url": "https://api.github.com/repos/craftcms/generator/zipball/4ccc62474698905c252c3ddb3352c0a63fae9765", + "reference": "4ccc62474698905c252c3ddb3352c0a63fae9765", "shasum": "" }, "require": { @@ -7542,11 +7328,6 @@ "nikic/php-parser": "^4.15", "php": "^8.2" }, - "require-dev": { - "craftcms/ecs": "dev-main", - "craftcms/phpstan": "dev-main", - "pestphp/pest": "^1.22" - }, "type": "yii2-extension", "extra": { "bootstrap": "craft\\generator\\Extension" @@ -7556,7 +7337,6 @@ "craft\\generator\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "mit" ], @@ -7576,10 +7356,10 @@ "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/generator/issues?state=open", - "rss": "https://github.com/craftcms/generator/releases.atom", - "source": "https://github.com/craftcms/generator" + "source": "https://github.com/craftcms/generator", + "rss": "https://github.com/craftcms/generator/releases.atom" }, - "time": "2024-03-08T18:58:11+00:00" + "time": "2024-06-19T14:43:28+00:00" }, { "name": "craftcms/phpstan", @@ -7610,28 +7390,16 @@ }, { "name": "nette/php-generator", - "version": "v4.1.4", - "source": { - "type": "git", - "url": "https://github.com/nette/php-generator.git", - "reference": "b135071d8da108445e4df2fc6a75522b23c0237d" - }, + "version": "v4.1.6", "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/b135071d8da108445e4df2fc6a75522b23c0237d", - "reference": "b135071d8da108445e4df2fc6a75522b23c0237d", + "url": "https://api.github.com/repos/nette/php-generator/zipball/c90961e782ae86e517fe5ed732eb2b512945565b", + "reference": "c90961e782ae86e517fe5ed732eb2b512945565b", "shasum": "" }, "require": { "nette/utils": "^3.2.9 || ^4.0", - "php": "8.0 - 8.3" - }, - "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.4", - "nikic/php-parser": "^4.18 || ^5.0", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.8" + "php": "8.0 - 8.4" }, "suggest": { "nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()" @@ -7647,7 +7415,6 @@ "src/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0-only", @@ -7671,39 +7438,24 @@ "php", "scaffolding" ], - "support": { - "issues": "https://github.com/nette/php-generator/issues", - "source": "https://github.com/nette/php-generator/tree/v4.1.4" - }, - "time": "2024-03-07T23:06:26+00:00" + "time": "2024-09-10T09:31:55+00:00" }, { "name": "nette/utils", - "version": "v4.0.4", - "source": { - "type": "git", - "url": "https://github.com/nette/utils.git", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" - }, + "version": "v4.0.5", "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" + "php": "8.0 - 8.4" }, "conflict": { "nette/finder": "<3", "nette/schema": "<1.2.2" }, - "require-dev": { - "jetbrains/phpstorm-attributes": "dev-master", - "nette/tester": "^2.5", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.9" - }, "suggest": { "ext-gd": "to use Image", "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", @@ -7723,7 +7475,6 @@ "src/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause", "GPL-2.0-only", @@ -7757,34 +7508,21 @@ "utility", "validation" ], - "support": { - "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.4" - }, - "time": "2024-01-17T16:50:36+00:00" + "time": "2024-08-07T15:39:19+00:00" }, { "name": "nikic/php-parser", - "version": "v4.19.1", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" - }, + "version": "v4.19.2", "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ed4c8949a32986043e977dbe14776c14d644c45", + "reference": "0ed4c8949a32986043e977dbe14776c14d644c45", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.1" }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" - }, "bin": [ "bin/php-parse" ], @@ -7799,7 +7537,6 @@ "PhpParser\\": "lib/PhpParser" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], @@ -7813,24 +7550,20 @@ "parser", "php" ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" - }, - "time": "2024-03-17T08:10:35+00:00" + "time": "2024-09-17T19:36:00+00:00" }, { "name": "nystudio107/craft-autocomplete", - "version": "1.12.1", + "version": "1.12.2", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-autocomplete.git", - "reference": "ee3d7e2386eb94abf4e4d7690640055cedeaf07f" + "reference": "903d74ed3315a0c61297700063ba6071d4e44f6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nystudio107/craft-autocomplete/zipball/ee3d7e2386eb94abf4e4d7690640055cedeaf07f", - "reference": "ee3d7e2386eb94abf4e4d7690640055cedeaf07f", + "url": "https://api.github.com/repos/nystudio107/craft-autocomplete/zipball/903d74ed3315a0c61297700063ba6071d4e44f6d", + "reference": "903d74ed3315a0c61297700063ba6071d4e44f6d", "shasum": "" }, "require": { @@ -7886,20 +7619,20 @@ "type": "github" } ], - "time": "2024-04-15T16:14:38+00:00" + "time": "2024-09-23T17:51:10+00:00" }, { "name": "phpstan/phpstan", - "version": "1.11.1", + "version": "1.12.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b" + "reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e524358f930e41a2b4cca1320e3b04fc26b39e0b", - "reference": "e524358f930e41a2b4cca1320e3b04fc26b39e0b", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17", + "reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17", "shasum": "" }, "require": { @@ -7944,16 +7677,11 @@ "type": "github" } ], - "time": "2024-05-15T08:00:59+00:00" + "time": "2024-09-26T12:45:22+00:00" }, { "name": "psy/psysh", "version": "v0.11.22", - "source": { - "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b", @@ -7971,9 +7699,6 @@ "conflict": { "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.2" - }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", @@ -8001,7 +7726,6 @@ "Psy\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -8020,24 +7744,15 @@ "interactive", "shell" ], - "support": { - "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.22" - }, "time": "2023-10-14T21:56:36+00:00" }, { "name": "symfony/console", - "version": "v6.4.6", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "a2708a5da5c87d1d0d52937bdeac625df659e11f" - }, + "version": "v6.4.12", "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a2708a5da5c87d1d0d52937bdeac625df659e11f", - "reference": "a2708a5da5c87d1d0d52937bdeac625df659e11f", + "url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765", + "reference": "72d080eb9edf80e36c19be61f72c98ed8273b765", "shasum": "" }, "require": { @@ -8057,19 +7772,6 @@ "provide": { "psr/log-implementation": "1.0|2.0|3.0" }, - "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0|^7.0", - "symfony/dependency-injection": "^5.4|^6.0|^7.0", - "symfony/event-dispatcher": "^5.4|^6.0|^7.0", - "symfony/http-foundation": "^6.4|^7.0", - "symfony/http-kernel": "^6.4|^7.0", - "symfony/lock": "^5.4|^6.0|^7.0", - "symfony/messenger": "^5.4|^6.0|^7.0", - "symfony/process": "^5.4|^6.0|^7.0", - "symfony/stopwatch": "^5.4|^6.0|^7.0", - "symfony/var-dumper": "^5.4|^6.0|^7.0" - }, "type": "library", "autoload": { "psr-4": { @@ -8079,7 +7781,6 @@ "/Tests/" ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -8101,24 +7802,7 @@ "console", "terminal" ], - "support": { - "source": "https://github.com/symfony/console/tree/v6.4.6" - }, - "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": "2024-03-29T19:07:53+00:00" + "time": "2024-09-20T08:15:52+00:00" }, { "name": "symplify/easy-coding-standard", @@ -8178,11 +7862,6 @@ { "name": "yiisoft/yii2-shell", "version": "2.0.5", - "source": { - "type": "git", - "url": "https://github.com/yiisoft/yii2-shell.git", - "reference": "358d4651ce1f54db0f1add026c202ac2e47db06b" - }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-shell/zipball/358d4651ce1f54db0f1add026c202ac2e47db06b", @@ -8206,7 +7885,6 @@ "yii\\shell\\": "" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], @@ -8225,33 +7903,19 @@ "shell", "yii2" ], - "support": { - "forum": "http://www.yiiframework.com/forum/", - "irc": "irc://irc.freenode.net/yii", - "issues": "https://github.com/yiisoft/yii2-shell/issues", - "source": "https://github.com/yiisoft/yii2-shell", - "wiki": "http://www.yiiframework.com/wiki/" - }, - "funding": [ - { - "url": "https://opencollective.com/yiisoft", - "type": "open_collective" - } - ], "time": "2022-09-04T10:37:52+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": { + "viget/craft-parts-kit": 20, "craftcms/ecs": 20, "craftcms/phpstan": 20 }, "prefer-stable": true, "prefer-lowest": false, - "platform": { - "ext-imagick": "*" - }, + "platform": [], "platform-dev": [], "platform-overrides": { "php": "8.2" diff --git a/templates/_macros/icon.twig b/templates/_macros/icon.twig index ffc05ec..efa2bce 100644 --- a/templates/_macros/icon.twig +++ b/templates/_macros/icon.twig @@ -1,3 +1,11 @@ +{# +Inlines the SVG markup directly into the page. + +Provides icon size props so you don't have to remember to pass +`.size-xyz` every time you want to use your icon system. + +By setting size to `none` you can add arbitrary sizes to the icon. +#} {% macro icon(props = {}) %} {% set props = props | merge({ name: props.name ?? null, diff --git a/templates/parts-kit/dialog/default.twig b/templates/parts-kit/dialog/default.twig index 0c8cb24..065c63a 100644 --- a/templates/parts-kit/dialog/default.twig +++ b/templates/parts-kit/dialog/default.twig @@ -2,7 +2,7 @@ {% block main %} -{% set content %} + {% set content %}

Hello World

Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, quos.

{% endset %} @@ -12,7 +12,7 @@ text: 'Open Dialog', attrs: { 'x-data': '', - '@click': "$dispatch('dialog:open', { id: 'my-dialog'})" + '@click': "$dispatch('dialog:open', { id: 'my-dialog' })" }, }) }}