Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveRandom committed Feb 16, 2017
0 parents commit 93479c3
Show file tree
Hide file tree
Showing 7 changed files with 763 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
.idea
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "room11/google-searcher",
"description": "Retrieves results from the first page of a Google search",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "Chris Wright",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {"Room11\\GoogleSearcher\\": "src/"}
},
"require": {
"php": ">=7.1",
"amphp/artax": "^2",
"room11/dom-utils": "~1.0"
}
}
Loading

0 comments on commit 93479c3

Please sign in to comment.