PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   PHP Cron Job Lock   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Cron Job Lock
Manage lock files while a cron job is running
Author: By
Last change: Resolved #186 Composer update
Date: 2 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": "^9.5", "mikey179/vfsstream": "^1.6" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }