Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Paiva committed Dec 23, 2019
0 parents commit 4d6e4e6
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor/
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "mpaiva/wp-graphql-crb",
"description": "Wordpress wrapper to expose Carbon Fields to WpGraphQL queries",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Matheus Paiva",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "[email protected]:matepaiva/carbon-fields.git"
}
],
"autoload": {
"psr-4": {
"WpGraphQLCrb\\": "src/"
}
},
"require": {
"htmlburger/carbon-fields": "dev-exopse_registered_fields",
"wp-graphql/wp-graphql": "^0.5.1"
}
}
302 changes: 302 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4d6e4e6

Please sign in to comment.