OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
lcobucci
/
clock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:00 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:35:48 AM
rwxr-xr-x
📄
.gitattributes
279 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📁
.github
-
08/12/2024 10:34:16 AM
rwxr-xr-x
📄
.gitignore
117 bytes
08/12/2024 10:32:59 AM
rw-r--r--
📄
LICENSE
1.07 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
Makefile
805 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
README.md
2.57 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
composer.json
1.01 KB
08/12/2024 10:32:59 AM
rw-r--r--
📄
composer.lock
173.94 KB
08/12/2024 10:33:00 AM
rw-r--r--
📄
infection.json.dist
212 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpcs.xml.dist
443 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpstan.neon.dist
72 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📄
phpunit.xml.dist
990 bytes
08/12/2024 10:33:00 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:25 AM
rwxr-xr-x
📁
test
-
08/12/2024 10:33:26 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "lcobucci/clock", "description": "Yet another clock abstraction", "license": "MIT", "type": "library", "authors": [ { "name": "Luís Cobucci", "email": "lcobucci@gmail.com" } ], "require": { "php": "^8.0", "stella-maris/clock": "^0.1.4" }, "require-dev": { "infection/infection": "^0.26", "lcobucci/coding-standard": "^8.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "Lcobucci\\Clock\\": "src" } }, "autoload-dev": { "psr-4": { "Lcobucci\\Clock\\": "test" } }, "config": { "preferred-install": "dist", "sort-packages": true } }