igfs/composer.json

26 lines
686 B
JSON
Raw Normal View History

2024-07-03 14:41:15 +03:00
{
"name": "illuminate-example/eloquent",
"description": "Implementation of Database Queries with illuminate and Eloquent",
"type": "project",
"require": {
2024-07-08 16:20:25 +03:00
"illuminate/database": "^11.14",
2024-07-29 15:57:20 +03:00
"illuminate/filesystem": "^11.18.1",
2024-07-09 16:08:50 +03:00
"craft-group/phroute": "^2.1",
2024-07-11 16:16:36 +03:00
"vlucas/phpdotenv": "^5.6",
2024-07-12 13:46:44 +03:00
"twig/twig": "^3.0",
2024-07-16 13:37:34 +03:00
"twbs/bootstrap": "5.0.2",
2024-07-24 14:07:45 +03:00
"itguild/tables": "^0.1.3",
2024-07-25 13:23:50 +03:00
"madesimple/php-form-validator": "^2.9",
2024-07-29 15:57:20 +03:00
"itguild/forms": "^0.1.1",
2024-08-07 15:30:45 +03:00
"samejack/php-argv": "dev-master",
"itguild/eloquent-table": "^0.2.0"
2024-07-03 14:41:15 +03:00
},
"autoload": {
"psr-4": {
2024-07-10 12:42:50 +03:00
"app\\": "app/",
2024-07-12 11:31:04 +03:00
"migrations\\": "migrations/",
"kernel\\": "kernel/"
2024-07-03 14:41:15 +03:00
}
}
}