Use all-libs to index all packages. Also add runtime dependencies

master
Anton Smirnov 3 years ago
parent b9e4016f31
commit 909bb98d2d

2
.gitignore vendored

@ -2,3 +2,5 @@
/.gitlab-ci.debug.yml
/builds
/cache
/output
/composer

@ -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…
Cancel
Save