forked from spatie/laravel-blade-x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
101 lines (101 loc) · 2.87 KB
/
Copy pathcomposer.json
File metadata and controls
101 lines (101 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "spatie/laravel-blade-x",
"description": "Supercharged Blade components",
"keywords": [
"spatie",
"blade",
"components",
"html",
"laravel-blade-x"
],
"homepage": "https://github.com/spatie/laravel-blade-x",
"license": "MIT",
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Brent Roose",
"email": "brent@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
},
{
"name": "Alex Vanderbist",
"email": "alex@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"require": {
"php": "^7.2|^8.1",
"laravel/framework": ">=4.1,<4.3",
"symfony/filesystem": "^6.4"
},
"require-dev": {
"laravel/laravel": "dev-master",
"phpunit/phpunit": "^9.5",
"rector/rector": "^2.5"
},
"autoload": {
"files": [
"src/Laravel/helpers.php"
],
"psr-4": {
"Spatie\\BladeX\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Spatie\\BladeX\\Tests\\": "tests"
}
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"kylekatarnls/update-helper": true
},
"audit": {
"ignore": {
"PKSA-8qx3-n5y5-vvnd": "nested array validation with wildcard is not supported in laravel 4.2",
"PKSA-w7xr-vk7n-rstm": "affected only when register_argc_argv is 'on' in php.ini",
"PKSA-3qhw-gzjt-j63j": "affected only laravel 5.5.40 and 5.6.x through 5.6.29",
"PKSA-17kp-jm2n-vxzz": "there is no link() function in Laravel 4.2 Filesystem/Filesystem.php",
"PKSA-7ywf-hktb-jkn9": "JSON nested attribute handling not implemented in 4.2, JSON columns is treated as string in 4.2",
"PKSA-njrm-6dtg-m2pc": "this is only affected newer blade engine such as laravel >5.x because it use hashed parent placeholder and inserted into raw HTML",
"PKSA-nrj3-r2wg-yt8b": "this is only affected when we use 'cookie' driver in session ",
"PKSA-m5cs-t1y6-qpcs": "update or not update still vulnerable, because affected to < 12.61.1",
"PKSA-3r5d-mb8f-1qw9": "update or not update still vulnerable, because affected to < 12.60.0"
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dicoding-dev/L42x"
},
{
"type": "vcs",
"url": "https://github.com/dicoding-dev/L42x-app"
}
]
}