OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
psr
/
clock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/12/2024 10:33:03 AM
rwxr-xr-x
📁
.git
-
08/12/2024 10:36:04 AM
rwxr-xr-x
📄
.gitattributes
62 bytes
08/12/2024 10:33:02 AM
rw-r--r--
📄
.gitignore
25 bytes
08/12/2024 10:33:02 AM
rw-r--r--
📄
CHANGELOG.md
217 bytes
08/12/2024 10:33:02 AM
rw-r--r--
📄
LICENSE
1.07 KB
08/12/2024 10:33:02 AM
rw-r--r--
📄
README.md
1.53 KB
08/12/2024 10:33:02 AM
rw-r--r--
📄
composer.json
453 bytes
08/12/2024 10:33:02 AM
rw-r--r--
📁
src
-
08/12/2024 10:33:29 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "psr/clock", "description": "Common interface for reading the clock.", "keywords": ["psr", "psr-20", "time", "clock", "now"], "homepage": "https://github.com/php-fig/clock", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "require": { "php": "^7.0 || ^8.0" }, "autoload": { "psr-4": { "Psr\\Clock\\": "src/" } } }