MicroFrameWork/composer.json
2024-07-08 16:20:25 +03:00

15 lines
304 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"
},
"autoload": {
"psr-4": {
"app\\": "app/"
}
}
}