⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
taxi.dev-unit.com
/
vendor
/
beste
/
clock
/
View File Name :
composer.json
{ "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": "jerome@gamez.name" } ], "require": { "php": "^8.0", "stella-maris/clock": "^0.1.6" }, "require-dev": { "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.9.1", "phpstan/phpstan-phpunit": "^1.2.2", "phpstan/phpstan-strict-rules": "^1.4.4", "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.16.1", "vimeo/psalm": "^4.29" }, "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" } }