Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
iniakunhuda committed Mar 25, 2017
2 parents 4cb7153 + 6ea1780 commit b948ff7
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
._*
.~lock.*
.buildpath
.DS_Store
vendor/*
.idea/*
.project
.settings
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# api-cookpad
# Cookpad API
Unofficial Cookpad API for developer

<br><blockquote>
Expand Down
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"autoload": {
"psr-4": {"Detikcom\\": "detikcom/pages/*"}
},

"require": {
"paquettg/php-html-parser": "^1.7"
}
}
114 changes: 114 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 b948ff7

Please sign in to comment.