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.

21 lines
399 B
JSON

{
"name": "artmark/laravel-assets",
"description": "Asset manager",
"type": "library",
"license": "Proprietary",
"authors": [
{
"name": "Andrey Pokidov",
"email": "pokidov@e-traffic.ru"
}
],
"require": {
"php": ">=7.0.0"
},
"autoload": {
"psr-0": {
"Artmark\\Assets\\": "src/"
}
}
}