-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
346 additions
and
600 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
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
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
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "snowplow/snowplow-tracker", | ||
"description": "Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts", | ||
"type": "library", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"snowplow", | ||
"analytics", | ||
"event analytics" | ||
], | ||
"homepage": "http://snowplowanalytics.com/", | ||
"support": { | ||
"email": "support@snowplowanalytics.com" | ||
}, | ||
"require": { | ||
"php": ">=7.4", | ||
"ramsey/uuid": "^3 || ^4" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5.13", | ||
"php-coveralls/php-coveralls": "^2.5.2", | ||
"phpunit/php-token-stream": "^4.0.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Snowplow\\Tracker\\": "src" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Snowplow Analytics Ltd" | ||
} | ||
] | ||
"name": "snowplow/snowplow-tracker", | ||
"description": "Snowplow event tracker for PHP. Add analytics into your PHP apps and scripts", | ||
"type": "library", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"snowplow", | ||
"analytics", | ||
"event analytics" | ||
], | ||
"homepage": "https://snowplow.io/", | ||
"support": { | ||
"email": "support@snowplow.io" | ||
}, | ||
"require": { | ||
"php": ">=7.4", | ||
"ramsey/uuid": "^3 || ^4" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5.13", | ||
"php-coveralls/php-coveralls": "^2.5.2", | ||
"phpunit/php-token-stream": "^4.0.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Snowplow\\Tracker\\": "src" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Snowplow Analytics Ltd" | ||
} | ||
] | ||
} |
Oops, something went wrong.