21 lines
398 B
JSON
Executable File
21 lines
398 B
JSON
Executable File
{
|
|
"name": "itguild/forms",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"itguild\\forms\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Kavalar"
|
|
}
|
|
],
|
|
"require": {
|
|
"twbs/bootstrap": "5.0.2",
|
|
"itguild/php-cg-select-v2": "^0.1.0",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"rakit/validation": "^1.4"
|
|
}
|
|
}
|