PHP Classes

File: src/Cron/composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Framework   src/Cron/composer.json   Download  
File: src/Cron/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe Framework
Modular MVC based PHP Web framework
Author: By
Last change: Update of src/Cron/composer.json
Date: 3 years ago
Size: 964 bytes
 

Contents

Class file image Download
{ "name": "dframe/cron", "description": "Cron component Dframe", "keywords": [ "php cron", "dframe" ], "homepage": "https://dframeframework.com/en/docs/dframe/master/cron/overview", "type": "library", "license": "MIT", "authors": [ { "name": "S?awomir Kaleta", "email": "slaszka@gmail.com" } ], "require": { "php": ">=7.3", "ext-json": "*", "dframe/loader": "^v4.1" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Dframe\\Cron\\": "" } }, "autoload-dev": { "psr-4": { "Dframe\\Cron\\Tests\\": "tests" } }, "require-dev": { "phpunit/phpunit": "^8.3", "mikey179/vfsstream": "^1.6" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }