MicroFrameWork/composer.json

27 lines
700 B
JSON
Raw Normal View History

2024-08-30 11:27:10 +03:00
{
"name": "illuminate-example/eloquent",
"description": "Implementation of Database Queries with illuminate and Eloquent",
"type": "project",
"require": {
2024-09-10 15:45:12 +03:00
"illuminate/database": "11.21",
"illuminate/filesystem": "11.21",
2024-08-30 11:27:10 +03:00
"craft-group/phroute": "^2.1",
"vlucas/phpdotenv": "^5.6",
"twig/twig": "^3.0",
"twbs/bootstrap": "5.0.2",
"itguild/tables": "^1.0",
"madesimple/php-form-validator": "^2.9",
"itguild/forms": "^0.1.1",
"samejack/php-argv": "dev-master",
2024-09-10 16:44:27 +03:00
"itguild/eloquent-table": "^0.4.1",
"ext-zip": "*"
2024-08-30 11:27:10 +03:00
},
"autoload": {
"psr-4": {
"app\\": "app/",
"migrations\\": "migrations/",
"kernel\\": "kernel/"
}
}
}