eloquent_table/composer.json

27 lines
586 B
JSON
Raw Permalink Normal View History

2024-08-06 13:11:24 +03:00
{
2024-08-07 13:27:11 +03:00
"name": "itguild/eloquent-table",
2024-08-06 13:11:24 +03:00
"type": "library",
"require": {
2024-08-07 13:27:11 +03:00
"itguild/tables": "^0.1.9"
},
"require-dev": {
2024-08-06 13:11:24 +03:00
"illuminate/database": "^12.0@dev",
"illuminate/filesystem": "^12.0@dev",
"vlucas/phpdotenv": "^5.6@dev",
"twbs/bootstrap": "dev-main"
},
"license": "MIT",
"autoload": {
"psr-4": {
"Itguild\\EloquentTable\\": "src/"
}
},
"authors": [
{
"name": "Kavalar",
"email": "apuc06@mail.ru"
}
],
"minimum-stability": "dev"
}