Perbaikan Required No Acc
This commit is contained in:
@@ -107,7 +107,7 @@ class LetterController extends Controller
|
|||||||
'tahun_ajaran' => 'required|string',
|
'tahun_ajaran' => 'required|string',
|
||||||
'start_date' => 'required|date',
|
'start_date' => 'required|date',
|
||||||
'completion_date' => 'required|date',
|
'completion_date' => 'required|date',
|
||||||
'nomor_surat_acceptance' => 'required|string',
|
'nomor_surat_acceptance' => 'nullable|string',
|
||||||
'nomor_surat_completion' => 'nullable|string',
|
'nomor_surat_completion' => 'nullable|string',
|
||||||
'address_to' => 'required|string',
|
'address_to' => 'required|string',
|
||||||
'letter_scope' => 'required|string',
|
'letter_scope' => 'required|string',
|
||||||
|
|||||||
Generated
+29
-29
@@ -1419,16 +1419,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/framework",
|
"name": "laravel/framework",
|
||||||
"version": "v12.12.0",
|
"version": "v12.13.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/framework.git",
|
"url": "https://github.com/laravel/framework.git",
|
||||||
"reference": "8f6cd73696068c28f30f5964556ec9d14e5d90d7"
|
"reference": "52b588bcd8efc6d01bc1493d2d67848f8065f269"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/framework/zipball/8f6cd73696068c28f30f5964556ec9d14e5d90d7",
|
"url": "https://api.github.com/repos/laravel/framework/zipball/52b588bcd8efc6d01bc1493d2d67848f8065f269",
|
||||||
"reference": "8f6cd73696068c28f30f5964556ec9d14e5d90d7",
|
"reference": "52b588bcd8efc6d01bc1493d2d67848f8065f269",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1449,7 +1449,7 @@
|
|||||||
"guzzlehttp/uri-template": "^1.0",
|
"guzzlehttp/uri-template": "^1.0",
|
||||||
"laravel/prompts": "^0.3.0",
|
"laravel/prompts": "^0.3.0",
|
||||||
"laravel/serializable-closure": "^1.3|^2.0",
|
"laravel/serializable-closure": "^1.3|^2.0",
|
||||||
"league/commonmark": "^2.6",
|
"league/commonmark": "^2.7",
|
||||||
"league/flysystem": "^3.25.1",
|
"league/flysystem": "^3.25.1",
|
||||||
"league/flysystem-local": "^3.25.1",
|
"league/flysystem-local": "^3.25.1",
|
||||||
"league/uri": "^7.5.1",
|
"league/uri": "^7.5.1",
|
||||||
@@ -1541,7 +1541,7 @@
|
|||||||
"php-http/discovery": "^1.15",
|
"php-http/discovery": "^1.15",
|
||||||
"phpstan/phpstan": "^2.0",
|
"phpstan/phpstan": "^2.0",
|
||||||
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
|
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
|
||||||
"predis/predis": "^2.3",
|
"predis/predis": "^2.3|^3.0",
|
||||||
"resend/resend-php": "^0.10.0",
|
"resend/resend-php": "^0.10.0",
|
||||||
"symfony/cache": "^7.2.0",
|
"symfony/cache": "^7.2.0",
|
||||||
"symfony/http-client": "^7.2.0",
|
"symfony/http-client": "^7.2.0",
|
||||||
@@ -1573,7 +1573,7 @@
|
|||||||
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
|
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
|
||||||
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
|
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
|
||||||
"phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
|
"phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
|
||||||
"predis/predis": "Required to use the predis connector (^2.3).",
|
"predis/predis": "Required to use the predis connector (^2.3|^3.0).",
|
||||||
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
||||||
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
|
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
|
||||||
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
|
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
|
||||||
@@ -1630,7 +1630,7 @@
|
|||||||
"issues": "https://github.com/laravel/framework/issues",
|
"issues": "https://github.com/laravel/framework/issues",
|
||||||
"source": "https://github.com/laravel/framework"
|
"source": "https://github.com/laravel/framework"
|
||||||
},
|
},
|
||||||
"time": "2025-05-01T16:13:12+00:00"
|
"time": "2025-05-07T17:29:01+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/prompts",
|
"name": "laravel/prompts",
|
||||||
@@ -3140,31 +3140,31 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/termwind",
|
"name": "nunomaduro/termwind",
|
||||||
"version": "v2.3.0",
|
"version": "v2.3.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nunomaduro/termwind.git",
|
"url": "https://github.com/nunomaduro/termwind.git",
|
||||||
"reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda"
|
"reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda",
|
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
|
||||||
"reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda",
|
"reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"php": "^8.2",
|
"php": "^8.2",
|
||||||
"symfony/console": "^7.1.8"
|
"symfony/console": "^7.2.6"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"illuminate/console": "^11.33.2",
|
"illuminate/console": "^11.44.7",
|
||||||
"laravel/pint": "^1.18.2",
|
"laravel/pint": "^1.22.0",
|
||||||
"mockery/mockery": "^1.6.12",
|
"mockery/mockery": "^1.6.12",
|
||||||
"pestphp/pest": "^2.36.0",
|
"pestphp/pest": "^2.36.0 || ^3.8.2",
|
||||||
"phpstan/phpstan": "^1.12.11",
|
"phpstan/phpstan": "^1.12.25",
|
||||||
"phpstan/phpstan-strict-rules": "^1.6.1",
|
"phpstan/phpstan-strict-rules": "^1.6.2",
|
||||||
"symfony/var-dumper": "^7.1.8",
|
"symfony/var-dumper": "^7.2.6",
|
||||||
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
|
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
@@ -3207,7 +3207,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nunomaduro/termwind/issues",
|
"issues": "https://github.com/nunomaduro/termwind/issues",
|
||||||
"source": "https://github.com/nunomaduro/termwind/tree/v2.3.0"
|
"source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -3223,7 +3223,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2024-11-21T10:39:51+00:00"
|
"time": "2025-05-08T08:14:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpoption/phpoption",
|
"name": "phpoption/phpoption",
|
||||||
@@ -6943,16 +6943,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/pint",
|
"name": "laravel/pint",
|
||||||
"version": "v1.22.0",
|
"version": "v1.22.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/pint.git",
|
"url": "https://github.com/laravel/pint.git",
|
||||||
"reference": "7ddfaa6523a675fae5c4123ee38fc6bfb8ee4f36"
|
"reference": "941d1927c5ca420c22710e98420287169c7bcaf7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/pint/zipball/7ddfaa6523a675fae5c4123ee38fc6bfb8ee4f36",
|
"url": "https://api.github.com/repos/laravel/pint/zipball/941d1927c5ca420c22710e98420287169c7bcaf7",
|
||||||
"reference": "7ddfaa6523a675fae5c4123ee38fc6bfb8ee4f36",
|
"reference": "941d1927c5ca420c22710e98420287169c7bcaf7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -6964,11 +6964,11 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"friendsofphp/php-cs-fixer": "^3.75.0",
|
"friendsofphp/php-cs-fixer": "^3.75.0",
|
||||||
"illuminate/view": "^11.44.2",
|
"illuminate/view": "^11.44.7",
|
||||||
"larastan/larastan": "^3.3.1",
|
"larastan/larastan": "^3.4.0",
|
||||||
"laravel-zero/framework": "^11.36.1",
|
"laravel-zero/framework": "^11.36.1",
|
||||||
"mockery/mockery": "^1.6.12",
|
"mockery/mockery": "^1.6.12",
|
||||||
"nunomaduro/termwind": "^2.3",
|
"nunomaduro/termwind": "^2.3.1",
|
||||||
"pestphp/pest": "^2.36.0"
|
"pestphp/pest": "^2.36.0"
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@@ -7005,7 +7005,7 @@
|
|||||||
"issues": "https://github.com/laravel/pint/issues",
|
"issues": "https://github.com/laravel/pint/issues",
|
||||||
"source": "https://github.com/laravel/pint"
|
"source": "https://github.com/laravel/pint"
|
||||||
},
|
},
|
||||||
"time": "2025-04-08T22:11:45+00:00"
|
"time": "2025-05-08T08:38:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/sail",
|
"name": "laravel/sail",
|
||||||
|
|||||||
Reference in New Issue
Block a user