-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.17 KB
/
composer.json
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
{
"name": "forxer/blade-ui-kit-bootstrap",
"description": "Blade UI Kit components with Bootstrap styles and classes",
"homepage": "https://github.com/forxer/blade-ui-kit-bootstrap",
"type": "library",
"license": "MIT",
"keywords": [
"laravel",
"blade",
"component",
"bootstrap"
],
"authors": [
{
"name": "Vincent Garnier"
}
],
"support": {
"issues": "https://github.com/forxer/blade-ui-kit-bootstrap/issues",
"source": "https://github.com/forxer/blade-ui-kit-bootstrap"
},
"require": {
"php": "^8.2",
"forxer/generic-term-translations-for-laravel": "^1.0",
"laravel/framework": "^10.0 || ^11.0"
},
"require-dev": {
"laravel/pint": "^1.18.1",
"driftingly/rector-laravel": "^1.2.4",
"rector/rector": "^1.2.8"
},
"autoload": {
"psr-4": {
"BladeUIKitBootstrap\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"BladeUIKitBootstrap\\ServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}