mirror of https://gitlab.com/sandfox/satis.git
Use all-libs to index all packages. Also add runtime dependencies
parent
b9e4016f31
commit
909bb98d2d
@ -1,18 +1,12 @@
|
||||
{
|
||||
"name": "Sand Fox Repo",
|
||||
"homepage": "https://sandfox.gitlab.io/satis/",
|
||||
"repositories": [
|
||||
{ "type": "vcs", "url": "https://github.com/arokettu/console-menu" },
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/php-encryptor" },
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/php-json" },
|
||||
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/bencode" },
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/composer-viz" },
|
||||
{ "type": "vcs", "url": "https://sandfox.org/sandfox/composer-yaml" },
|
||||
{ "type": "vcs", "url": "https://github.com/arokettu/monsterid" },
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/phpstorm-metadata-export" },
|
||||
{ "type": "vcs", "url": "https://bitbucket.org/sandfox/php-private-access.git" },
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/torrent-file" }
|
||||
],
|
||||
"require-all": true
|
||||
"name": "Sand Fox Repo",
|
||||
"homepage": "https://sandfox.gitlab.io/satis/",
|
||||
"repositories": [
|
||||
{ "type": "vcs", "url": "https://gitlab.com/sandfox/php-all-libs" },
|
||||
{ "type": "composer", "url": "https://packagist.org/" }
|
||||
],
|
||||
"require": {
|
||||
"arokettu/all-libs": "*"
|
||||
},
|
||||
"require-dependencies": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue