Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
konaspi2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
konaspi2024
Commits
03fdacb3
Commit
03fdacb3
authored
Sep 12, 2024
by
konaspi@unesa.ac.id
Browse files
Options
Browse Files
Download
Plain Diff
server commit
parents
453b2256
b31d21f7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
566 additions
and
323 deletions
+566
-323
app/Http/Controllers/Admin/AdminController.php
+39
-0
composer.lock
+302
-323
config/database.php
+15
-0
laravel-worker.conf
+13
-0
resources/views/admin/pembayaran/excel.blade.php
+127
-0
resources/views/admin/pembayaran/index.blade.php
+64
-0
resources/views/layouts/sidebar.blade.php
+3
-0
routes/web.php
+3
-0
No files found.
app/Http/Controllers/Admin/AdminController.php
View file @
03fdacb3
...
...
@@ -11,6 +11,7 @@
use
App\Models\Registrasi
;
use
App\Models\User
;
use
App\Models\VRegistrasi
;
use
Carbon\Carbon
;
use
Exception
;
use
Illuminate\Http\Request
;
use
Illuminate\Support\Facades\DB
;
...
...
@@ -332,4 +333,42 @@ public function download_peserta()
return
view
(
'admin.peserta.excel'
,
$data
);
}
public
function
index_pembayaran
(){
$pembayaranVa
=
DB
::
connection
(
'va'
)
->
table
(
'neosidata.v_pembayaran_konaspi'
)
->
orderBy
(
'va'
)
->
get
();
foreach
(
$pembayaranVa
as
$key
=>
$value
)
{
$nomorVa
[]
=
$value
->
va
;
$konaspi
=
Registrasi
::
where
(
'nomor_va'
,
$value
->
va
)
->
first
();
$date
=
Carbon
::
createFromFormat
(
'dmy'
,
$value
->
tgl
)
->
format
(
'Y-m-d'
);
$data
[
$key
]
=
[
'konaspi'
=>
$konaspi
,
'va'
=>
$value
,
'tglbayar'
=>
$date
];
}
return
view
(
'admin.pembayaran.index'
,
compact
(
'data'
));
}
public
function
download_data_pembayaran
()
{
date_default_timezone_set
(
"Asia/Jakarta"
);
$pembayaranVa
=
DB
::
connection
(
'va'
)
->
table
(
'neosidata.v_pembayaran_konaspi'
)
->
orderBy
(
'va'
)
->
get
();
foreach
(
$pembayaranVa
as
$key
=>
$value
)
{
$nomorVa
[]
=
$value
->
va
;
$konaspi
=
Registrasi
::
where
(
'nomor_va'
,
$value
->
va
)
->
first
();
$date
=
Carbon
::
createFromFormat
(
'dmy'
,
$value
->
tgl
)
->
format
(
'Y-m-d'
);
$data
[
$key
]
=
[
'konaspi'
=>
$konaspi
,
'va'
=>
$value
,
'tglbayar'
=>
$date
];
}
return
view
(
'admin.pembayaran.excel'
,
compact
(
'data'
));
}
}
composer.lock
View file @
03fdacb3
...
...
@@ -311,16 +311,16 @@
},
{
"name": "doctrine/inflector",
"version": "2.0.
9
",
"version": "2.0.
10
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "
2930cd5ef353871c821d5c43ed030d39ac8cfe65
"
"reference": "
5817d0659c5b50c9b950feb9af7b9668e2c436bc
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/
2930cd5ef353871c821d5c43ed030d39ac8cfe65
",
"reference": "
2930cd5ef353871c821d5c43ed030d39ac8cfe65
",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/
5817d0659c5b50c9b950feb9af7b9668e2c436bc
",
"reference": "
5817d0659c5b50c9b950feb9af7b9668e2c436bc
",
"shasum": ""
},
"require": {
...
...
@@ -382,7 +382,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.
9
"
"source": "https://github.com/doctrine/inflector/tree/2.0.
10
"
},
"funding": [
{
...
...
@@ -398,31 +398,31 @@
"type": "tidelift"
}
],
"time": "2024-0
1-15T18:05:13
+00:00"
"time": "2024-0
2-18T20:23:39
+00:00"
},
{
"name": "doctrine/lexer",
"version": "3.0.
0
",
"version": "3.0.
1
",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "
84a527db05647743d50373e0ec53a152f2cde568
"
"reference": "
31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
84a527db05647743d50373e0ec53a152f2cde568
",
"reference": "
84a527db05647743d50373e0ec53a152f2cde568
",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/
31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
",
"reference": "
31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd
",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"doctrine/coding-standard": "^1
0
",
"phpstan/phpstan": "^1.
9
",
"phpunit/phpunit": "^
9
.5",
"doctrine/coding-standard": "^1
2
",
"phpstan/phpstan": "^1.
10
",
"phpunit/phpunit": "^
10
.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.
0
"
"vimeo/psalm": "^5.
21
"
},
"type": "library",
"autoload": {
...
...
@@ -459,7 +459,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/3.0.
0
"
"source": "https://github.com/doctrine/lexer/tree/3.0.
1
"
},
"funding": [
{
...
...
@@ -475,7 +475,7 @@
"type": "tidelift"
}
],
"time": "202
2-12-15T16:57:16
+00:00"
"time": "202
4-02-05T11:56:58
+00:00"
},
{
"name": "dragonmantank/cron-expression",
...
...
@@ -1151,16 +1151,16 @@
},
{
"name": "laravel/fortify",
"version": "v1.2
0.1
",
"version": "v1.2
1.0
",
"source": {
"type": "git",
"url": "https://github.com/laravel/fortify.git",
"reference": "
ab1a76991a32be21448156419ddc7eb4731b0a8b
"
"reference": "
b34e672e1d341f6e520f81712f73e56f6cb80767
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/fortify/zipball/
ab1a76991a32be21448156419ddc7eb4731b0a8b
",
"reference": "
ab1a76991a32be21448156419ddc7eb4731b0a8b
",
"url": "https://api.github.com/repos/laravel/fortify/zipball/
b34e672e1d341f6e520f81712f73e56f6cb80767
",
"reference": "
b34e672e1d341f6e520f81712f73e56f6cb80767
",
"shasum": ""
},
"require": {
...
...
@@ -1211,20 +1211,20 @@
"issues": "https://github.com/laravel/fortify/issues",
"source": "https://github.com/laravel/fortify"
},
"time": "2024-0
2-08T14:36:46
+00:00"
"time": "2024-0
3-08T19:55:45
+00:00"
},
{
"name": "laravel/framework",
"version": "v10.4
3.0
",
"version": "v10.4
8.3
",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "
4f7802dfc9993cb57cf69615491ce1a7eb2e9529
"
"reference": "
5791c052b41c6b593556adc687076bfbdd13c501
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/
4f7802dfc9993cb57cf69615491ce1a7eb2e9529
",
"reference": "
4f7802dfc9993cb57cf69615491ce1a7eb2e9529
",
"url": "https://api.github.com/repos/laravel/framework/zipball/
5791c052b41c6b593556adc687076bfbdd13c501
",
"reference": "
5791c052b41c6b593556adc687076bfbdd13c501
",
"shasum": ""
},
"require": {
...
...
@@ -1272,6 +1272,8 @@
"conflict": {
"carbonphp/carbon-doctrine-types": ">=3.0",
"doctrine/dbal": ">=4.0",
"mockery/mockery": "1.6.8",
"phpunit/phpunit": ">=11.0.0",
"tightenco/collect": "<5.5.33"
},
"provide": {
...
...
@@ -1416,20 +1418,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-0
1-30T16:25:02
+00:00"
"time": "2024-0
3-15T10:17:07
+00:00"
},
{
"name": "laravel/jetstream",
"version": "v4.3.
0
",
"version": "v4.3.
1
",
"source": {
"type": "git",
"url": "https://github.com/laravel/jetstream.git",
"reference": "
c0e19cad88ec5e014746f860bb1559d50474f590
"
"reference": "
1cb2b30664d818491b3193ccbdd97758fa5b60fc
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/jetstream/zipball/
c0e19cad88ec5e014746f860bb1559d50474f590
",
"reference": "
c0e19cad88ec5e014746f860bb1559d50474f590
",
"url": "https://api.github.com/repos/laravel/jetstream/zipball/
1cb2b30664d818491b3193ccbdd97758fa5b60fc
",
"reference": "
1cb2b30664d818491b3193ccbdd97758fa5b60fc
",
"shasum": ""
},
"require": {
...
...
@@ -1485,20 +1487,20 @@
"issues": "https://github.com/laravel/jetstream/issues",
"source": "https://github.com/laravel/jetstream"
},
"time": "2024-02-2
3T15:35:22
+00:00"
"time": "2024-02-2
9T17:10:06
+00:00"
},
{
"name": "laravel/prompts",
"version": "v0.1.1
5
",
"version": "v0.1.1
6
",
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
"reference": "
d814a27514d99b03c85aa42b22cfd946568636c
1"
"reference": "
ca6872ab6aec3ab61db3a61f83a6caf764ec778
1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/
d814a27514d99b03c85aa42b22cfd946568636c
1",
"reference": "
d814a27514d99b03c85aa42b22cfd946568636c
1",
"url": "https://api.github.com/repos/laravel/prompts/zipball/
ca6872ab6aec3ab61db3a61f83a6caf764ec778
1",
"reference": "
ca6872ab6aec3ab61db3a61f83a6caf764ec778
1",
"shasum": ""
},
"require": {
...
...
@@ -1540,9 +1542,9 @@
],
"support": {
"issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.1.1
5
"
"source": "https://github.com/laravel/prompts/tree/v0.1.1
6
"
},
"time": "202
3-12-29T22:37:42
+00:00"
"time": "202
4-02-21T19:25:27
+00:00"
},
{
"name": "laravel/sanctum",
...
...
@@ -1738,16 +1740,16 @@
},
{
"name": "league/commonmark",
"version": "2.4.
1
",
"version": "2.4.
2
",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "
3669d6d5f7a47a93c08ddff335e6d945481a1dd5
"
"reference": "
91c24291965bd6d7c46c46a12ba7492f83b1cadf
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/
3669d6d5f7a47a93c08ddff335e6d945481a1dd5
",
"reference": "
3669d6d5f7a47a93c08ddff335e6d945481a1dd5
",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/
91c24291965bd6d7c46c46a12ba7492f83b1cadf
",
"reference": "
91c24291965bd6d7c46c46a12ba7492f83b1cadf
",
"shasum": ""
},
"require": {
...
...
@@ -1760,7 +1762,7 @@
},
"require-dev": {
"cebe/markdown": "^1.0",
"commonmark/cmark": "0.30.
0
",
"commonmark/cmark": "0.30.
3
",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
"embed/embed": "^4.4",
...
...
@@ -1770,10 +1772,10 @@
"michelf/php-markdown": "^1.4 || ^2.0",
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.21",
"phpunit/phpunit": "^9.5.21
|| ^10.5.9 || ^11.0.0
",
"scrutinizer/ocular": "^1.8.1",
"symfony/finder": "^5.3 | ^6.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
"symfony/finder": "^5.3 | ^6.0
|| ^7.0
",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0
|| ^7.0
",
"unleashedtech/php-coding-standard": "^3.1.1",
"vimeo/psalm": "^4.24.0 || ^5.0.0"
},
...
...
@@ -1840,7 +1842,7 @@
"type": "tidelift"
}
],
"time": "202
3-08-30T16:55:00
+00:00"
"time": "202
4-02-02T11:59:32
+00:00"
},
{
"name": "league/config",
...
...
@@ -1926,16 +1928,16 @@
},
{
"name": "league/flysystem",
"version": "3.2
3
.1",
"version": "3.2
5
.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "
199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e
"
"reference": "
abbd664eb4381102c559d358420989f835208f18
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e
",
"reference": "
199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e
",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/
abbd664eb4381102c559d358420989f835208f18
",
"reference": "
abbd664eb4381102c559d358420989f835208f18
",
"shasum": ""
},
"require": {
...
...
@@ -1955,7 +1957,7 @@
"require-dev": {
"async-aws/s3": "^1.5 || ^2.0",
"async-aws/simple-s3": "^1.1 || ^2.0",
"aws/aws-sdk-php": "^3.2
20.
0",
"aws/aws-sdk-php": "^3.2
95.1
0",
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
...
...
@@ -1963,10 +1965,10 @@
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
"microsoft/azure-storage-blob": "^1.1",
"phpseclib/phpseclib": "^3.0.3
4
",
"phpseclib/phpseclib": "^3.0.3
6
",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5.11|^10.0",
"sabre/dav": "^4.
3.1
"
"sabre/dav": "^4.
6.0
"
},
"type": "library",
"autoload": {
...
...
@@ -2000,7 +2002,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.2
3
.1"
"source": "https://github.com/thephpleague/flysystem/tree/3.2
5
.1"
},
"funding": [
{
...
...
@@ -2012,20 +2014,20 @@
"type": "github"
}
],
"time": "2024-0
1-26T18:42:03
+00:00"
"time": "2024-0
3-16T12:53:19
+00:00"
},
{
"name": "league/flysystem-local",
"version": "3.2
3
.1",
"version": "3.2
5
.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
"reference": "
b884d2bf9b53bb4804a56d2df4902bb51e253f00
"
"reference": "
61a6a90d6e999e4ddd9ce5adb356de0939060b92
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/
b884d2bf9b53bb4804a56d2df4902bb51e253f00
",
"reference": "
b884d2bf9b53bb4804a56d2df4902bb51e253f00
",
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/
61a6a90d6e999e4ddd9ce5adb356de0939060b92
",
"reference": "
61a6a90d6e999e4ddd9ce5adb356de0939060b92
",
"shasum": ""
},
"require": {
...
...
@@ -2059,8 +2061,7 @@
"local"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem-local/issues",
"source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1"
"source": "https://github.com/thephpleague/flysystem-local/tree/3.25.1"
},
"funding": [
{
...
...
@@ -2072,7 +2073,7 @@
"type": "github"
}
],
"time": "2024-0
1-26T18:25:23
+00:00"
"time": "2024-0
3-15T19:58:44
+00:00"
},
{
"name": "league/mime-type-detection",
...
...
@@ -2132,21 +2133,21 @@
},
{
"name": "mobiledetect/mobiledetectlib",
"version": "4.8.0
5
",
"version": "4.8.0
6
",
"source": {
"type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "
b7a8cdd70955ea6162269939914ba97fe36a154a
"
"reference": "
af088b54cecc13b3264edca7da93a89ba7aa2d9e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/
b7a8cdd70955ea6162269939914ba97fe36a154a
",
"reference": "
b7a8cdd70955ea6162269939914ba97fe36a154a
",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/
af088b54cecc13b3264edca7da93a89ba7aa2d9e
",
"reference": "
af088b54cecc13b3264edca7da93a89ba7aa2d9e
",
"shasum": ""
},
"require": {
"php": ">=8.0",
"psr/simple-cache": "^
3.0
"
"psr/simple-cache": "^
2 || ^3
"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.35.1",
...
...
@@ -2184,7 +2185,7 @@
],
"support": {
"issues": "https://github.com/serbanghita/Mobile-Detect/issues",
"source": "https://github.com/serbanghita/Mobile-Detect/tree/4.8.0
5
"
"source": "https://github.com/serbanghita/Mobile-Detect/tree/4.8.0
6
"
},
"funding": [
{
...
...
@@ -2192,7 +2193,7 @@
"type": "github"
}
],
"time": "2024-0
1-10T22:04:41
+00:00"
"time": "2024-0
3-01T22:28:42
+00:00"
},
{
"name": "monolog/monolog",
...
...
@@ -2552,16 +2553,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.0.
0
",
"version": "v5.0.
2
",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "
4a21235f7e56e713259a6f76bf4b5ea08502b9dc
"
"reference": "
139676794dc1e9231bf7bcd123cfc0c99182cb13
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
4a21235f7e56e713259a6f76bf4b5ea08502b9dc
",
"reference": "
4a21235f7e56e713259a6f76bf4b5ea08502b9dc
",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/
139676794dc1e9231bf7bcd123cfc0c99182cb13
",
"reference": "
139676794dc1e9231bf7bcd123cfc0c99182cb13
",
"shasum": ""
},
"require": {
...
...
@@ -2604,9 +2605,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.
0
"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.
2
"
},
"time": "2024-0
1-07T17:17:35
+00:00"
"time": "2024-0
3-05T20:51:40
+00:00"
},
{
"name": "nunomaduro/termwind",
...
...
@@ -3302,16 +3303,16 @@
},
{
"name": "psy/psysh",
"version": "v0.12.
0
",
"version": "v0.12.
2
",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "
750bf031a48fd07c673dbe3f11f72362ea306d0
d"
"reference": "
9185c66c2165bbf4d71de78a69dccf4974f9538
d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/
750bf031a48fd07c673dbe3f11f72362ea306d0
d",
"reference": "
750bf031a48fd07c673dbe3f11f72362ea306d0
d",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/
9185c66c2165bbf4d71de78a69dccf4974f9538
d",
"reference": "
9185c66c2165bbf4d71de78a69dccf4974f9538
d",
"shasum": ""
},
"require": {
...
...
@@ -3375,9 +3376,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.12.
0
"
"source": "https://github.com/bobthecow/psysh/tree/v0.12.
2
"
},
"time": "202
3-12-20T15:28:09
+00:00"
"time": "202
4-03-17T01:53:00
+00:00"
},
{
"name": "ralouphie/getallheaders",
...
...
@@ -3606,20 +3607,20 @@
},
{
"name": "realrashid/sweet-alert",
"version": "v7.1.
0
",
"version": "v7.1.
1
",
"source": {
"type": "git",
"url": "https://github.com/realrashid/sweet-alert.git",
"reference": "
769f951053cd3363fd7fb7a1dd30f9828b619b44
"
"reference": "
2d38720644fb30ff6db4e2a5ee013c09057b1f3b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/realrashid/sweet-alert/zipball/
769f951053cd3363fd7fb7a1dd30f9828b619b44
",
"reference": "
769f951053cd3363fd7fb7a1dd30f9828b619b44
",
"url": "https://api.github.com/repos/realrashid/sweet-alert/zipball/
2d38720644fb30ff6db4e2a5ee013c09057b1f3b
",
"reference": "
2d38720644fb30ff6db4e2a5ee013c09057b1f3b
",
"shasum": ""
},
"require": {
"laravel/framework": "^5.6|^6.0|^7.0|^8.0|^9.0|^9.11|9.14.*|^10.0",
"laravel/framework": "^5.6|^6.0|^7.0|^8.0|^9.0|^9.11|9.14.*|^10.0
|^11.0
",
"php": "^7.2|^8.0|^8.1"
},
"require-dev": {
...
...
@@ -3692,20 +3693,20 @@
"type": "tidelift"
}
],
"time": "202
3-08-07T19:23:17
+00:00"
"time": "202
4-03-02T08:59:25
+00:00"
},
{
"name": "symfony/console",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "
2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e
"
"reference": "
0d9e4eb5ad413075624378f474c4167ea202de78
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/
2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e
",
"reference": "
2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e
",
"url": "https://api.github.com/repos/symfony/console/zipball/
0d9e4eb5ad413075624378f474c4167ea202de78
",
"reference": "
0d9e4eb5ad413075624378f474c4167ea202de78
",
"shasum": ""
},
"require": {
...
...
@@ -3770,7 +3771,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.4.
3
"
"source": "https://github.com/symfony/console/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -3786,7 +3787,7 @@
"type": "tidelift"
}
],
"time": "2024-0
1-23T14:51:35
+00:00"
"time": "2024-0
2-22T20:27:10
+00:00"
},
{
"name": "symfony/css-selector",
...
...
@@ -3922,16 +3923,16 @@
},
{
"name": "symfony/error-handler",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "
6dc3c76a278b77f01d864a6005d640822c6f26a6
"
"reference": "
c725219bdf2afc59423c32793d5019d2a904e13a
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
6dc3c76a278b77f01d864a6005d640822c6f26a6
",
"reference": "
6dc3c76a278b77f01d864a6005d640822c6f26a6
",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/
c725219bdf2afc59423c32793d5019d2a904e13a
",
"reference": "
c725219bdf2afc59423c32793d5019d2a904e13a
",
"shasum": ""
},
"require": {
...
...
@@ -3977,7 +3978,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.4.
3
"
"source": "https://github.com/symfony/error-handler/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -3993,7 +3994,7 @@
"type": "tidelift"
}
],
"time": "2024-0
1-29T15:40:36
+00:00"
"time": "2024-0
2-22T20:27:10
+00:00"
},
{
"name": "symfony/event-dispatcher",
...
...
@@ -4217,16 +4218,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "
5677bdf7cade4619cb17fc9e1e7b31ec392244a9
"
"reference": "
ebc713bc6e6f4b53f46539fc158be85dfcd77304
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
5677bdf7cade4619cb17fc9e1e7b31ec392244a9
",
"reference": "
5677bdf7cade4619cb17fc9e1e7b31ec392244a9
",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/
ebc713bc6e6f4b53f46539fc158be85dfcd77304
",
"reference": "
ebc713bc6e6f4b53f46539fc158be85dfcd77304
",
"shasum": ""
},
"require": {
...
...
@@ -4274,7 +4275,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.4.
3
"
"source": "https://github.com/symfony/http-foundation/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -4290,20 +4291,20 @@
"type": "tidelift"
}
],
"time": "2024-0
1-23T14:51:35
+00:00"
"time": "2024-0
2-08T15:01:18
+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.4.
3
",
"version": "v6.4.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "
9c6ec4e543044f7568a53a76ab1484ecd30637a2
"
"reference": "
f6947cb939d8efee137797382cb4db1af653ef75
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
9c6ec4e543044f7568a53a76ab1484ecd30637a2
",
"reference": "
9c6ec4e543044f7568a53a76ab1484ecd30637a2
",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/
f6947cb939d8efee137797382cb4db1af653ef75
",
"reference": "
f6947cb939d8efee137797382cb4db1af653ef75
",
"shasum": ""
},
"require": {
...
...
@@ -4352,7 +4353,7 @@
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/property-access": "^5.4.5|^6.0.5|^7.0",
"symfony/routing": "^5.4|^6.0|^7.0",
"symfony/serializer": "^6.
3|^7.0
",
"symfony/serializer": "^6.
4.4|^7.0.4
",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/translation": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^2.5|^3",
...
...
@@ -4387,7 +4388,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.4.
3
"
"source": "https://github.com/symfony/http-kernel/tree/v6.4.
5
"
},
"funding": [
{
...
...
@@ -4403,7 +4404,7 @@
"type": "tidelift"
}
],
"time": "2024-0
1-31T07:21:29
+00:00"
"time": "2024-0
3-04T21:00:47
+00:00"
},
{
"name": "symfony/mailer",
...
...
@@ -4571,16 +4572,16 @@
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e
a208ce43cbb04af6867b4fdddb1bdbf84cc28cb
"
"reference": "e
f4d7e442ca910c4764bce785146269b30cb5fc4
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e
a208ce43cbb04af6867b4fdddb1bdbf84cc28cb
",
"reference": "e
a208ce43cbb04af6867b4fdddb1bdbf84cc28cb
",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e
f4d7e442ca910c4764bce785146269b30cb5fc4
",
"reference": "e
f4d7e442ca910c4764bce785146269b30cb5fc4
",
"shasum": ""
},
"require": {
...
...
@@ -4594,9 +4595,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -4633,7 +4631,7 @@
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -4649,20 +4647,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:26:14
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "
875e90aeea2777b6f135677f618529449334a612
"
"reference": "
32a9da87d7b3245e09ac426c83d334ae9f06f80f
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/
875e90aeea2777b6f135677f618529449334a612
",
"reference": "
875e90aeea2777b6f135677f618529449334a612
",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/
32a9da87d7b3245e09ac426c83d334ae9f06f80f
",
"reference": "
32a9da87d7b3245e09ac426c83d334ae9f06f80f
",
"shasum": ""
},
"require": {
...
...
@@ -4673,9 +4671,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -4714,7 +4709,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -4730,20 +4725,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:26:14
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "
ecaafce9f77234a6a449d29e49267ba10499116d
"
"reference": "
a287ed7475f85bf6f61890146edbc932c0fff919
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/
ecaafce9f77234a6a449d29e49267ba10499116d
",
"reference": "
ecaafce9f77234a6a449d29e49267ba10499116d
",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/
a287ed7475f85bf6f61890146edbc932c0fff919
",
"reference": "
a287ed7475f85bf6f61890146edbc932c0fff919
",
"shasum": ""
},
"require": {
...
...
@@ -4756,9 +4751,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -4801,7 +4793,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -4817,20 +4809,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:30:37
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "
8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92
"
"reference": "
bc45c394692b948b4d383a08d7753968bed9a83d
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/
8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92
",
"reference": "
8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92
",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/
bc45c394692b948b4d383a08d7753968bed9a83d
",
"reference": "
bc45c394692b948b4d383a08d7753968bed9a83d
",
"shasum": ""
},
"require": {
...
...
@@ -4841,9 +4833,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -4885,7 +4874,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -4901,20 +4890,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:26:14
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "
42292d99c55abe617799667f454222c54c60e229
"
"reference": "
9773676c8a1bb1f8d4340a62efe641cf76eda7ec
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
42292d99c55abe617799667f454222c54c60e229
",
"reference": "
42292d99c55abe617799667f454222c54c60e229
",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
9773676c8a1bb1f8d4340a62efe641cf76eda7ec
",
"reference": "
9773676c8a1bb1f8d4340a62efe641cf76eda7ec
",
"shasum": ""
},
"require": {
...
...
@@ -4928,9 +4917,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -4968,7 +4954,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -4984,20 +4970,20 @@
"type": "tidelift"
}
],
"time": "202
3-07-28T09:04:16
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "
70f4aebd92afca2f865444d30a4d2151c13c3179
"
"reference": "
861391a8da9a04cbad2d232ddd9e4893220d6e25
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/
70f4aebd92afca2f865444d30a4d2151c13c3179
",
"reference": "
70f4aebd92afca2f865444d30a4d2151c13c3179
",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/
861391a8da9a04cbad2d232ddd9e4893220d6e25
",
"reference": "
861391a8da9a04cbad2d232ddd9e4893220d6e25
",
"shasum": ""
},
"require": {
...
...
@@ -5005,9 +4991,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -5044,7 +5027,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-php72/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -5060,20 +5043,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:26:14
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "
6caa57379c4aec19c0a12a38b59b26487dcfe4b5
"
"reference": "
87b68208d5c1188808dd7839ee1e6c8ec3b02f1b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
6caa57379c4aec19c0a12a38b59b26487dcfe4b5
",
"reference": "
6caa57379c4aec19c0a12a38b59b26487dcfe4b5
",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/
87b68208d5c1188808dd7839ee1e6c8ec3b02f1b
",
"reference": "
87b68208d5c1188808dd7839ee1e6c8ec3b02f1b
",
"shasum": ""
},
"require": {
...
...
@@ -5081,9 +5064,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -5127,7 +5107,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-php80/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -5143,20 +5123,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:26:14
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-php83",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "
b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11
"
"reference": "
86fcae159633351e5fd145d1c47de6c528f8caff
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/
b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11
",
"reference": "
b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11
",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/
86fcae159633351e5fd145d1c47de6c528f8caff
",
"reference": "
86fcae159633351e5fd145d1c47de6c528f8caff
",
"shasum": ""
},
"require": {
...
...
@@ -5165,9 +5145,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -5207,7 +5184,7 @@
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php83/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-php83/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -5223,20 +5200,20 @@
"type": "tidelift"
}
],
"time": "202
3-08-16T06:22:46
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/polyfill-uuid",
"version": "v1.2
8
.0",
"version": "v1.2
9
.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-uuid.git",
"reference": "
9c44518a5aff8da565c8a55dbe85d2769e6f630e
"
"reference": "
3abdd21b0ceaa3000ee950097bc3cf9efc137853
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/
9c44518a5aff8da565c8a55dbe85d2769e6f630e
",
"reference": "
9c44518a5aff8da565c8a55dbe85d2769e6f630e
",
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/
3abdd21b0ceaa3000ee950097bc3cf9efc137853
",
"reference": "
3abdd21b0ceaa3000ee950097bc3cf9efc137853
",
"shasum": ""
},
"require": {
...
...
@@ -5250,9 +5227,6 @@
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
...
...
@@ -5289,7 +5263,7 @@
"uuid"
],
"support": {
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.2
8
.0"
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.2
9
.0"
},
"funding": [
{
...
...
@@ -5305,20 +5279,20 @@
"type": "tidelift"
}
],
"time": "202
3-01-26T09:26:14
+00:00"
"time": "202
4-01-29T20:11:03
+00:00"
},
{
"name": "symfony/process",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "
31642b0818bfcff85930344ef93193f8c607e0a3
"
"reference": "
710e27879e9be3395de2b98da3f52a946039f297
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/
31642b0818bfcff85930344ef93193f8c607e0a3
",
"reference": "
31642b0818bfcff85930344ef93193f8c607e0a3
",
"url": "https://api.github.com/repos/symfony/process/zipball/
710e27879e9be3395de2b98da3f52a946039f297
",
"reference": "
710e27879e9be3395de2b98da3f52a946039f297
",
"shasum": ""
},
"require": {
...
...
@@ -5350,7 +5324,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.4.
3
"
"source": "https://github.com/symfony/process/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -5366,20 +5340,20 @@
"type": "tidelift"
}
],
"time": "2024-0
1-23T14:51:35
+00:00"
"time": "2024-0
2-20T12:31:00
+00:00"
},
{
"name": "symfony/routing",
"version": "v6.4.
3
",
"version": "v6.4.
5
",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "
3b2957ad54902f0f544df83e3d58b38d7e8e5842
"
"reference": "
7fe30068e207d9c31c0138501ab40358eb2d49a4
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/
3b2957ad54902f0f544df83e3d58b38d7e8e5842
",
"reference": "
3b2957ad54902f0f544df83e3d58b38d7e8e5842
",
"url": "https://api.github.com/repos/symfony/routing/zipball/
7fe30068e207d9c31c0138501ab40358eb2d49a4
",
"reference": "
7fe30068e207d9c31c0138501ab40358eb2d49a4
",
"shasum": ""
},
"require": {
...
...
@@ -5433,7 +5407,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.4.
3
"
"source": "https://github.com/symfony/routing/tree/v6.4.
5
"
},
"funding": [
{
...
...
@@ -5449,7 +5423,7 @@
"type": "tidelift"
}
],
"time": "2024-0
1-30T13:55:02
+00:00"
"time": "2024-0
2-27T12:33:30
+00:00"
},
{
"name": "symfony/service-contracts",
...
...
@@ -5535,16 +5509,16 @@
},
{
"name": "symfony/string",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "
7a14736fb179876575464e4658fce0c304e8c15b
"
"reference": "
4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/
7a14736fb179876575464e4658fce0c304e8c15b
",
"reference": "
7a14736fb179876575464e4658fce0c304e8c15b
",
"url": "https://api.github.com/repos/symfony/string/zipball/
4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9
",
"reference": "
4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9
",
"shasum": ""
},
"require": {
...
...
@@ -5601,7 +5575,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.4.
3
"
"source": "https://github.com/symfony/string/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -5617,20 +5591,20 @@
"type": "tidelift"
}
],
"time": "2024-0
1-25T09:26:29
+00:00"
"time": "2024-0
2-01T13:16:41
+00:00"
},
{
"name": "symfony/translation",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "
637c51191b6b184184bbf98937702bcf554f7d04
"
"reference": "
bce6a5a78e94566641b2594d17e48b0da3184a8e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/
637c51191b6b184184bbf98937702bcf554f7d04
",
"reference": "
637c51191b6b184184bbf98937702bcf554f7d04
",
"url": "https://api.github.com/repos/symfony/translation/zipball/
bce6a5a78e94566641b2594d17e48b0da3184a8e
",
"reference": "
bce6a5a78e94566641b2594d17e48b0da3184a8e
",
"shasum": ""
},
"require": {
...
...
@@ -5696,7 +5670,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.4.
3
"
"source": "https://github.com/symfony/translation/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -5712,7 +5686,7 @@
"type": "tidelift"
}
],
"time": "2024-0
1-29T13:11:52
+00:00"
"time": "2024-0
2-20T13:16:58
+00:00"
},
{
"name": "symfony/translation-contracts",
...
...
@@ -5868,16 +5842,16 @@
},
{
"name": "symfony/var-dumper",
"version": "v6.4.
3
",
"version": "v6.4.
4
",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "
0435a08f69125535336177c29d56af3abc1f69da
"
"reference": "
b439823f04c98b84d4366c79507e9da6230944b1
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
0435a08f69125535336177c29d56af3abc1f69da
",
"reference": "
0435a08f69125535336177c29d56af3abc1f69da
",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/
b439823f04c98b84d4366c79507e9da6230944b1
",
"reference": "
b439823f04c98b84d4366c79507e9da6230944b1
",
"shasum": ""
},
"require": {
...
...
@@ -5933,7 +5907,7 @@
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v6.4.
3
"
"source": "https://github.com/symfony/var-dumper/tree/v6.4.
4
"
},
"funding": [
{
...
...
@@ -5949,7 +5923,7 @@
"type": "tidelift"
}
],
"time": "2024-0
1-23T14:53:30
+00:00"
"time": "2024-0
2-15T11:23:52
+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
...
...
@@ -6224,36 +6198,36 @@
"packages-dev": [
{
"name": "barryvdh/laravel-debugbar",
"version": "v3.
9
.2",
"version": "v3.
12
.2",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-debugbar.git",
"reference": "
bfd0131c146973cab164e50f5cdd8a67cc60cab1
"
"reference": "
43555503052443964ce2c1c1f3b0378e58219eb8
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/
bfd0131c146973cab164e50f5cdd8a67cc60cab1
",
"reference": "
bfd0131c146973cab164e50f5cdd8a67cc60cab1
",
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/
43555503052443964ce2c1c1f3b0378e58219eb8
",
"reference": "
43555503052443964ce2c1c1f3b0378e58219eb8
",
"shasum": ""
},
"require": {
"illuminate/routing": "^9|^10",
"illuminate/session": "^9|^10",
"illuminate/support": "^9|^10",
"maximebf/debugbar": "
^1.18.2
",
"illuminate/routing": "^9|^10
|^11
",
"illuminate/session": "^9|^10
|^11
",
"illuminate/support": "^9|^10
|^11
",
"maximebf/debugbar": "
~1.21.0
",
"php": "^8.0",
"symfony/finder": "^6"
"symfony/finder": "^6
|^7
"
},
"require-dev": {
"mockery/mockery": "^1.3.3",
"orchestra/testbench-dusk": "^5|^6|^7|^8",
"phpunit/phpunit": "^
8.5.30|^9.0
",
"orchestra/testbench-dusk": "^5|^6|^7|^8
|^9
",
"phpunit/phpunit": "^
9.6|^10.5
",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.
8
-dev"
"dev-master": "3.
10
-dev"
},
"laravel": {
"providers": [
...
...
@@ -6292,7 +6266,7 @@
],
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.
9
.2"
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.
12
.2"
},
"funding": [
{
...
...
@@ -6304,7 +6278,7 @@
"type": "github"
}
],
"time": "202
3-08-25T18:43:57
+00:00"
"time": "202
4-03-13T09:50:34
+00:00"
},
{
"name": "fakerphp/faker",
...
...
@@ -6493,16 +6467,16 @@
},
{
"name": "laravel/pint",
"version": "v1.1
3.1
0",
"version": "v1.1
4.
0",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
"reference": "
e2b5060885694ca30ac008c05dc9d47f10ed1abf
"
"reference": "
6b127276e3f263f7bb17d5077e9e0269e61b2a0e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/
e2b5060885694ca30ac008c05dc9d47f10ed1abf
",
"reference": "
e2b5060885694ca30ac008c05dc9d47f10ed1abf
",
"url": "https://api.github.com/repos/laravel/pint/zipball/
6b127276e3f263f7bb17d5077e9e0269e61b2a0e
",
"reference": "
6b127276e3f263f7bb17d5077e9e0269e61b2a0e
",
"shasum": ""
},
"require": {
...
...
@@ -6513,13 +6487,13 @@
"php": "^8.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4
7.1
",
"illuminate/view": "^10.4
1
.0",
"friendsofphp/php-cs-fixer": "^3.4
9.0
",
"illuminate/view": "^10.4
3
.0",
"larastan/larastan": "^2.8.1",
"laravel-zero/framework": "^10.3.0",
"mockery/mockery": "^1.6.7",
"nunomaduro/termwind": "^1.15.1",
"pestphp/pest": "^2.3
1.0
"
"pestphp/pest": "^2.3
3.6
"
},
"bin": [
"builds/pint"
...
...
@@ -6555,20 +6529,20 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
"time": "2024-0
1-22T09:04:1
5+00:00"
"time": "2024-0
2-20T17:38:0
5+00:00"
},
{
"name": "laravel/sail",
"version": "v1.2
7.3
",
"version": "v1.2
9.0
",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "
7e01b345072c9604ead9d7aed175bf7ac1d80289
"
"reference": "
e40cc7ffb5186c45698dbd47e9477e0e429396d0
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/
7e01b345072c9604ead9d7aed175bf7ac1d80289
",
"reference": "
7e01b345072c9604ead9d7aed175bf7ac1d80289
",
"url": "https://api.github.com/repos/laravel/sail/zipball/
e40cc7ffb5186c45698dbd47e9477e0e429396d0
",
"reference": "
e40cc7ffb5186c45698dbd47e9477e0e429396d0
",
"shasum": ""
},
"require": {
...
...
@@ -6587,9 +6561,6 @@
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sail\\SailServiceProvider"
...
...
@@ -6620,26 +6591,26 @@
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2024-0
1-30T03:03:59
+00:00"
"time": "2024-0
3-08T16:32:33
+00:00"
},
{
"name": "maximebf/debugbar",
"version": "v1.
19.1
",
"version": "v1.
21.3
",
"source": {
"type": "git",
"url": "https://github.com/maximebf/php-debugbar.git",
"reference": "0
3dd40a1826f4d585ef93ef83afa2a9874a00523
"
"reference": "0
b407703b08ea0cf6ebc61e267cc96ff7000911b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0
3dd40a1826f4d585ef93ef83afa2a9874a00523
",
"reference": "0
3dd40a1826f4d585ef93ef83afa2a9874a00523
",
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0
b407703b08ea0cf6ebc61e267cc96ff7000911b
",
"reference": "0
b407703b08ea0cf6ebc61e267cc96ff7000911b
",
"shasum": ""
},
"require": {
"php": "^7.1|^8",
"psr/log": "^1|^2|^3",
"symfony/var-dumper": "^4|^5|^6"
"symfony/var-dumper": "^4|^5|^6
|^7
"
},
"require-dev": {
"phpunit/phpunit": ">=7.5.20 <10.0",
...
...
@@ -6653,7 +6624,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.
18
-dev"
"dev-master": "1.
21
-dev"
}
},
"autoload": {
...
...
@@ -6684,22 +6655,22 @@
],
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
"source": "https://github.com/maximebf/php-debugbar/tree/v1.
19.1
"
"source": "https://github.com/maximebf/php-debugbar/tree/v1.
21.3
"
},
"time": "202
3-10-12T08:10:52
+00:00"
"time": "202
4-03-12T14:23:07
+00:00"
},
{
"name": "mockery/mockery",
"version": "1.6.
7
",
"version": "1.6.
10
",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "
0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06
"
"reference": "
47065d1be1fa05def58dc14c03cf831d3884ef0b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/
0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06
",
"reference": "
0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06
",
"url": "https://api.github.com/repos/mockery/mockery/zipball/
47065d1be1fa05def58dc14c03cf831d3884ef0b
",
"reference": "
47065d1be1fa05def58dc14c03cf831d3884ef0b
",
"shasum": ""
},
"require": {
...
...
@@ -6711,8 +6682,8 @@
"phpunit/phpunit": "<8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.6.1
0
",
"symplify/easy-coding-standard": "^12.
0.8
"
"phpunit/phpunit": "^8.5 || ^9.6.1
7
",
"symplify/easy-coding-standard": "^12.
1.14
"
},
"type": "library",
"autoload": {
...
...
@@ -6769,7 +6740,7 @@
"security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery"
},
"time": "202
3-12-10T02:24:34
+00:00"
"time": "202
4-03-19T16:15:45
+00:00"
},
{
"name": "myclabs/deep-copy",
...
...
@@ -6928,20 +6899,21 @@
},
{
"name": "phar-io/manifest",
"version": "2.0.
3
",
"version": "2.0.
4
",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "
97803eca37d319dfa7826cc2437fc020857acb53
"
"reference": "
54750ef60c58e43759730615a392c31c80e23176
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/
97803eca37d319dfa7826cc2437fc020857acb53
",
"reference": "
97803eca37d319dfa7826cc2437fc020857acb53
",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/
54750ef60c58e43759730615a392c31c80e23176
",
"reference": "
54750ef60c58e43759730615a392c31c80e23176
",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
...
...
@@ -6982,9 +6954,15 @@
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.
3
"
"source": "https://github.com/phar-io/manifest/tree/2.0.
4
"
},
"time": "2021-07-20T11:28:43+00:00"
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00:00"
},
{
"name": "phar-io/version",
...
...
@@ -7039,16 +7017,16 @@
},
{
"name": "phpunit/php-code-coverage",
"version": "10.1.1
1
",
"version": "10.1.1
4
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "
78c3b7625965c2513ee96569a4dbb62601784145
"
"reference": "
e3f51450ebffe8e0efdf7346ae966a656f7d5e5b
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
78c3b7625965c2513ee96569a4dbb62601784145
",
"reference": "
78c3b7625965c2513ee96569a4dbb62601784145
",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/
e3f51450ebffe8e0efdf7346ae966a656f7d5e5b
",
"reference": "
e3f51450ebffe8e0efdf7346ae966a656f7d5e5b
",
"shasum": ""
},
"require": {
...
...
@@ -7105,7 +7083,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.1
1
"
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.1
4
"
},
"funding": [
{
...
...
@@ -7113,7 +7091,7 @@
"type": "github"
}
],
"time": "202
3-12-21T15:38:30
+00:00"
"time": "202
4-03-12T15:33:41
+00:00"
},
{
"name": "phpunit/php-file-iterator",
...
...
@@ -7360,16 +7338,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.5.
9
",
"version": "10.5.
13
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "
0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe
"
"reference": "
20a63fc1c6db29b15da3bd02d4b6cf59900088a7
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe
",
"reference": "
0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe
",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/
20a63fc1c6db29b15da3bd02d4b6cf59900088a7
",
"reference": "
20a63fc1c6db29b15da3bd02d4b6cf59900088a7
",
"shasum": ""
},
"require": {
...
...
@@ -7441,7 +7419,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.
9
"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.
13
"
},
"funding": [
{
...
...
@@ -7457,20 +7435,20 @@
"type": "tidelift"
}
],
"time": "2024-0
1-22T14:35:40
+00:00"
"time": "2024-0
3-12T15:37:41
+00:00"
},
{
"name": "sebastian/cli-parser",
"version": "2.0.
0
",
"version": "2.0.
1
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "
efdc130dbbbb8ef0b545a994fd811725c5282cae
"
"reference": "
c34583b87e7b7a8055bf6c450c2c77ce32a24084
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/
efdc130dbbbb8ef0b545a994fd811725c5282cae
",
"reference": "
efdc130dbbbb8ef0b545a994fd811725c5282cae
",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/
c34583b87e7b7a8055bf6c450c2c77ce32a24084
",
"reference": "
c34583b87e7b7a8055bf6c450c2c77ce32a24084
",
"shasum": ""
},
"require": {
...
...
@@ -7505,7 +7483,8 @@
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
},
"funding": [
{
...
...
@@ -7513,7 +7492,7 @@
"type": "github"
}
],
"time": "202
3-02-03T06:58:15
+00:00"
"time": "202
4-03-02T07:12:49
+00:00"
},
{
"name": "sebastian/code-unit",
...
...
@@ -7763,16 +7742,16 @@
},
{
"name": "sebastian/diff",
"version": "5.1.
0
",
"version": "5.1.
1
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "
fbf413a49e54f6b9b17e12d900ac7f6101591b7f
"
"reference": "
c41e007b4b62af48218231d6c2275e4c9b975b2e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
fbf413a49e54f6b9b17e12d900ac7f6101591b7f
",
"reference": "
fbf413a49e54f6b9b17e12d900ac7f6101591b7f
",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/
c41e007b4b62af48218231d6c2275e4c9b975b2e
",
"reference": "
c41e007b4b62af48218231d6c2275e4c9b975b2e
",
"shasum": ""
},
"require": {
...
...
@@ -7780,7 +7759,7 @@
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"symfony/process": "^
4.2 || ^5
"
"symfony/process": "^
6.4
"
},
"type": "library",
"extra": {
...
...
@@ -7818,7 +7797,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/5.1.
0
"
"source": "https://github.com/sebastianbergmann/diff/tree/5.1.
1
"
},
"funding": [
{
...
...
@@ -7826,7 +7805,7 @@
"type": "github"
}
],
"time": "202
3-12-22T10:55:06
+00:00"
"time": "202
4-03-02T07:15:17
+00:00"
},
{
"name": "sebastian/environment",
...
...
@@ -7894,16 +7873,16 @@
},
{
"name": "sebastian/exporter",
"version": "5.1.
1
",
"version": "5.1.
2
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "
64f51654862e0f5e318db7e9dcc2292c63cdbddc
"
"reference": "
955288482d97c19a372d3f31006ab3f37da47adf
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/
64f51654862e0f5e318db7e9dcc2292c63cdbddc
",
"reference": "
64f51654862e0f5e318db7e9dcc2292c63cdbddc
",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/
955288482d97c19a372d3f31006ab3f37da47adf
",
"reference": "
955288482d97c19a372d3f31006ab3f37da47adf
",
"shasum": ""
},
"require": {
...
...
@@ -7960,7 +7939,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1.
1
"
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1.
2
"
},
"funding": [
{
...
...
@@ -7968,20 +7947,20 @@
"type": "github"
}
],
"time": "202
3-09-24T13:22:09
+00:00"
"time": "202
4-03-02T07:17:12
+00:00"
},
{
"name": "sebastian/global-state",
"version": "6.0.
1
",
"version": "6.0.
2
",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "
7ea9ead78f6d380d2a667864c132c2f7b83055e4
"
"reference": "
987bafff24ecc4c9ac418cab1145b96dd6e9cbd9
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/
7ea9ead78f6d380d2a667864c132c2f7b83055e4
",
"reference": "
7ea9ead78f6d380d2a667864c132c2f7b83055e4
",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/
987bafff24ecc4c9ac418cab1145b96dd6e9cbd9
",
"reference": "
987bafff24ecc4c9ac418cab1145b96dd6e9cbd9
",
"shasum": ""
},
"require": {
...
...
@@ -8015,14 +7994,14 @@
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"homepage": "http
s
://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
"source": "https://github.com/sebastianbergmann/global-state/tree/6.0.
1
"
"source": "https://github.com/sebastianbergmann/global-state/tree/6.0.
2
"
},
"funding": [
{
...
...
@@ -8030,7 +8009,7 @@
"type": "github"
}
],
"time": "202
3-07-19T07:19:23
+00:00"
"time": "202
4-03-02T07:19:19
+00:00"
},
{
"name": "sebastian/lines-of-code",
...
...
@@ -8590,16 +8569,16 @@
},
{
"name": "spatie/laravel-ignition",
"version": "2.4.
1
",
"version": "2.4.
2
",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
"reference": "
005e1e7b1232f3b22d7e7be3f602693efc7dba67
"
"reference": "
351504f4570e32908839fc5a2dc53bf77d02f85e
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/
005e1e7b1232f3b22d7e7be3f602693efc7dba67
",
"reference": "
005e1e7b1232f3b22d7e7be3f602693efc7dba67
",
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/
351504f4570e32908839fc5a2dc53bf77d02f85e
",
"reference": "
351504f4570e32908839fc5a2dc53bf77d02f85e
",
"shasum": ""
},
"require": {
...
...
@@ -8678,7 +8657,7 @@
"type": "github"
}
],
"time": "2024-0
1-12T13:14:58
+00:00"
"time": "2024-0
2-09T16:08:40
+00:00"
},
{
"name": "symfony/yaml",
...
...
@@ -8754,16 +8733,16 @@
},
{
"name": "theseer/tokenizer",
"version": "1.2.
2
",
"version": "1.2.
3
",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "
b2ad5003ca10d4ee50a12da31de12a5774ba6b96
"
"reference": "
737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2
"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/
b2ad5003ca10d4ee50a12da31de12a5774ba6b96
",
"reference": "
b2ad5003ca10d4ee50a12da31de12a5774ba6b96
",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/
737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2
",
"reference": "
737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2
",
"shasum": ""
},
"require": {
...
...
@@ -8792,7 +8771,7 @@
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.
2
"
"source": "https://github.com/theseer/tokenizer/tree/1.2.
3
"
},
"funding": [
{
...
...
@@ -8800,7 +8779,7 @@
"type": "github"
}
],
"time": "202
3-11-20T00:12:19
+00:00"
"time": "202
4-03-03T12:36:25
+00:00"
}
],
"aliases": [],
...
...
config/database.php
View file @
03fdacb3
...
...
@@ -78,6 +78,21 @@
'sslmode'
=>
'prefer'
,
],
'va'
=>
[
'driver'
=>
'pgsql'
,
'url'
=>
env
(
'DATABASE_URL'
),
'host'
=>
env
(
'DB_HOST_VA'
,
'127.0.0.1'
),
'port'
=>
env
(
'DB_PORT_VA'
,
'5432'
),
'database'
=>
env
(
'DB_DATABASE_VA'
,
'forge'
),
'username'
=>
env
(
'DB_USERNAME_VA'
,
'forge'
),
'password'
=>
env
(
'DB_PASSWORD_VA'
,
''
),
'charset'
=>
'utf8'
,
'prefix'
=>
''
,
'prefix_indexes'
=>
true
,
'search_path'
=>
'public'
,
'sslmode'
=>
'prefer'
,
],
'sqlsrv'
=>
[
'driver'
=>
'sqlsrv'
,
'url'
=>
env
(
'DATABASE_URL'
),
...
...
laravel-worker.conf
0 → 100644
View file @
03fdacb3
[
program
:
laravel
-
worker
]
process_name
=%(
program_name
)
s_
%(
process_num
)
02
d
command
=
php
/
home
/
forge
/
app
.
com
/
artisan
queue
:
work
sqs
--
sleep
=
3
--
tries
=
3
--
max
-
time
=
3600
autostart
=
true
autorestart
=
true
stopasgroup
=
true
killasgroup
=
true
user
=
forge
numprocs
=
8
redirect_stderr
=
true
stdout_logfile
=/
home
/
forge
/
app
.
com
/
worker
.
log
stopwaitsecs
=
3600
\ No newline at end of file
resources/views/admin/pembayaran/excel.blade.php
0 → 100644
View file @
03fdacb3
<?php
$nama_file
=
'Data Pembayaran Konaspi'
;
header
(
"Content-type: application/vnd-ms-excel"
);
header
(
"Content-Disposition: attachment; filename=
$nama_file
.xls"
);
?>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Data Pembayaran KONASPI 2024
</title>
<style
type=
"text/css"
>
body
{
background-color
:
#FFF
;
}
.num
{
mso-number-format
:
"\@"
;
}
.title-sm
{
/*font-family: 'myriadproregular'; */
font-size
:
15pt
;
font-weight
:
bold
;
}
.title-lg
{
/*font-family: 'myriadproregular'; */
font-size
:
24pt
;
font-weight
:
bold
;
}
body
{
font-size
:
11pt
;
/*font-family: 'myriadproregular'; */
}
.title-jurusan
{
/*font-family: 'myriadproregular'; */
font-size
:
20pt
;
font-weight
:
bold
;
}
#head-title
{
/*font-family: MyriadPro-Regular; */
src
:
url("{{ asset('assets/font/MyriadPro-Regular.otf')
}
}"
);
font-family
:MyriadPro-Regular
;
font-weight
:bold
;
}
#head-big
{
/*font-family:MyriadPro-Cond; */
font-weight
:
bold
;
font-size
:
22pt
;
}
#container
td
{
/*font-family:MyriadPro-Regular;*/
}
.page-break
{
page-break-after
:
always
;
}
div
.ui-menu
li
{
list-style
:
none
;
background-image
:
none
;
background-repeat
:
none
;
background-position
:
0
;
}
ul
{
list-style-type
:
none
;
padding
:
0px
;
margin
:
0px
;
}
li
{
background-image
:
url(sqpurple.gif)
;
background-repeat
:
no-repeat
;
background-position
:
0px
5px
;
padding-left
:
14px
;
}
.responsive
{
width
:
100%
;
height
:
auto
;
}
.kotak
{
border
:
1px
solid
#000
;
width
:
15px
;
height
:
15px
;
font-weight
:
bold
;
font-size
:
9pt
}
</style>
<style>
.str
{
mso-number-format
:
\@
;
}
</style>
<center>
DATA PEMBAYARAN KONASPI 2024
</center>
<table>
<thead>
<tr
style=
"text-align: center;"
>
<th
style=
"text-align: center;"
>
No.
</th>
<th
style=
"text-align: center;"
>
Kode Registrasi
</th>
<th
style=
"text-align: center;"
>
Nama
</th>
<th
style=
"text-align: center;"
>
Instansi
</th>
<th
style=
"text-align: center;"
>
No. VA
</th>
<th
style=
"text-align: center;"
>
Tagihan
</th>
<th
style=
"text-align: center;"
>
Jumlah Pembayaran
</th>
<th
style=
"text-align: center;"
>
Tanggal Pembayaran
</th>
</tr>
</thead>
<tbody>
@php
$no = 1;
$total_tagihan = 0;
$total_pembayaran = 0;
@endphp
@foreach ($data as $val)
<tr
style=
"text-align: center"
>
<td>
{{$no}}
</td>
<td>
{{$val['konaspi']->kode_registrasi}}
</td>
<td
style=
"text-align: left"
>
{{$val['konaspi']->nama}}
</td>
<td
style=
"text-align: left"
>
{{$val['konaspi']->instansi}}
</td>
<td>
{{"'".$val['va']->va}}
</td>
<td
style=
"text-align: right"
>
{{ number_format($val['va']->tagihan, 2, ',', '.') }}
</td>
<td
style=
"text-align: right"
>
{{ number_format($val['va']->terbayar, 2, ',', '.') }}
</td>
<td>
{{$val['tglbayar']}}
</td>
</tr>
@php
$no++;
$total_tagihan += $val['va']->tagihan;
$total_pembayaran += $val['va']->terbayar;
@endphp
@endforeach
<tr>
<td
colspan=
"5"
style=
"text-align: center"
><b>
Total
</b></td>
<td>
{{ number_format($total_tagihan, 2, ',', '.') }}
</td>
<td>
{{ number_format($total_pembayaran, 2, ',', '.') }}
</td>
</tr>
</tbody>
</table>
resources/views/admin/pembayaran/index.blade.php
0 → 100644
View file @
03fdacb3
@
extends
(
'layouts.app'
)
@
section
(
'title'
,
'Participant Data'
)
@
section
(
'content'
)
<
section
class
="
section
">
<div class="
section
-
header
">
<h1>Participant Data</h1>
<div class="
section
-
header
-
breadcrumb
">
<div class="
breadcrumb
-
item
">
<a href="">Home</a>
</div>
<div class="
breadcrumb
-
item
active
">Data Peserta</div>
</div>
</div>
<div class="
section
-
body
">
<div class="
row
mt
-
4
active
" id="
tab
-
semuapeserta
" data-tab-group="
mygroup
-
tab
">
<div class="
col
-
12
">
<div class="
card
">
<div class="
card
-
body
">
<a href="
{{
route
(
'admin.download_pembayaran'
)}}
" class="
btn
btn
-
primary
">Download Data</a>
<div class="
clearfix
mb
-
3
"></div>
<div class="
table
-
responsive
">
<table class="
display
" id="
table
-
1
">
<thead>
<tr>
<th style="
text
-
align
:
center
;
">No.</th>
<th style="
text
-
align
:
center
;
">Kode Registrasi</th>
<th style="
text
-
align
:
center
;
">Nama</th>
<th style="
text
-
align
:
center
;
">Instansi</th>
<th style="
text
-
align
:
center
;
">No. VA</th>
<th style="
text
-
align
:
center
;
">Tagihan</th>
<th style="
text
-
align
:
center
;
">Jumlah Pembayaran</th>
<th style="
text
-
align
:
center
;
">Tanggal Pembayaran</th>
</tr>
</thead>
<tbody>
@php
$no
= 1;
@endphp
@foreach (
$data
as
$val
)
<tr style="
text
-
align
:
center
">
<td>
{
{$no}
}
</td>
<td>
{
{$val['konaspi']->kode_registrasi}
}
</td>
<td style="
text
-
align
:
left
">
{
{$val['konaspi']->nama}
}
</td>
<td style="
text
-
align
:
left
">
{
{$val['konaspi']->instansi}
}
</td>
<td>
{
{$val['va']->va}
}
</td>
<td style="
text
-
align
:
right
">{{ number_format(
$val['va']
->tagihan, 2, ',', '.') }}</td>
<td style="
text
-
align
:
right
">{{ number_format(
$val['va']
->terbayar, 2, ',', '.') }}</td>
<td>
{
{$val['tglbayar']}
}
</td>
</tr>
@php
$no
++;
@endphp
@endforeach
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
@endsection
resources/views/layouts/sidebar.blade.php
View file @
03fdacb3
...
...
@@ -16,6 +16,9 @@
<a class="
nav
-
link
" href="
{{
route
(
'admin.index_peserta'
)}}
"><i class="
fa
fa
-
users
"></i><span>Data Peserta</span></a>
</li>
<li class="
nav
-
item
">
<a class="
nav
-
link
" href="
{{
route
(
'admin.index_pembayaran'
)}}
"><i class="
fa
fa
-
money
"></i><span>Data Pembayaran</span></a>
</li>
<li class="
nav
-
item
">
<a class="
nav
-
link
" href="
{{
route
(
'admin.index_kegiatan'
)}}
"><i class="
fa
fa
-
suitcase
"></i><span>Master Kegiatan</span></a>
</li>
<li class="
nav
-
item
">
...
...
routes/web.php
View file @
03fdacb3
...
...
@@ -38,6 +38,9 @@
Route
::
put
(
'/updateuser/{id}'
,
[
AdminController
::
class
,
'update_user'
])
->
name
(
'admin.update_user'
);
Route
::
get
(
'/deleteuser/{id}'
,
[
AdminController
::
class
,
'delete_user'
])
->
name
(
'admin.delete_user'
);
Route
::
get
(
'/pembayaran'
,
[
AdminController
::
class
,
'index_pembayaran'
])
->
name
(
'admin.index_pembayaran'
);
Route
::
get
(
'/download_pembayaran'
,
[
AdminController
::
class
,
'download_data_pembayaran'
])
->
name
(
'admin.download_pembayaran'
);
Route
::
get
(
'/kegiatan'
,
[
AdminController
::
class
,
'index_kegiatan'
])
->
name
(
'admin.index_kegiatan'
);
Route
::
post
(
'/createkegiatan'
,
[
AdminController
::
class
,
'store_kegiatan'
])
->
name
(
'admin.create_kegiatan'
);
Route
::
put
(
'/updatekegiatan/{id}'
,
[
AdminController
::
class
,
'update_kegiatan'
])
->
name
(
'admin.update_kegiatan'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment