firstPHP/composer.json
2024-03-29 17:47:46 +03:00

24 lines
511 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"
}
}