MicroFrameWork/composer.json

16 lines
325 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-09 16:08:50 +03:00
"craft-group/phroute": "^2.1",
"ext-http": "*"
2024-07-03 14:41:15 +03:00
},
"autoload": {
"psr-4": {
2024-07-03 15:15:59 +03:00
"app\\": "app/"
2024-07-03 14:41:15 +03:00
}
}
}