PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Template Engine   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: composer setup
Class: Div PHP Template Engine
Template processing engine that replaces tags
Author: By
Last change: minor spellcheck
release 6.0.1
improvements for cop function and unit tests
moving forward to php8 && phpstan checks level 3
Date: 2 months ago
Size: 602 bytes
 

Contents

Class file image Download
{ "name": "divengine/div", "license": "GPL-3.0-or-later", "description": "Div PHP Template Engine", "keywords": [ "template engine", "code generator" ], "homepage": "https://divengine.com", "version": "6.0.2", "authors": [ { "name": "Rafa Rodriguez", "email": "rafageist@hotmail.com", "homepage": "https://rafageist.com", "role": "Founder" } ], "require": { "php": ">=8.0.0" }, "autoload": { "psr-4": { "divengine\\": "src/" } }, "require-dev": { "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^10.5" } }