Skip to content

Commit

Permalink
Merge pull request #45 from Edujugon/feature/l6
Browse files Browse the repository at this point in the history
Support lower laravel versions
  • Loading branch information
Edujugon authored Sep 8, 2019
2 parents 845229b + aac2d81 commit eac4ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@
}
],
"require": {
"php": "^7.2",
"illuminate/support": "~5.8.0||^6.0",
"illuminate/console": "~5.8.0||^6.0",
"illuminate/support": "^5.1||^6.0",
"illuminate/console": "^5.1||^6.0",
"googleads/googleads-php-lib": ">=37.0"
},
"require-dev": {
Expand Down
6 changes: 2 additions & 4 deletions composer.lock

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

0 comments on commit eac4ef1

Please sign in to comment.