25 lines
547 B
JSON
Executable File
25 lines
547 B
JSON
Executable File
{
|
|
"name": "itguild/forms",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"itguild\\forms\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "nikita"
|
|
}
|
|
],
|
|
"require": {
|
|
"twbs/bootstrap": "5.0.2",
|
|
"itguild/php-cg-select-v2": "^0.1.0",
|
|
"craft-group/phroute": "^2.1",
|
|
"twig/twig": "^3.0",
|
|
"illuminate/database": "^11.0",
|
|
"vlucas/phpdotenv": "^5.6",
|
|
"illuminate/filesystem": "^11.1",
|
|
"rakit/validation": "^1.4"
|
|
}
|
|
}
|