PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: dFramework
Framework to build PHP applications
Author: By
Last change: Modification du composer.json et README

suppression de la cle "version" pour eviter les probleme

mis a jour des url du support

modification des instruction de creation de projet sur le readme
Version 3.3.3
Date: 2 years ago
Size: 1,471 bytes
 

Contents

Class file image Download
{ "name": "dimtrov/dframework", "description": "The simplest PHP framework for beginners", "type": "project", "keywords": ["php", "framework", "dimtrov", "dframework", "beginners"], "homepage": "http://dframework.totalh.net", "license": "MPL-2.0", "minimum-stability": "stable", "prefer-stable": true, "authors": [{ "name": "Dimitric Sitchet Tomkeu", "email": "devcode.dst@gmail.com", "role": "Developer, CEO", "homepage": "http://dst.totalh.net" }], "require": { "php": ">=7.2", "ext-pdo": "*", "ext-openssl": "*", "ext-reflection": "*", "ext-dom": "*", "ext-xml": "*", "ext-fileinfo": "*", "ext-curl": "*", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*" }, "require-dev": { "fakerphp/faker": "^1.14" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "autoload": { "psr-4": { "dFramework\\": "system/" } }, "scripts": { "post-create-project-cmd": [ "@php dbot initialize" ], "post-update-cmd": [ "dFramework\\core\\support\\ComposerScripts::postUpdate" ] }, "support": { "forum": "http://dframework.totalh.net/web/forum", "source": "https://github.com/Dimtrov/dFramework" } }