forked from Open-Web-Analytics/Open-Web-Analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support for Composer for package dependancies and updating UA …
…parser to latest version. Open-Web-Analytics#477
- Loading branch information
Peter Adams
committed
Mar 23, 2020
1 parent
3cbfaa7
commit 93fbb25
Showing
27 changed files
with
167 additions
and
4,911 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "open-web-analytics/open-web-analytics", | ||
"description": "The open source analytics framework.", | ||
"keywords": ["open-web-analytics","owa","web-analytics","analytics"], | ||
"homepage": "https://www.openwebanalytics.com", | ||
"license": "GPL-2.0", | ||
"authors": [ | ||
{ | ||
"name": "The OWA Team", | ||
"email": "[email protected]" | ||
} | ||
], | ||
|
||
"config": { | ||
"sort-packages": true | ||
}, | ||
|
||
|
||
"require": { | ||
"ua-parser/uap-php": "~3.9.7" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.