MicroFrameWork/composer.json
2024-07-16 13:37:34 +03:00

21 lines
490 B
JSON

{
"name": "illuminate-example/eloquent",
"description": "Implementation of Database Queries with illuminate and Eloquent",
"type": "project",
"require": {
"illuminate/database": "^11.14",
"craft-group/phroute": "^2.1",
"vlucas/phpdotenv": "^5.6",
"twig/twig": "^3.0",
"twbs/bootstrap": "5.0.2",
"itguild/tables": "^0.1.3"
},
"autoload": {
"psr-4": {
"app\\": "app/",
"migrations\\": "migrations/",
"kernel\\": "kernel/"
}
}
}