diff --git a/composer.json b/composer.json index 9e78668..e4bd3e7 100644 --- a/composer.json +++ b/composer.json @@ -1,87 +1,93 @@ { - "name": "lara-zeus/sky", - "description": "simple packages to create and manage forms for your users", - "keywords": [ - "laravel", - "lara-zeus", - "sky", - "cms", - "pages", - "posts", - "menu", - "news", - "wordpress laravel", - "wordpress alternative", - "laravel cms" - ], - "homepage": "https://larazeus.com", - "license": "MIT", - "type": "library", - "authors": [ - { - "name": "Ashraf Monshi", - "email": "wh7r.com@gmail.com", - "role": "Owner" - } - ], - "require": { - "php": "^8.0", - "ext-json": "*", - "doctrine/dbal": "^3.3", - "filament/spatie-laravel-media-library-plugin": "^2.0", - "filament/spatie-laravel-tags-plugin": "^2.0", - "filament/spatie-laravel-translatable-plugin": "^2.0", - "lara-zeus/core": "^2.4", - "mohamedsabil83/filament-forms-tinyeditor": "^1.5", - "ryangjchandler/filament-navigation": "^0.5", - "spatie/laravel-medialibrary": "^10.0.0", - "spatie/laravel-sluggable": "^3.3", - "spatie/laravel-tags": "^4.0" - }, - "require-dev": { - "orchestra/testbench": "^6.0 || ^7.0 || ^8.0", - "laravel/pint": "^1.0", - "nunomaduro/larastan": "^2.0", - "pestphp/pest": "^1.21 || ^2.0", - "pestphp/pest-plugin-laravel": "^1.1 || ^2.0", - "pestphp/pest-plugin-livewire": "^1.0", - "pestphp/pest-plugin-parallel": "^0.3", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5" - }, - "autoload": { - "psr-4": { - "LaraZeus\\Sky\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "LaraZeus\\Sky\\Tests\\": "tests" - } - }, - "scripts": { - "pint": "vendor/bin/pint", - "test:pest": "vendor/bin/pest --parallel", - "test:phpstan": "vendor/bin/phpstan analyse", - "test": [ - "@test:pest", - "@test:phpstan" + "name": "lara-zeus/sky", + "description": "simple packages to create and manage forms for your users", + "keywords": [ + "laravel", + "lara-zeus", + "sky", + "cms", + "pages", + "posts", + "menu", + "news", + "wordpress laravel", + "wordpress alternative", + "laravel cms" + ], + "homepage": "https://larazeus.com", + "license": "MIT", + "type": "library", + "authors": [ + { + "name": "Ashraf Monshi", + "email": "wh7r.com@gmail.com", + "role": "Owner" + } + ], + "require": { + "php": "^8.0", + "ext-json": "*", + "doctrine/dbal": "^3.3", + "filament/spatie-laravel-media-library-plugin": "^2.0", + "filament/spatie-laravel-tags-plugin": "^2.0", + "filament/spatie-laravel-translatable-plugin": "^2.0", + "lara-zeus/core": "^2.4", + "mohamedsabil83/filament-forms-tinyeditor": "^1.5", + "ryangjchandler/filament-navigation": "dev-with-rtl", + "spatie/laravel-medialibrary": "^10.0.0", + "spatie/laravel-sluggable": "^3.3", + "spatie/laravel-tags": "^4.0" + }, + "require-dev": { + "orchestra/testbench": "^6.0 || ^7.0 || ^8.0", + "laravel/pint": "^1.0", + "nunomaduro/larastan": "^2.0", + "pestphp/pest": "^1.21 || ^2.0", + "pestphp/pest-plugin-laravel": "^1.1 || ^2.0", + "pestphp/pest-plugin-livewire": "^1.0", + "pestphp/pest-plugin-parallel": "^0.3", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5" + }, + "autoload": { + "psr-4": { + "LaraZeus\\Sky\\": "src" + } + }, + "autoload-dev": { + "psr-4": { + "LaraZeus\\Sky\\Tests\\": "tests" + } + }, + "scripts": { + "pint": "vendor/bin/pint", + "test:pest": "vendor/bin/pest --parallel", + "test:phpstan": "vendor/bin/phpstan analyse", + "test": [ + "@test:pest", + "@test:phpstan" + ] + }, + "config": { + "sort-packages": true, + "allow-plugins": { + "pestphp/pest-plugin": true, + "phpstan/extension-installer": true + } + }, + "extra": { + "laravel": { + "providers": [ + "LaraZeus\\Sky\\SkyServiceProvider" + ] + } + }, + "repositories": [ + { + "type": "github", + "url": "https://github.com/atmonshi/filament-navigation" + } ] - }, - "config": { - "sort-packages": true, - "allow-plugins": { - "pestphp/pest-plugin": true, - "phpstan/extension-installer": true - } - }, - "extra": { - "laravel": { - "providers": [ - "LaraZeus\\Sky\\SkyServiceProvider" - ] - } - } } diff --git a/composer.lock b/composer.lock index 766c467..8a06f41 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": "b62dcd6b99664564eff7f2fdcdefac75", + "content-hash": "0a2e98c944812011cca9273f3a1a2fea", "packages": [ { "name": "akaunting/laravel-money", @@ -1277,16 +1277,16 @@ }, { "name": "filament/filament", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/app.git", - "reference": "77209d359c9dac18d6c77c63b29ca34368585794" + "reference": "eb19c51dda44ba10e5b230eb8470dfcfbbbbeba0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/app/zipball/77209d359c9dac18d6c77c63b29ca34368585794", - "reference": "77209d359c9dac18d6c77c63b29ca34368585794", + "url": "https://api.github.com/repos/filamentphp/app/zipball/eb19c51dda44ba10e5b230eb8470dfcfbbbbeba0", + "reference": "eb19c51dda44ba10e5b230eb8470dfcfbbbbeba0", "shasum": "" }, "require": { @@ -1336,20 +1336,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-04-17T13:09:00+00:00" + "time": "2023-04-27T13:44:27+00:00" }, { "name": "filament/forms", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "937d2b723e7261530134fb7f3308965bb5b8e7f6" + "reference": "66c247d231a1c6a90eadefb0889aae0e0216952f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/937d2b723e7261530134fb7f3308965bb5b8e7f6", - "reference": "937d2b723e7261530134fb7f3308965bb5b8e7f6", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/66c247d231a1c6a90eadefb0889aae0e0216952f", + "reference": "66c247d231a1c6a90eadefb0889aae0e0216952f", "shasum": "" }, "require": { @@ -1394,11 +1394,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-04-21T08:32:54+00:00" + "time": "2023-04-27T13:44:23+00:00" }, { "name": "filament/notifications", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", @@ -1451,7 +1451,7 @@ }, { "name": "filament/spatie-laravel-media-library-plugin", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-media-library-plugin.git", @@ -1488,7 +1488,7 @@ }, { "name": "filament/spatie-laravel-tags-plugin", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-tags-plugin.git", @@ -1525,7 +1525,7 @@ }, { "name": "filament/spatie-laravel-translatable-plugin", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-translatable-plugin.git", @@ -1571,7 +1571,7 @@ }, { "name": "filament/support", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", @@ -1621,16 +1621,16 @@ }, { "name": "filament/tables", - "version": "v2.17.28", + "version": "v2.17.30", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "f1b0de5c02028fc03a33dcd8294595e0747d4274" + "reference": "66daf83f779c7e1663e2aa86479d5d62a70909b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/f1b0de5c02028fc03a33dcd8294595e0747d4274", - "reference": "f1b0de5c02028fc03a33dcd8294595e0747d4274", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/66daf83f779c7e1663e2aa86479d5d62a70909b8", + "reference": "66daf83f779c7e1663e2aa86479d5d62a70909b8", "shasum": "" }, "require": { @@ -1673,7 +1673,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-04-18T16:32:55+00:00" + "time": "2023-04-27T22:37:57+00:00" }, { "name": "fruitcake/php-cors", @@ -4384,16 +4384,16 @@ }, { "name": "ryangjchandler/filament-navigation", - "version": "v0.5.0", + "version": "dev-with-rtl", "source": { "type": "git", - "url": "https://github.com/ryangjchandler/filament-navigation.git", - "reference": "51d7f4bd1b54f57b1f4f658d54c479aeddf03336" + "url": "https://github.com/atmonshi/filament-navigation.git", + "reference": "7e1f0cb04ef3bde1801c040723bb68a0a3133743" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ryangjchandler/filament-navigation/zipball/51d7f4bd1b54f57b1f4f658d54c479aeddf03336", - "reference": "51d7f4bd1b54f57b1f4f658d54c479aeddf03336", + "url": "https://api.github.com/repos/atmonshi/filament-navigation/zipball/7e1f0cb04ef3bde1801c040723bb68a0a3133743", + "reference": "7e1f0cb04ef3bde1801c040723bb68a0a3133743", "shasum": "" }, "require": { @@ -4434,7 +4434,25 @@ "RyanChandler\\FilamentNavigation\\Database\\Factories\\": "database/factories" } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "RyanChandler\\FilamentNavigation\\Tests\\": "tests" + } + }, + "scripts": { + "analyse": [ + "vendor/bin/phpstan analyse" + ], + "test": [ + "vendor/bin/pest" + ], + "test-coverage": [ + "vendor/bin/pest coverage" + ], + "format": [ + "vendor/bin/php-cs-fixer fix --config=.php_cs.dist.php --allow-risky=yes" + ] + }, "license": [ "MIT" ], @@ -4453,16 +4471,15 @@ "ryangjchandler" ], "support": { - "issues": "https://github.com/ryangjchandler/filament-navigation/issues", - "source": "https://github.com/ryangjchandler/filament-navigation/tree/v0.5.0" + "source": "https://github.com/atmonshi/filament-navigation/tree/with-rtl" }, "funding": [ { - "url": "https://github.com/ryangjchandler", - "type": "github" + "type": "github", + "url": "https://github.com/ryangjchandler" } ], - "time": "2023-02-15T21:40:59+00:00" + "time": "2023-04-29T15:14:51+00:00" }, { "name": "spatie/eloquent-sortable", @@ -4839,16 +4856,16 @@ }, { "name": "spatie/laravel-package-tools", - "version": "1.14.3", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "42737fa494578e539eeba59c27a6e23ea8ddda4d" + "reference": "efab1844b8826443135201c4443690f032c3d533" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/42737fa494578e539eeba59c27a6e23ea8ddda4d", - "reference": "42737fa494578e539eeba59c27a6e23ea8ddda4d", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/efab1844b8826443135201c4443690f032c3d533", + "reference": "efab1844b8826443135201c4443690f032c3d533", "shasum": "" }, "require": { @@ -4887,7 +4904,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.14.3" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.15.0" }, "funding": [ { @@ -4895,7 +4912,7 @@ "type": "github" } ], - "time": "2023-04-25T14:17:59+00:00" + "time": "2023-04-27T08:09:01+00:00" }, { "name": "spatie/laravel-sluggable", @@ -5110,16 +5127,16 @@ }, { "name": "spatie/temporary-directory", - "version": "2.1.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/spatie/temporary-directory.git", - "reference": "e2818d871783d520b319c2d38dc37c10ecdcde20" + "reference": "0c804873f6b4042aa8836839dca683c7d0f71831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/e2818d871783d520b319c2d38dc37c10ecdcde20", - "reference": "e2818d871783d520b319c2d38dc37c10ecdcde20", + "url": "https://api.github.com/repos/spatie/temporary-directory/zipball/0c804873f6b4042aa8836839dca683c7d0f71831", + "reference": "0c804873f6b4042aa8836839dca683c7d0f71831", "shasum": "" }, "require": { @@ -5155,7 +5172,7 @@ ], "support": { "issues": "https://github.com/spatie/temporary-directory/issues", - "source": "https://github.com/spatie/temporary-directory/tree/2.1.1" + "source": "https://github.com/spatie/temporary-directory/tree/2.1.2" }, "funding": [ { @@ -5167,20 +5184,20 @@ "type": "github" } ], - "time": "2022-08-23T07:15:15+00:00" + "time": "2023-04-28T07:47:42+00:00" }, { "name": "symfony/console", - "version": "v6.2.8", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b" + "reference": "12288d9f4500f84a4d02254d4aa968b15488476f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/3582d68a64a86ec25240aaa521ec8bc2342b369b", - "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b", + "url": "https://api.github.com/repos/symfony/console/zipball/12288d9f4500f84a4d02254d4aa968b15488476f", + "reference": "12288d9f4500f84a4d02254d4aa968b15488476f", "shasum": "" }, "require": { @@ -5247,7 +5264,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.8" + "source": "https://github.com/symfony/console/tree/v6.2.10" }, "funding": [ { @@ -5263,7 +5280,7 @@ "type": "tidelift" } ], - "time": "2023-03-29T21:42:15+00:00" + "time": "2023-04-28T13:37:43+00:00" }, { "name": "symfony/css-selector", @@ -5399,16 +5416,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.2.9", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "e95f1273b3953c3b5e5341172dae838bacee11ee" + "reference": "8b7e9f124640cb0611624a9383176c3e5f7d8cfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/e95f1273b3953c3b5e5341172dae838bacee11ee", - "reference": "e95f1273b3953c3b5e5341172dae838bacee11ee", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/8b7e9f124640cb0611624a9383176c3e5f7d8cfb", + "reference": "8b7e9f124640cb0611624a9383176c3e5f7d8cfb", "shasum": "" }, "require": { @@ -5450,7 +5467,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.2.9" + "source": "https://github.com/symfony/error-handler/tree/v6.2.10" }, "funding": [ { @@ -5466,7 +5483,7 @@ "type": "tidelift" } ], - "time": "2023-04-11T16:03:19+00:00" + "time": "2023-04-18T13:46:08+00:00" }, { "name": "symfony/event-dispatcher", @@ -5696,16 +5713,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.2.8", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "511a524affeefc191939348823ac75e9921c2112" + "reference": "49adbb92bcb4e3c2943719d2756271e8b9602acc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/511a524affeefc191939348823ac75e9921c2112", - "reference": "511a524affeefc191939348823ac75e9921c2112", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49adbb92bcb4e3c2943719d2756271e8b9602acc", + "reference": "49adbb92bcb4e3c2943719d2756271e8b9602acc", "shasum": "" }, "require": { @@ -5754,7 +5771,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.2.8" + "source": "https://github.com/symfony/http-foundation/tree/v6.2.10" }, "funding": [ { @@ -5770,20 +5787,20 @@ "type": "tidelift" } ], - "time": "2023-03-29T21:42:15+00:00" + "time": "2023-04-18T13:46:08+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.2.9", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "02246510cf7031726f7237138d61b796b95799b3" + "reference": "81064a65a5496f17d2b6984f6519406f98864215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/02246510cf7031726f7237138d61b796b95799b3", - "reference": "02246510cf7031726f7237138d61b796b95799b3", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/81064a65a5496f17d2b6984f6519406f98864215", + "reference": "81064a65a5496f17d2b6984f6519406f98864215", "shasum": "" }, "require": { @@ -5865,7 +5882,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.2.9" + "source": "https://github.com/symfony/http-kernel/tree/v6.2.10" }, "funding": [ { @@ -5881,7 +5898,7 @@ "type": "tidelift" } ], - "time": "2023-04-13T16:41:43+00:00" + "time": "2023-04-28T13:50:28+00:00" }, { "name": "symfony/mailer", @@ -5964,16 +5981,16 @@ }, { "name": "symfony/mime", - "version": "v6.2.7", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "62e341f80699badb0ad70b31149c8df89a2d778e" + "reference": "b6c137fc53a9f7c4c951cd3f362b3734c7a97723" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/62e341f80699badb0ad70b31149c8df89a2d778e", - "reference": "62e341f80699badb0ad70b31149c8df89a2d778e", + "url": "https://api.github.com/repos/symfony/mime/zipball/b6c137fc53a9f7c4c951cd3f362b3734c7a97723", + "reference": "b6c137fc53a9f7c4c951cd3f362b3734c7a97723", "shasum": "" }, "require": { @@ -6027,7 +6044,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.2.7" + "source": "https://github.com/symfony/mime/tree/v6.2.10" }, "funding": [ { @@ -6043,7 +6060,7 @@ "type": "tidelift" } ], - "time": "2023-02-24T10:42:00+00:00" + "time": "2023-04-19T09:54:16+00:00" }, { "name": "symfony/polyfill-ctype", @@ -6705,16 +6722,16 @@ }, { "name": "symfony/process", - "version": "v6.2.8", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "75ed64103df4f6615e15a7fe38b8111099f47416" + "reference": "b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/75ed64103df4f6615e15a7fe38b8111099f47416", - "reference": "75ed64103df4f6615e15a7fe38b8111099f47416", + "url": "https://api.github.com/repos/symfony/process/zipball/b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e", + "reference": "b34cdbc9c5e75d45a3703e63a48ad07aafa8bf2e", "shasum": "" }, "require": { @@ -6746,7 +6763,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.2.8" + "source": "https://github.com/symfony/process/tree/v6.2.10" }, "funding": [ { @@ -6762,7 +6779,7 @@ "type": "tidelift" } ], - "time": "2023-03-09T16:20:02+00:00" + "time": "2023-04-18T13:56:57+00:00" }, { "name": "symfony/routing", @@ -7278,16 +7295,16 @@ }, { "name": "symfony/var-dumper", - "version": "v6.2.8", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "d37ab6787be2db993747b6218fcc96e8e3bb4bd0" + "reference": "41a750a23412ca76fdbbf5096943b4134272c1ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d37ab6787be2db993747b6218fcc96e8e3bb4bd0", - "reference": "d37ab6787be2db993747b6218fcc96e8e3bb4bd0", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/41a750a23412ca76fdbbf5096943b4134272c1ab", + "reference": "41a750a23412ca76fdbbf5096943b4134272c1ab", "shasum": "" }, "require": { @@ -7346,7 +7363,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.2.8" + "source": "https://github.com/symfony/var-dumper/tree/v6.2.10" }, "funding": [ { @@ -7362,7 +7379,7 @@ "type": "tidelift" } ], - "time": "2023-03-29T21:42:15+00:00" + "time": "2023-04-18T13:46:08+00:00" }, { "name": "tgalopin/html-sanitizer", @@ -11406,16 +11423,16 @@ }, { "name": "symfony/yaml", - "version": "v6.2.7", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57" + "reference": "61916f3861b1e9705b18cfde723921a71dd1559d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e8e6a1d59e050525f27a1f530aa9703423cb7f57", - "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57", + "url": "https://api.github.com/repos/symfony/yaml/zipball/61916f3861b1e9705b18cfde723921a71dd1559d", + "reference": "61916f3861b1e9705b18cfde723921a71dd1559d", "shasum": "" }, "require": { @@ -11460,7 +11477,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.2.7" + "source": "https://github.com/symfony/yaml/tree/v6.2.10" }, "funding": [ { @@ -11476,7 +11493,7 @@ "type": "tidelift" } ], - "time": "2023-02-16T09:57:23+00:00" + "time": "2023-04-28T13:25:36+00:00" }, { "name": "theseer/tokenizer", @@ -11738,7 +11755,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "ryangjchandler/filament-navigation": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {