Skip to content

Commit

Permalink
Merge pull request #13 from royboy789/fix/composer-file-update
Browse files Browse the repository at this point in the history
Composer Update
  • Loading branch information
royboy789 authored Jul 12, 2018
2 parents d19a817 + 63d5262 commit ba1921f
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"name": "roysivan/gutenberg-array-save",
"description": "Save Gutenberg as a clean array of data",
"type": "project",
"name": "royboy789/gutenberg-array-save",
"description": "Saving Gutenberg as a clean array of data to the database",
"type": "wordpress-plugin",
"license": "GPL-3.0",
"authors": [
{
"name": "Roy Sivan",
"email": "[email protected]"
}
],
"require": {},
"require": {
"php" : "^7.1",
"composer/installers": "^1.5"
},
"autoload" : {
"psr-4": {
"GutenbergArray\\": "src/"
Expand Down
140 changes: 140 additions & 0 deletions composer.lock

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

0 comments on commit ba1921f

Please sign in to comment.