Skip to content

Instantly share code, notes, and snippets.

@johnkary
Last active December 21, 2015 11:59
Show Gist options
  • Save johnkary/6303196 to your computer and use it in GitHub Desktop.
Save johnkary/6303196 to your computer and use it in GitHub Desktop.
satis.json config file for setting up a local mirror of common Symfony2 dependencies
{
"name": "My Project",
"homepage": "http://satis",
"output-dir": "web",
"repositories": [
{ "type": "vcs", "url": "https://github.com/symfony/symfony" },
{ "type": "vcs", "url": "https://github.com/symfony/Icu" },
{ "type": "vcs", "url": "https://github.com/doctrine/common" },
{ "type": "vcs", "url": "https://github.com/php-fig/log" },
{ "type": "vcs", "url": "https://github.com/doctrine/inflector" },
{ "type": "vcs", "url": "https://github.com/doctrine/cache" },
{ "type": "vcs", "url": "https://github.com/doctrine/collections" },
{ "type": "vcs", "url": "https://github.com/doctrine/lexer" },
{ "type": "vcs", "url": "https://github.com/doctrine/annotations" },
{ "type": "vcs", "url": "https://github.com/doctrine/doctrine2" },
{ "type": "vcs", "url": "https://github.com/doctrine/dbal" },
{ "type": "vcs", "url": "https://github.com/doctrine/mongodb" },
{ "type": "vcs", "url": "https://github.com/jdorn/sql-formatter" },
{ "type": "vcs", "url": "https://github.com/Seldaek/monolog" },
{ "type": "vcs", "url": "https://github.com/swiftmailer/swiftmailer" },
{ "type": "vcs", "url": "https://github.com/doctrine/DoctrineBundle" },
{ "type": "vcs", "url": "https://github.com/fabpot/Twig-extensions" },
{ "type": "vcs", "url": "https://github.com/symfony/SwiftmailerBundle" },
{ "type": "vcs", "url": "https://github.com/symfony/MonologBundle" },
{ "type": "vcs", "url": "https://github.com/sensiolabs/SensioDistributionBundle" },
{ "type": "vcs", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle" },
{ "type": "vcs", "url": "https://github.com/sensiolabs/SensioGeneratorBundle" },
{ "type": "vcs", "url": "https://github.com/Incenteev/ParameterHandler" },
{ "type": "vcs", "url": "https://github.com/symfony/Yaml" },
{ "type": "vcs", "url": "https://github.com/schmittjoh/JMSSerializerBundle" },
{ "type": "vcs", "url": "https://github.com/schmittjoh/serializer" },
{ "type": "vcs", "url": "https://github.com/doctrine/DoctrineFixturesBundle" },
{ "type": "vcs", "url": "https://github.com/doctrine/data-fixtures" },
{ "type": "vcs", "url": "https://github.com/sensiolabs/SensioBuzzBundle" },
{ "type": "vcs", "url": "https://github.com/simshaun/recurr" },
{ "type": "vcs", "url": "https://github.com/frequence-web/FrequenceWebCalendRBundle" },
{ "type": "vcs", "url": "https://github.com/fzaninotto/Faker" },
{ "type": "vcs", "url": "https://github.com/doctrine/migrations" },
{ "type": "vcs", "url": "https://github.com/doctrine/DoctrineMigrationsBundle" },
{ "type": "vcs", "url": "https://github.com/nelmio/NelmioApiDocBundle" },
{ "type": "vcs", "url": "https://github.com/schmittjoh/metadata" },
{ "type": "vcs", "url": "https://github.com/symfony/DoctrineBridge" },
{ "type": "vcs", "url": "https://github.com/schmittjoh/parser-lib" },
{ "type": "vcs", "url": "https://github.com/schmittjoh/php-collection" },
{ "type": "vcs", "url": "https://github.com/schmittjoh/php-option" },
{ "type": "vcs", "url": "https://github.com/dflydev/dflydev-markdown" },
{ "type": "vcs", "url": "https://github.com/yohang/CalendR" },
{ "type": "vcs", "url": "https://github.com/kriswallsmith/Buzz" },
{ "type": "vcs", "url": "https://github.com/fabpot/Twig" }
],
"require-dependencies": true,
"require": {
"symfony/symfony": "2.3.*",
"doctrine/orm": ">=2.2.3,<2.4-dev",
"doctrine/doctrine-bundle": "1.2.*",
"twig/extensions": "1.0.*",
"symfony/swiftmailer-bundle": "2.3.*",
"symfony/monolog-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"sensio/framework-extra-bundle": "2.3.*",
"sensio/generator-bundle": "2.3.*",
"incenteev/composer-parameter-handler": "~2.0",
"symfony/yaml": "2.3.*",
"symfony/icu": "~1.0",
"jms/serializer-bundle": "0.12.*@dev",
"jms/serializer": "0.12.0",
"doctrine/doctrine-fixtures-bundle": "dev-master",
"doctrine/data-fixtures": "1.0.*@dev",
"sensio/buzz-bundle": "v0.2",
"simshaun/recurr": "dev-master",
"frequence-web/calendr-bundle": "1.*",
"fzaninotto/faker": "1.2.*@dev",
"doctrine/migrations": "dev-master",
"doctrine/doctrine-migrations-bundle": "dev-master",
"nelmio/api-doc-bundle": "2.3.*"
},
"archive": {
"directory": "dist"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment