You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{
|
|
"name": "artmark/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/"
|
|
}
|
|
}
|
|
}
|