![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/vendor/friendsofsymfony/oauth-server-bundle/ |
{ "name": "friendsofsymfony/oauth-server-bundle", "description": "Symfony2 OAuth Server Bundle", "license": "MIT", "type": "symfony-bundle", "keywords": [ "oauth", "oauth2", "server" ], "authors": [ { "name": "Arnaud Le Blanc", "email": "[email protected]" }, { "name": "FriendsOfSymfony Community", "homepage": "https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/contributors" } ], "homepage": "http://friendsofsymfony.github.com", "require": { "php": "^7.2 || ^8.0", "friendsofsymfony/oauth2-php": "~1.1", "symfony/dependency-injection": "^4.4 || ^5.1", "symfony/framework-bundle": "^4.4 || ^5.1", "symfony/security-bundle": "^4.4 || ^5.1", "symfony/twig-bundle": "^4.4 || ^5.1" }, "require-dev": { "doctrine/doctrine-bundle": "^2.0", "doctrine/mongodb-odm": "^2.2", "doctrine/orm": "~2.2", "phing/phing": "~2.4", "php-mock/php-mock-phpunit": "^2.5", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "~0.9", "phpunit/phpunit": "^8.5.23 || ^9.0", "symfony/console": "^4.4 || ^5.1", "symfony/form": "^4.4 || ^5.1", "symfony/http-kernel": "^4.4 || ^5.1", "symfony/phpunit-bridge": "^4.4 || ^5.1", "symfony/security-core": "^4.4 || ^5.1", "symfony/yaml": "^4.4 || ^5.1" }, "conflict": { "twig/twig": "<1.40 || >=2.0,<2.9" }, "suggest": { "doctrine/doctrine-bundle": "*", "doctrine/mongodb-odm-bundle": "*", "symfony/console": "Needed to be able to use commands", "symfony/form": "Needed to be able to use the AuthorizeFormType" }, "autoload": { "psr-4": { "FOS\\OAuthServerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } } }