![]() 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/old/vendor/dg/bypass-finals/ |
{ "name": "dg/bypass-finals", "description": "Removes final keyword from source code on-the-fly and allows mocking of final methods and classes", "keywords": ["testing", "unit", "phpunit", "mocking", "finals"], "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ { "name": "David Grudl", "homepage": "https://davidgrudl.com" } ], "require": { "php": ">=7.1" }, "require-dev": { "nette/tester": "^2.3", "phpstan/phpstan": "^0.12" }, "autoload": { "classmap": ["src/"] }, "scripts": { "phpstan": "phpstan analyse", "tester": "tester tests -s" } }