From 46aaf1d6fe49cf252f829cba2343398fbad6b273 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Sat, 7 Sep 2024 06:05:40 +0500 Subject: [PATCH] update --- .../Resources/NovaVisaMasterPaymentOrder.php | 2 +- composer.json | 6 +++++- composer.lock | 21 +++++++++---------- 3 files changed, 16 insertions(+), 13 deletions(-) diff --git a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrder.php b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrder.php index dab0372..45f3117 100644 --- a/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrder.php +++ b/app/Modules/VisaMasterPaymentOrder/Nova/Resources/NovaVisaMasterPaymentOrder.php @@ -229,7 +229,7 @@ class NovaVisaMasterPaymentOrder extends Resource Text::make( name: sprintf('%s %s %s', __('Name'), __('Surname'), __('Patronic name')), attribute: 'full_name' - ), + )->rules('required', 'max:255'), ])->maxRows(1)->minRows(1)->rules('required'), ]), ], $request)->asWizard(), diff --git a/composer.json b/composer.json index 25b90f7..d60c8f0 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "nurmuhammet/nova-custom-html": "^1.0", "nurmuhammet/nova-inputmask": "^1.0", "outl1ne/nova-grid": "@dev", - "outl1ne/nova-simple-repeatable": "^2.2", + "outl1ne/nova-simple-repeatable": "*", "outl1ne/nova-translatable": "^2.2", "spatie/laravel-backup": "^8.4", "spatie/laravel-medialibrary": "^11.9", @@ -97,6 +97,10 @@ "1": { "type": "vcs", "url": "https://github.com/nurmuhammet-ali/nova-tabs" + }, + "2": { + "type": "vcs", + "url": "https://github.com/nurmuhammet-ali/nova-simple-repeatable" } }, "config": { diff --git a/composer.lock b/composer.lock index 3446a17..8751c4e 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": "a659769fcebee0f25a04da70449c4ac0", + "content-hash": "45bb167e52997e7a120e3ed977792b6c", "packages": [ { "name": "adoy/fastcgi-client", @@ -4721,16 +4721,16 @@ }, { "name": "outl1ne/nova-simple-repeatable", - "version": "2.2.3", + "version": "dev-main", "source": { "type": "git", - "url": "https://github.com/outl1ne/nova-simple-repeatable.git", - "reference": "d5f186b2d51401905c5868fb1561f0e94f3259d0" + "url": "https://github.com/nurmuhammet-ali/nova-simple-repeatable.git", + "reference": "fdf5da327d80659e82e9a109a0428414835979dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/outl1ne/nova-simple-repeatable/zipball/d5f186b2d51401905c5868fb1561f0e94f3259d0", - "reference": "d5f186b2d51401905c5868fb1561f0e94f3259d0", + "url": "https://api.github.com/repos/nurmuhammet-ali/nova-simple-repeatable/zipball/fdf5da327d80659e82e9a109a0428414835979dd", + "reference": "fdf5da327d80659e82e9a109a0428414835979dd", "shasum": "" }, "require": { @@ -4738,6 +4738,7 @@ "outl1ne/nova-translations-loader": "^5.0", "php": ">=8.0" }, + "default-branch": true, "type": "library", "extra": { "laravel": { @@ -4751,14 +4752,13 @@ "Outl1ne\\NovaSimpleRepeatable\\": "src/" } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A Laravel Nova simple repeatable rows field.", "keywords": [ - "Flexible", "field", + "flexible", "keyvalue", "laravel", "nova", @@ -4766,10 +4766,9 @@ "rows" ], "support": { - "issues": "https://github.com/outl1ne/nova-simple-repeatable/issues", - "source": "https://github.com/outl1ne/nova-simple-repeatable/tree/2.2.3" + "source": "https://github.com/nurmuhammet-ali/nova-simple-repeatable/tree/main" }, - "time": "2024-02-15T13:30:24+00:00" + "time": "2024-09-07T00:58:23+00:00" }, { "name": "outl1ne/nova-translatable",