Skip to content

Commit

Permalink
Remove obsolete branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jan 17, 2017
1 parent 1968e14 commit 3309fc7
Showing 1 changed file with 25 additions and 29 deletions.
54 changes: 25 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
{
"name": "silverstripe/graphql",
"description": "GraphQL server for SilverStripe models and other data",
"type": "silverstripe-module",
"require": {
"php": ">=5.5.0",
"silverstripe/framework": "^4",
"webonyx/graphql-php": "~0.7.2"
},
"require-dev": {
"phpunit/PHPUnit": "~4.8"
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"name": "silverstripe/graphql",
"description": "GraphQL server for SilverStripe models and other data",
"type": "silverstripe-module",
"require": {
"php": ">=5.5.0",
"silverstripe/framework": "^4",
"webonyx/graphql-php": "~0.7.2"
},
"require-dev": {
"phpunit/PHPUnit": "~4.8"
},
"extra": [],
"autoload": {
"psr-4": {
"SilverStripe\\GraphQL\\": "src/"
}
},
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"silverstripe/graphql-devtools": "Adds in-browser tools for testing and debugging GraphQL queries"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\GraphQL\\": "src/"
}
},
"config": {
"process-timeout": 600
},
"minimum-stability": "dev",
"prefer-stable": true,
"suggest": {
"silverstripe/graphql-devtools": "Adds in-browser tools for testing and debugging GraphQL queries"
}
}
}

0 comments on commit 3309fc7

Please sign in to comment.