mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00

- Updated error handling in TokenScanner to use more descriptive variable names. - Added return type declarations for methods in Analysis, AbstractAnnotation, Components, Items, License, OpenApi, Operation, Parameter, Response, Schema, Context, Generator, and several processors to improve code clarity and type safety. - Introduced new PipeOperatorEmulator and VoidCastEmulator classes to support PHP 8.5 features. - Implemented Pipe binary operator and Void cast node classes to enhance the parser's capabilities. - Improved array filtering and lambda function type hints for better readability and performance. - Enhanced the handling of annotations and context in various processors to ensure consistent behavior and reduce potential errors.
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "wwbn/avideo",
|
|
"description": "Audio Video Platform",
|
|
"type": "project",
|
|
"license": "proprietary",
|
|
"config": {
|
|
"platform-check": false,
|
|
"vendor-dir": "vendor",
|
|
"platform": {
|
|
"php": "8"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.3|^8",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ezyang/htmlpurifier": "^4.13",
|
|
"google/apiclient": "^2.18",
|
|
"google/apiclient-services": "^0.407",
|
|
"google/auth": "^1.14.3",
|
|
"guzzlehttp/guzzle": "^7.4",
|
|
"guzzlehttp/psr7": "^2.0 || ^2.4 || ^2.6 || ^2.7",
|
|
"hybridauth/hybridauth": "^3.3",
|
|
"james-heinrich/getid3": "^1.9",
|
|
"monolog/monolog": "^2.6",
|
|
"phpmailer/phpmailer": "^6.2",
|
|
"psr/cache": "^3.0",
|
|
"psr/http-message": "^2.0",
|
|
"singpolyma/openpgp-php": "^0.7.0",
|
|
"aws/aws-sdk-php": "^3.180",
|
|
"gliterd/backblaze-b2": "^1.1",
|
|
"paypal/rest-api-sdk-php": "^1.6",
|
|
"paypal/paypal-payouts-sdk": "^1.0",
|
|
"paypal/paypal-checkout-sdk": "^1.0",
|
|
"emojione/assets": "^4.5",
|
|
"mervick/emojionearea": "^3.4",
|
|
"emojione/emojione": "^4.5",
|
|
"abraham/twitteroauth": "^7.0",
|
|
"symfony/http-client": "^5.3",
|
|
"norkunas/onesignal-php-api": "^2.7",
|
|
"stripe/stripe-php": "^17.1",
|
|
"symfony/translation": "^5.3",
|
|
"amphp/amp": "^2.6",
|
|
"scssphp/scssphp": "^1.11",
|
|
"vimeo/vimeo-api": "^3.0",
|
|
"phpseclib/phpseclib": "^3.0",
|
|
"bunnycdn/storage": "^3.0",
|
|
"chillerlan/php-qrcode": "^5.0",
|
|
"erusev/parsedown": "^1.7",
|
|
"spomky-labs/otphp": "^10.0",
|
|
"christian-riesen/base32": "^1.6",
|
|
"react/socket": "^1.16",
|
|
"react/event-loop": "^1.5",
|
|
"elephantio/elephant.io": "^4.13",
|
|
"iamcal/sql-parser": "^0.6",
|
|
"ratchet/pawl": "^0.4.3",
|
|
"zircote/swagger-php": "^5.0",
|
|
"authorizenet/authorizenet": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6",
|
|
"mockery/mockery": "^1.6"
|
|
}
|
|
}
|