MicroFrameWork/composer.json

31 lines
834 B
JSON
Raw Permalink 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",
2024-10-11 17:02:35 +03:00
"ext-zip": "*",
2024-10-18 13:45:18 +03:00
"josantonius/session": "^2.0",
2024-10-22 16:40:40 +03:00
"firebase/php-jwt": "^6.10",
2024-10-29 14:53:52 +03:00
"k-adam/env-editor": "^2.0",
"guzzlehttp/guzzle": "^7.9"
2024-08-30 11:27:10 +03:00
},
"autoload": {
"psr-4": {
"app\\": "app/",
"migrations\\": "migrations/",
"kernel\\": "kernel/"
}
}
}