OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
stella-maris
/
clock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:05 AM
rwxr-xr-x
📄
.editorconfig
229 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
.git
-
08/12/2024 10:36:13 AM
rwxr-xr-x
📄
.gitattributes
163 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
.gitignore
46 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
.gitlab-ci.yml
801 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📁
.phive
-
08/12/2024 10:33:36 AM
rwxr-xr-x
📄
LICENSE.md
1.06 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
README.md
2.44 KB
08/12/2024 10:33:06 AM
rw-r--r--
📄
composer.json
488 bytes
08/12/2024 10:33:05 AM
rw-r--r--
📄
phpunit.xml.dist
898 bytes
08/12/2024 10:33:06 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:36 AM
rwxr-xr-x
📁
tests
-
08/12/2024 10:33:36 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "stella-maris/clock", "description": "A pre-release of the proposed PSR-20 Clock-Interface", "keywords": [ "clock", "psr20", "datetime", "point in time" ], "homepage": "https://gitlab.com/stella-maris/clock", "license": "MIT", "authors": [ { "name": "Andreas Heigl", "role": "Maintainer" } ], "require": { "php": "^7.0|^8.0", "psr/clock": "^1.0" }, "autoload": { "psr-4": { "StellaMaris\\Clock\\": "src" } } }