AzuraCast/composer.json

182 lines
6.0 KiB
JSON
Raw Normal View History

{
"name": "azuracast/azuracast",
2021-09-03 20:34:30 +00:00
"type": "project",
"description": "The AzuraCast self-hosted web radio station management suite.",
"license": "Apache-2.0",
2021-09-03 20:34:30 +00:00
"authors": [
{
"name": "Buster Neece",
"email": "buster@busterneece.com"
}
],
"require": {
2021-04-23 02:16:00 +00:00
"php": "^8.0",
"ext-PDO": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-maxminddb": "*",
"ext-mbstring": "*",
"ext-redis": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
2021-02-11 02:52:15 +00:00
"azuracast/azuraforms": "dev-main",
"azuracast/flysystem-v2-extensions": "dev-main",
"azuracast/metadata-manager": "dev-main",
2021-02-11 02:52:15 +00:00
"azuracast/nowplaying": "dev-main",
"azuracast/slim-callable-eventdispatcher": "dev-main",
"bacon/bacon-qr-code": "^2.0",
"beberlei/doctrineextensions": "^1.2",
"brick/math": "^0.9",
"composer/ca-bundle": "^1.2",
"doctrine/annotations": "^1.6",
"doctrine/data-fixtures": "^1.3",
"doctrine/dbal": "^2.8",
"doctrine/migrations": "^3.0",
"doctrine/orm": "~2.6",
"gettext/gettext": "^4.4",
"guzzlehttp/guzzle": "^7.0",
2021-08-23 02:08:52 +00:00
"guzzlehttp/oauth-subscriber": "^0.6.0",
"http-interop/http-factory-guzzle": "^1.0",
2021-07-30 06:20:14 +00:00
"intervention/image": "^2.6",
"laminas/laminas-config": "^3.3",
"league/csv": "^9.6",
2021-03-31 16:42:24 +00:00
"league/flysystem-aws-s3-v3": "^2.0",
"league/mime-type-detection": "^1.7",
"league/plates": "^3.1",
2021-05-23 09:57:24 +00:00
"lstrojny/fxmlrpc": "dev-master",
"marcw/rss-writer": "^0.4.0",
"matomo/device-detector": "^4.0",
"mezzio/mezzio-session": "^1.3",
"mezzio/mezzio-session-cache": "^1.4",
"mnapoli/silly-php-di": "^1.2",
"monolog/monolog": "^2",
"myclabs/deep-copy": "^1.10",
"nesbot/carbon": "^2.36",
2021-03-26 19:50:06 +00:00
"pagerfanta/doctrine-collections-adapter": "^3",
"pagerfanta/doctrine-orm-adapter": "^3",
"php-di/php-di": "^6.0",
"php-di/slim-bridge": "^3.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^4.0",
2021-04-23 02:16:00 +00:00
"rlanvin/php-ip": "dev-master",
"slim/http": "^1.1",
"slim/slim": "^4.2",
2021-03-31 16:42:24 +00:00
"spatie/flysystem-dropbox": "^2",
"spomky-labs/otphp": "^10.0",
2021-02-11 02:52:15 +00:00
"supervisorphp/supervisor": "dev-main",
"symfony/beanstalkd-messenger": "^5.3",
"symfony/cache": "^5.2",
"symfony/console": "^5",
"symfony/event-dispatcher": "^5",
"symfony/finder": "^5",
"symfony/intl": "^5.2",
"symfony/lock": "^5.1",
"symfony/mailer": "^5.2",
"symfony/messenger": "^5",
"symfony/process": "^5",
"symfony/property-access": "^5",
"symfony/rate-limiter": "^5.3",
"symfony/redis-messenger": "^5",
"symfony/serializer": "^5",
"symfony/validator": "^5",
2021-07-08 20:03:54 +00:00
"symfony/yaml": "^5.3",
"theiconic/php-ga-measurement-protocol": "^2.9",
2021-07-08 20:03:54 +00:00
"vlucas/phpdotenv": "^5.3",
2021-02-20 01:16:23 +00:00
"wikimedia/composer-merge-plugin": "dev-master",
"zircote/swagger-php": "^3"
},
2021-09-03 20:34:30 +00:00
"replace": {
"symfony/polyfill-iconv": "1.99",
"symfony/polyfill-intl-grapheme": "1.99",
"symfony/polyfill-intl-normalizer": "1.99",
"symfony/polyfill-mbstring": "1.99",
"symfony/polyfill-php71": "1.99",
"symfony/polyfill-php72": "1.99",
"symfony/polyfill-php73": "1.99",
"symfony/polyfill-php74": "1.99",
"symfony/polyfill-php80": "1.99"
},
"conflict": {
"gettext/gettext": ">=5"
},
"require-dev": {
"codeception/codeception": "^4.0",
"codeception/module-asserts": "^1.1",
"codeception/module-cli": "^1.0",
"codeception/module-doctrine2": "^1.0",
"codeception/module-phpbrowser": "^1.0",
"codeception/module-rest": "^1.0",
2021-09-03 20:34:30 +00:00
"ergebnis/composer-normalize": "^2.15",
"filp/whoops": "^2",
2021-06-10 03:22:13 +00:00
"jetbrains/phpstorm-attributes": "^1.0",
"mockery/mockery": "^1.0",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
2021-09-05 08:44:44 +00:00
"phpstan/phpstan": "0.12.96",
"phpstan/phpstan-doctrine": "^0.12",
"phpunit/php-timer": "^5.0",
"phpunit/phpunit": "^9.2",
Dependencies update. - composer/package-versions-deprecated updated from 1.11.99.2 to 1.11.99.3 See changes: https://github.com/composer/package-versions-deprecated/compare/1.11.99.2...1.11.99.3 Release notes: https://github.com/composer/package-versions-deprecated/releases/tag/1.11.99.3 - wikimedia/composer-merge-plugin updated from dev-master@47be3c0 to dev-master@0497734 See changes: https://github.com/wikimedia/composer-merge-plugin/compare/47be3c0...0497734 - aws/aws-crt-php installed in version v1.0.2 Release notes: https://github.com/awslabs/aws-crt-php/releases/tag/v1.0.2 - azuracast/azuraforms updated from dev-main@c6a8b27 to dev-main@d1ca581 See changes: https://github.com/AzuraCast/azuraforms/compare/c6a8b27...d1ca581 - symfony/string updated from v5.3.3 to v5.3.7 See changes: https://github.com/symfony/string/compare/v5.3.3...v5.3.7 Release notes: https://github.com/symfony/string/releases/tag/v5.3.7 - symfony/console updated from v5.3.6 to v5.3.7 See changes: https://github.com/symfony/console/compare/v5.3.6...v5.3.7 Release notes: https://github.com/symfony/console/releases/tag/v5.3.7 - james-heinrich/getid3 updated from dev-master@cb831b6 to dev-master@4e02ed0 See changes: https://github.com/JamesHeinrich/getID3/compare/cb831b6...4e02ed0 - symfony/event-dispatcher updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/event-dispatcher/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/event-dispatcher/releases/tag/v5.3.7 - phpunit/phpunit updated from 9.5.8 to 9.5.9 See changes: https://github.com/sebastianbergmann/phpunit/compare/9.5.8...9.5.9 Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/9.5.9 - symfony/finder updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/finder/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/finder/releases/tag/v5.3.7 - symfony/dom-crawler updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/dom-crawler/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/dom-crawler/releases/tag/v5.3.7 - codeception/lib-innerbrowser updated from 1.5.0 to 1.5.1 See changes: https://github.com/Codeception/lib-innerbrowser/compare/1.5.0...1.5.1 Release notes: https://github.com/Codeception/lib-innerbrowser/releases/tag/1.5.1 - filp/whoops updated from 2.14.0 to 2.14.1 See changes: https://github.com/filp/whoops/compare/2.14.0...2.14.1 Release notes: https://github.com/filp/whoops/releases/tag/2.14.1 - laminas/laminas-zendframework-bridge updated from 1.3.0 to 1.4.0 See changes: https://github.com/laminas/laminas-zendframework-bridge/compare/1.3.0...1.4.0 Release notes: https://github.com/laminas/laminas-zendframework-bridge/releases/tag/1.4.0 - laminas/laminas-stdlib updated from 3.5.0 to 3.6.0 See changes: https://github.com/laminas/laminas-stdlib/compare/3.5.0...3.6.0 Release notes: https://github.com/laminas/laminas-stdlib/releases/tag/3.6.0 - aws/aws-sdk-php updated from 3.191.2 to 3.192.0 See changes: https://github.com/aws/aws-sdk-php/compare/3.191.2...3.192.0 Release notes: https://github.com/aws/aws-sdk-php/releases/tag/3.192.0 - php-di/php-di updated from 6.3.4 to 6.3.5 See changes: https://github.com/PHP-DI/PHP-DI/compare/6.3.4...6.3.5 Release notes: https://github.com/PHP-DI/PHP-DI/releases/tag/6.3.5 - symfony/translation updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/translation/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/translation/releases/tag/v5.3.7 - phpstan/phpstan updated from 0.12.96 to 0.12.98 See changes: https://github.com/phpstan/phpstan/compare/0.12.96...0.12.98 Release notes: https://github.com/phpstan/phpstan/releases/tag/0.12.98 - phpstan/phpstan-doctrine updated from 0.12.43 to 0.12.44 See changes: https://github.com/phpstan/phpstan-doctrine/compare/0.12.43...0.12.44 Release notes: https://github.com/phpstan/phpstan-doctrine/releases/tag/0.12.44 - roave/security-advisories updated from dev-latest@cd0a994 to dev-latest@05f521f See changes: https://github.com/Roave/SecurityAdvisories/compare/cd0a994...05f521f - slevomat/coding-standard updated from 7.0.13 to 7.0.14 See changes: https://github.com/slevomat/coding-standard/compare/7.0.13...7.0.14 Release notes: https://github.com/slevomat/coding-standard/releases/tag/7.0.14 - symfony/messenger updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/messenger/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/messenger/releases/tag/v5.3.7 - symfony/redis-messenger updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/redis-messenger/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/redis-messenger/releases/tag/v5.3.7 - symfony/doctrine-messenger updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/doctrine-messenger/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/doctrine-messenger/releases/tag/v5.3.7 - symfony/amqp-messenger updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/amqp-messenger/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/amqp-messenger/releases/tag/v5.3.7 - symfony/var-exporter updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/var-exporter/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/var-exporter/releases/tag/v5.3.7 - symfony/cache updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/cache/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/cache/releases/tag/v5.3.7 - symfony/intl updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/intl/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/intl/releases/tag/v5.3.7 - symfony/mime updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/mime/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/mime/releases/tag/v5.3.7 - symfony/process updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/process/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/process/releases/tag/v5.3.7 - symfony/property-info updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/property-info/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/property-info/releases/tag/v5.3.7 - symfony/property-access updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/property-access/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/property-access/releases/tag/v5.3.7 - symfony/options-resolver updated from v5.3.4 to v5.3.7 See changes: https://github.com/symfony/options-resolver/compare/v5.3.4...v5.3.7 Release notes: https://github.com/symfony/options-resolver/releases/tag/v5.3.7 - symfony/validator updated from v5.3.6 to v5.3.7 See changes: https://github.com/symfony/validator/compare/v5.3.6...v5.3.7 Release notes: https://github.com/symfony/validator/releases/tag/v5.3.7 - symfony/var-dumper updated from v5.3.6 to v5.3.7 See changes: https://github.com/symfony/var-dumper/compare/v5.3.6...v5.3.7 Release notes: https://github.com/symfony/var-dumper/releases/tag/v5.3.7 - phpoption/phpoption updated from 1.7.5 to 1.8.0 See changes: https://github.com/schmittjoh/php-option/compare/1.7.5...1.8.0 Release notes: https://github.com/schmittjoh/php-option/releases/tag/1.8.0 - graham-campbell/result-type updated from v1.0.1 to v1.0.2 See changes: https://github.com/GrahamCampbell/Result-Type/compare/v1.0.1...v1.0.2 Release notes: https://github.com/GrahamCampbell/Result-Type/releases/tag/v1.0.2
2021-09-05 07:48:12 +00:00
"pyrech/composer-changelogs": "^1.7",
"roave/security-advisories": "dev-latest",
2021-04-11 01:20:16 +00:00
"slevomat/coding-standard": "^7",
"softcreatr/jsonpath": "^0.7.2",
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^5.1"
},
2021-09-03 20:34:30 +00:00
"config": {
"discard-changes": true,
"preferred-install": "dist",
"sort-packages": true
},
2021-09-03 20:34:30 +00:00
"extra": {
"merge-plugin": {
"ignore-duplicates": false,
"include": [
"plugins/*/composer.json"
],
"merge-dev": true,
"merge-extra": false,
"merge-extra-deep": false,
"merge-scripts": false,
"recurse": true,
"replace": true
}
},
2021-09-03 20:34:30 +00:00
"autoload": {
"psr-4": {
"App\\": "src"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": [
"bin/console"
],
"scripts": {
2021-09-03 20:34:30 +00:00
"ci-import-locales": [
"bin/console locale:import"
],
"cleanup-and-test": [
"@phpcbf",
"@dev-test"
],
2021-09-03 20:34:30 +00:00
"codeception": "codecept run --no-interaction --coverage --coverage-xml --fail-fast",
"codeception-no-coverage": "codecept run --no-interaction",
"dev-test": [
"@phplint",
"@phpstan",
"@phpcs",
"@codeception-no-coverage"
],
"phpcbf": "phpcbf",
2021-09-03 20:34:30 +00:00
"phpcs": "phpcs",
"phplint": "parallel-lint . --exclude vendor",
"phpstan": "phpstan analyze --memory-limit=-1"
}
}