Skip to content

Instantly share code, notes, and snippets.

@dyangrev
Created November 6, 2018 01:00
Show Gist options
  • Save dyangrev/b262ae335401293342462e9f7d166269 to your computer and use it in GitHub Desktop.
Save dyangrev/b262ae335401293342462e9f7d166269 to your computer and use it in GitHub Desktop.
{
"name": "symfony 1.2",
"license": "MIT",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "../symfony2/src/" },
"psr-4": {
"Revinate\\" : "libns/Revinate",
"lib\\" : "lib",
"test\\" : "test"
},
"files": [
"lib/ServiceBus/RSB.php",
"lib/ServiceBus/Services.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "http://github.com/revinate/underscore-php"
},
{
"type":"vcs",
"url":"https://github.com/revinate/support"
},
{
"type": "vcs",
"url": "http://github.com/revinate/piper-provisioner"
},
{
"type": "vcs",
"url": "https://github.com/revinate/PHP_CodeSniffer"
},
{
"type": "vcs",
"url": "https://github.com/revinate/php-amqplib.git"
},
{
"name": "revinate",
"type": "vcs",
"url": "https://github.com/revinate/rabbitmq-bundle"
},
{
"name" : "revinate",
"type" : "git",
"url" : "https://github.com/revinate/apis-genproto-php"
},
{
"name": "revinate/DTransformer",
"type": "vcs",
"url": "https://github.com/revinate/Dtransformer"
},
{
"name": "revinate",
"type": "vcs",
"url": "https://github.com/revinate/app-deploy-scripts"
},
{
"type": "vcs",
"url": "https://github.com/revinate/sendwithus_php"
},
{
"name": "revinate/orm-page-tester",
"type": "vcs",
"url": "https://github.com/revinate/orm-page-tester.git"
},
{
"name": "revinate/php-page-loader",
"type": "vcs",
"url": "https://github.com/revinate/php-page-loader.git"
},
{
"name": "revinate/micro-sync-app-test-cli",
"type": "vcs",
"url": "https://github.com/revinate/micro-sync-app-test-cli"
},
{
"comment": "Use HTTPS to prevent Man In The Middle errors",
"url": "https://packagist.org",
"type": "composer"
},
{
"name": "revinate/php-client-bundle",
"type": "vcs",
"url": "https://github.com/revinate/php-client-bundle"
},
{
"name": "ruflin/elastica",
"type": "git",
"url": "https://github.com/revinate/Elastica"
},
{
"name": "revinate",
"type": "git",
"url": "https://github.com/revinate/rabbitmq-bundle"
},
{
"type": "vcs",
"url": "https://github.com/revinate/php-amqplib.git"
},
{
"name": "revinate",
"type": "git",
"url": "https://github.com/revinate/analytics-bundle"
},
{
"name": "revinate",
"type": "git",
"url": "https://github.com/revinate/rest-bundle"
},
{
"name": "revinate",
"type": "git",
"url": "https://github.com/revinate/php-lock"
},
{
"name": "revinate",
"type": "git",
"url": "https://github.com/revinate/etcd-php"
},
{
"name": "liip/monitor-bundle",
"type": "git",
"url": "https://github.com/revinate/LiipMonitorBundle"
}
],
"_comment_require" : "zendframework/zend-code: >2.2.5,<2.3 is required because 2.3 and greater require php5.3.23 and above <-- remove when we upgrade PHP",
"_comment_require2" : "Had \"php\": \"~5.3.3\", But had to take it out to move to php 5.5.",
"_comment_require3" : "phpunit/phpunit : ~5.0 -- to be added when we upgrade PHP to 5.6",
"require": {
"ramsey/uuid": "~3.2",
"lusitanian/oauth": "~0.3",
"anahkiasen/underscore-php": "~2.0",
"developerforce/force.com-toolkit-for-php": "~27.0",
"guzzle/guzzle": "~3.9",
"neitanod/forceutf8": "~2.0",
"nmcquay/pagerduty": "~0.1",
"react/promise": "~2.2",
"respect/validation": "~0.9",
"revinate/app-deploy-scripts": "master",
"revinate/dtransformer": "~0.1",
"revinate/php-getter-setter": "~0.2",
"revinate/php-page-loader": "^1.0.2",
"revinate/piper-provisioner": "master",
"revinate/rabbitmq-bundle": "dev-master",
"revinate/sequence": "~0.4.6",
"sendwithus/api": "master",
"symfony/event-dispatcher": "~2.7",
"tijsverkoyen/css-to-inline-styles": "~2.2",
"zendframework/zend-code": "~2.6",
"revinate/php-client-bundle":"1.0.7",
"php": ">=5.5.0",
"revinate/apis-genproto-php" : "0.0.17",
"simplesamlphp/simplesamlphp" : "1.15.1"
},
"require-dev": {
"revinate/micro-sync-app-test-cli": "master",
"revinate/orm-page-tester": "~1.0",
"squizlabs/php_codesniffer": "~2.3",
"phpunit/phpunit": "~4.7",
"sebastian/phpcpd": "~2.0",
"fzaninotto/faker": "^1.6",
"phpunit/phpunit-selenium": "~2.0"
},
"scripts": {
"pre-install-cmd": "lib\\ComposerHelper::setMemoryLimit",
"pre-update-cmd": "lib\\ComposerHelper::setMemoryLimit"
},
"config": {
"vendor-dir": "vendor"
},
"extra": {
},
"minimum-stability": "dev",
"prefer-stable": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment