PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Config File   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Dframe Config File
Load configuration values from scripts with arrays
Author: By
Last change: Resolved #186 Composer update
Resolved #181, PHPUnit update
Date: 2 years ago
Size: 942 bytes
 

Contents

Class file image Download
{ "name": "dframe/config", "description": "Config component Dframe", "keywords": [ "php config", "dframe" ], "homepage": "https://dframeframework.com/en/docs/dframe/master/config/overview", "type": "library", "license": "MIT", "authors": [ { "name": "S?awomir Kaleta", "email": "slaszka@gmail.com" } ], "require": { "php": ">=7.3", "ext-json": "*" }, "minimum-stability": "dev", "prefer-stable": true, "autoload": { "psr-4": { "Dframe\\Config\\": "" } }, "autoload-dev": { "psr-4": { "Dframe\\Config\\Tests\\": "Tests" } }, "require-dev": { "phpunit/phpunit": "^9.5", "mikey179/vfsstream": "^1.6" }, "scripts": { "test": [ "@phpunit" ], "phpunit": "php vendor/bin/phpunit" } }