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.

19 lines
410 B
JSON

{
"name": "artmark/laravel-content",
"description": "A library of common functionality of Laravel content",
"type": "library",
"license": "Proprietary",
"authors": [
{
"name": "Andrey Pokidov",
"email": "pokidov@e-traffic.ru"
}
],
"require": {},
"autoload": {
"psr-0": {
"Artmark\\Content\\": "src/"
}
}
}