Website/composer.json

11 lines
202 B
JSON
Raw Normal View History

2023-03-21 17:23:14 +00:00
{
"repositories": [
{
"type": "vcs",
"url": "https://git.willy.club/WillySoft/Route"
}
],
"require": {
"willysoft/route": "dev-master"
}
}