Skip to content

Commit

Permalink
Adding support for Composer for package dependancies and updating UA …
Browse files Browse the repository at this point in the history
…parser to latest version. Open-Web-Analytics#477
  • Loading branch information
Peter Adams committed Mar 23, 2020
1 parent 3cbfaa7 commit 93fbb25
Show file tree
Hide file tree
Showing 27 changed files with 167 additions and 4,911 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor/
22 changes: 22 additions & 0 deletions composer.json
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"
}
}
132 changes: 132 additions & 0 deletions composer.lock

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

169 changes: 0 additions & 169 deletions includes/ua-parser-2.1.1/CHANGELOG

This file was deleted.

11 changes: 0 additions & 11 deletions includes/ua-parser-2.1.1/LICENSE

This file was deleted.

Loading

0 comments on commit 93fbb25

Please sign in to comment.