![]() 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/medad.corals.io/vendor/beste/clock/ |
{ "name": "beste/clock", "type": "library", "description": "A collection of Clock implementations", "keywords": ["clock", "clock-interface", "psr20", "psr-20"], "license": "MIT", "authors": [ { "name": "Jérôme Gamez", "email": "[email protected]" } ], "require": { "php": "~7.4.0 || ~8.0.0 || ~8.1.0", "stella-maris/clock": "^0.1.4" }, "require-dev": { "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.16.0", "vimeo/psalm": "^4.15" }, "autoload": { "psr-4": { "Beste\\Clock\\": "src/Clock" }, "files": [ "src/Clock.php" ] }, "autoload-dev": { "psr-4": { "Beste\\Clock\\Tests\\": "tests/Clock" } }, "provide": { "psr/clock-implementation": "1.0" }, "config": { "sort-packages": true, "allow-plugins": { "phpstan/extension-installer": true } }, "scripts": { "test": [ "@phpstan", "@psalm", "@phpunit" ], "phpunit": "vendor/bin/phpunit", "phpstan": "vendor/bin/phpstan analyse", "psalm": "vendor/bin/psalm" } }