21 lines
396 B
JSON
21 lines
396 B
JSON
{
|
|
"name": "artmark/laravel-forms",
|
|
"description": "Form Manager",
|
|
"type": "library",
|
|
"license": "Proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "Andrey Pokidov",
|
|
"email": "pokidov@e-traffic.ru"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Artmark\\Forms\\": "src/"
|
|
}
|
|
}
|
|
}
|