Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4 from cognitus/develop
Browse files Browse the repository at this point in the history
Add Auto-Discovery
  • Loading branch information
mrjosh authored Jul 26, 2018
2 parents ec9a817 + 4123827 commit 2a91231
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,18 @@
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"extra": {
"laravel": {
"branch-alias": {
"dev-develop": "^1.0"
},
"providers": [
"Josh\\Component\\PhantomJs\\PhantomJsServiceProvider"
],
"aliases": {
"PhantomJs": "Josh\\Component\\PhantomJs\\Facade\\PhantomJs"
}
}
}
}
4 changes: 2 additions & 2 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [

// phantomjs binary path
'binary_path' => 'bin/phantomjs',
'binary_path' => base_path().'//bin/phantomjs',

// phantomjs run options
'options' => [],
Expand All @@ -13,4 +13,4 @@

// phantomjs cache mode
'cache' => true
];
];

0 comments on commit 2a91231

Please sign in to comment.