PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vitalij Mik   Lazy Before After Service Provider   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lazy Before After Service Provider
Call functions before or after a controller action
Author: By
Last change:
Date: 7 years ago
Size: 761 bytes
 

Contents

Class file image Download
{ "name": "blackscorp/lazy-before-after-service-provider", "description": "A service Provider for Silex to call before/after methods automatically", "minimum-stability": "stable", "keywords": ["before","after","Silex"], "license": "Mit", "authors": [ { "name": "Vitalij Mik", "email": "vitalij@blackscopr.de" }, { "name": "Contributors", "homepage": "https://github.com/BlackScorp/LazyBeforeAfterServiceProvier/contributors" } ], "require": { "silex/silex": "~1.0" }, "autoload": { "psr-4": { "BlackScorp\\Silex\\": "src/" } }, "autoload-dev": { "psr-4": {"BlackScorp\\Silex\\Test\\": "test/"} }, "extra": { "branch-alias": { "dev-master": "1.2-dev" } } }