OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
kreait
/
clock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
08/12/2024 10:32:59 AM
rwxr-xr-x
π
.editorconfig
286 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
.git
-
08/12/2024 10:35:34 AM
rwxr-xr-x
π
.gitattributes
222 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
.github
-
08/12/2024 10:34:11 AM
rwxr-xr-x
π
.gitignore
49 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
CHANGELOG.md
590 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
CODE_OF_CONDUCT.md
3.18 KB
08/12/2024 10:32:58 AM
rw-r--r--
π
LICENSE
1.12 KB
08/12/2024 10:32:58 AM
rw-r--r--
π
README.md
1.71 KB
08/12/2024 10:32:58 AM
rw-r--r--
π
composer.json
827 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
phpunit.xml.dist
567 bytes
08/12/2024 10:32:58 AM
rw-r--r--
π
src
-
08/12/2024 10:34:11 AM
rwxr-xr-x
π
tests
-
08/12/2024 10:33:23 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "kreait/clock", "description": "A PHP 7.0 compatible clock abstraction", "type": "library", "license": "MIT", "authors": [ { "name": "JΓ©rΓ΄me Gamez", "email": "jerome@gamez.name" } ], "require": { "php": "^7.0|^8.0", "stella-maris/clock": "^0.1.4" }, "autoload": { "psr-4": { "Kreait\\Clock\\": "src/Clock" }, "files": [ "src/Clock.php" ] }, "require-dev": { "phpunit/phpunit": "^6.5.14" }, "autoload-dev": { "psr-4": { "Kreait\\Tests\\Clock\\": "tests" } }, "config": { "sort-packages": true, "platform": { "php": "7.0.33" } } }