Skip to content

Commit

Permalink
Merge pull request #44 from Edujugon/feature/l6
Browse files Browse the repository at this point in the history
[feat] L6 support
  • Loading branch information
Edujugon authored Sep 8, 2019
2 parents 609f5ff + cd4e633 commit 845229b
Show file tree
Hide file tree
Showing 10 changed files with 801 additions and 538 deletions.
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@
}
],
"require": {
"illuminate/support": "^5.1",
"illuminate/console": "^5.1",
"googleads/googleads-php-lib": "^37.0"
"php": "^7.2",
"illuminate/support": "~5.8.0||^6.0",
"illuminate/console": "~5.8.0||^6.0",
"googleads/googleads-php-lib": ">=37.0"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 845229b

Please sign in to comment.