You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

162 lines
5.5 KiB

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b8d3eeffbdabc79c70efdcc6255d3c31",
"packages": [
{
"name": "ivome/graphql-relay-php",
"version": "v0.3.1",
"source": {
"type": "git",
"url": "https://github.com/ivome/graphql-relay-php.git",
"reference": "bc5f8aae9fd72ca16decce3892ec4311e9742a93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ivome/graphql-relay-php/zipball/bc5f8aae9fd72ca16decce3892ec4311e9742a93",
"reference": "bc5f8aae9fd72ca16decce3892ec4311e9742a93",
"shasum": ""
},
"require": {
"php": ">=5.4,<8.0-DEV",
"webonyx/graphql-php": ">=0.7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "~1.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "A PHP port of GraphQL Relay reference implementation",
"homepage": "https://github.com/ivome/graphql-relay-php",
"keywords": [
"Relay",
"api",
"graphql"
],
"time": "2016-10-29T23:29:29+00:00"
},
{
"name": "webonyx/graphql-php",
"version": "v0.12.6",
"source": {
"type": "git",
"url": "https://github.com/webonyx/graphql-php.git",
"reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
"reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"psr/http-message": "^1.0",
"react/promise": "2.*"
},
"suggest": {
"psr/http-message": "To use standard GraphQL server",
"react/promise": "To leverage async resolving on React PHP platform"
},
"type": "library",
"autoload": {
"psr-4": {
"GraphQL\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A PHP port of GraphQL reference implementation",
"homepage": "https://github.com/webonyx/graphql-php",
"keywords": [
"api",
"graphql"
],
"time": "2018-09-02T14:59:54+00:00"
},
{
"name": "wp-graphql/wp-graphql",
"version": "v0.4.2",
"source": {
"type": "git",
"url": "https://github.com/wp-graphql/wp-graphql.git",
"reference": "fe1937fccfdc97fd87e18f839eb4000d5304757c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-graphql/wp-graphql/zipball/fe1937fccfdc97fd87e18f839eb4000d5304757c",
"reference": "fe1937fccfdc97fd87e18f839eb4000d5304757c",
"shasum": ""
},
"require": {
"ivome/graphql-relay-php": "^0.3.1",
"webonyx/graphql-php": "0.12.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"lucatume/wp-browser": "^2.2.",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"wp-coding-standards/wpcs": "^2.1"
},
"type": "wordpress-plugin",
"autoload": {
"psr-4": {
"WPGraphQL\\": "src/"
},
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Jason Bahl",
"email": "jasonbahl@mac.com"
},
{
"name": "Edwin Cromley"
},
{
"name": "Ryan Kanner"
},
{
"name": "Hughie Devore"
},
{
"name": "Chris Zarate"
}
],
"description": "GraphQL API for WordPress",
"time": "2019-11-22T20:27:46+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}