![]() 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/beberlei/doctrineextensions/ |
{ "name": "beberlei/doctrineextensions", "type": "library", "description": "A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.", "keywords": ["doctrine", "orm", "database"], "license": "BSD-3-Clause", "authors": [ {"name": "Benjamin Eberlei", "email": "[email protected]"}, {"name": "Steve Lacey", "email": "[email protected]"} ], "require": { "php": "^7.2 || ^8.0", "doctrine/orm": "^2.7" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "nesbot/carbon": "*", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "symfony/yaml": "^4.2 || ^5.0", "zf1/zend-date": "^1.12", "zf1/zend-registry": "^1.12" }, "autoload": { "psr-4": {"DoctrineExtensions\\" : "src/"} }, "autoload-dev": { "psr-4": {"DoctrineExtensions\\Tests\\": "tests/"} }, "config": { "sort-packages": true } }