Skip to content

Commit

Permalink
Merge pull request #3 from christiangroothuis/google-analytics-5
Browse files Browse the repository at this point in the history
Google analytics
  • Loading branch information
RicoClark authored Jul 21, 2022
2 parents 16c3314 + 628aab8 commit 692b693
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/phpunit.xml
composer.lock
.phpunit.result.cache
.idea
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^8.0",
"php": "^7.3|^8.0",
"ext-json": "*",
"ext-pcntl": "*",
"ext-posix": "*",
"illuminate/contracts": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/support": "^9.0",
"illuminate/contracts": "^8.17",
"illuminate/queue": "^8.17",
"illuminate/support": "^8.17",
"nesbot/carbon": "^2.17",
"ramsey/uuid": "^4.0",
"symfony/process": "^5.0",
Expand Down

0 comments on commit 692b693

Please sign in to comment.