-
Notifications
You must be signed in to change notification settings - Fork 1
/
satis.json
19 lines (19 loc) · 1.18 KB
/
satis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "your-parking-space/packages",
"homepage": "https://packages.internal.yourparkingspace.co.uk",
"repositories": [
{ "type": "vcs", "url": "https://github.com/yourparkingspace/microservice-support-php" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/cranium-php" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/microservice-connect-php" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/code-standards-laravel" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/products-support" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/asset-generation-support" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/hatchly-google-analytics" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/eloquence-base" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/hatchly-platform" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/hatchly-api" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/hatchly-pages-api" },
{ "type": "vcs", "url": "https://github.com/yourparkingspace/logger-php" }
],
"require-all": true
}