PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Emil Kilhage   Symfony Task bundle   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Symfony Task bundle
Schedule task using cron with Symfony
Author: By
Last change: Merge pull request #4 from AlexBergal/patch-1

Update README.md
Date: 4 years ago
Size: 885 bytes
 

Contents

Class file image Download
{ "name": "glooby/task-bundle", "license": "MIT", "type": "symfony-bundle", "description": "Scheduling of tasks for symfony made simple", "keywords": ["cron", "symfony", "scheduler", "task", "bundle", "glooby"], "homepage": "https://www.glooby.se", "authors": [ { "name": "Emil Kilhage", "email": "emil.kilhage@glooby.com", "homepage": "https://www.glooby.se" } ], "autoload": { "psr-4": { "Glooby\\TaskBundle\\": "src/" } }, "require": { "php": ">=7.1", "symfony/framework-bundle": "~4.3", "doctrine/orm": "~2.6", "dragonmantank/cron-expression": "~2.0" }, "require-dev": { "phpspec/prophecy": "~1.8", "php-coveralls/php-coveralls": "~2.1", "symfony/phpunit-bridge": "^4.3", "phpunit/phpunit": "^7" } }