taskman_upm/composer.json

10 lines
215 B
JSON
Raw Normal View History

2023-10-23 15:28:08 +03:00
{
"name": "bit/taskman_upm",
"description": "taskman UPM utils",
"homepage": "https://git.bit5.ru/bit/taskman_upm",
2023-10-23 15:28:08 +03:00
"require": {
"php": ">=7.4",
"bit/taskman_git" : "^v1.0.0"
2023-10-23 15:28:08 +03:00
}
}