4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-13 04:36:41 +00:00

Remove old PHP GA library.

This commit is contained in:
Buster Neece 2023-10-15 14:47:15 -05:00
parent 9ebf75b114
commit aaefe5f7d4
No known key found for this signature in database
2 changed files with 2 additions and 49 deletions

View File

@ -63,8 +63,7 @@
"php-ffmpeg/php-ffmpeg": "^1.0",
"phpmyadmin/motranslator": "^5.3",
"phpseclib/phpseclib": "^3.0",
"psr/http-factory": ">1",
"psr/simple-cache": ">1",
"psr/simple-cache": "^3.0",
"ramsey/uuid": "^4.0",
"rlanvin/php-ip": "dev-master",
"skoerfgen/acmecert": "^3.2",
@ -89,7 +88,6 @@
"symfony/serializer": "^6",
"symfony/validator": "^6",
"symfony/yaml": "^6",
"theiconic/php-ga-measurement-protocol": "^2.9",
"vlucas/phpdotenv": "^5.3",
"voku/portable-utf8": "^6.0",
"wikimedia/composer-merge-plugin": "dev-master",

47
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "451e4b6951937d26921d5081b23be10e",
"content-hash": "e992b2c136e424f07562f43eb4be1eaf",
"packages": [
{
"name": "aws/aws-crt-php",
@ -9102,51 +9102,6 @@
],
"time": "2023-07-31T07:08:24+00:00"
},
{
"name": "theiconic/php-ga-measurement-protocol",
"version": "v2.9.0",
"source": {
"type": "git",
"url": "https://github.com/theiconic/php-ga-measurement-protocol.git",
"reference": "6136c2f2ef159045402ef985843db0ad0f136125"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theiconic/php-ga-measurement-protocol/zipball/6136c2f2ef159045402ef985843db0ad0f136125",
"reference": "6136c2f2ef159045402ef985843db0ad0f136125",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "4.7.*",
"satooshi/php-coveralls": "1.0.1"
},
"type": "library",
"autoload": {
"psr-4": {
"TheIconic\\Tracking\\GoogleAnalytics\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "THE ICONIC ENGINEERING TEAM",
"email": "engineering@theiconic.com.au"
}
],
"description": "Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.",
"support": {
"issues": "https://github.com/theiconic/php-ga-measurement-protocol/issues",
"source": "https://github.com/theiconic/php-ga-measurement-protocol/tree/v2.9.0"
},
"time": "2020-09-24T23:37:47+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.5.0",