PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe PHP MVC View   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe PHP MVC View
Render page output with different template engines
Author: By
Last change: Resolved #186 Composer update
Resolved #181, PHPUnit update
Resolved #177 throw View Exception
Date: 2 years ago
Size: 985 bytes
 

Contents

Class file image Download
{ "name": "dframe/view", "description": "View component Dframe", "keywords": [ "php view", "php templates", "dframe" ], "homepage": "https://dframeframework.com", "type": "library", "license": "MIT", "authors": [ { "name": "S?awomir Kaleta", "email": "slaszka@gmail.com" } ], "require": { "php": ">=7.3", "ext-json": "*", "psr/simple-cache": "^1.0", "dframe/loader": "^v4.1" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Dframe\\View\\": "" } }, "autoload-dev": { "psr-4": { "Dframe\\View\\Tests\\": "Tests" } }, "require-dev": { "dframe/session": "^4.1", "phpunit/phpunit": "^9.5" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }