PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Naif Alshaye   PHP World Clock   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP World Clock
Display the time in different time zones
Author: By
Last change:
Date: 5 years ago
Size: 654 bytes
 

Contents

Class file image Download
{ "name": "naif/world-clock", "description": "A Laravel Nova card to display world clocks", "keywords": [ "laravel", "nova", "card", "time", "clock", "world" ], "license": "MIT", "require": { "php": ">=7.1.0" }, "autoload": { "psr-4": { "Naif\\WorldClock\\": "src/" } }, "extra": { "laravel": { "providers": [ "Naif\\WorldClock\\CardServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }