PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Boss Ibrahim Mussa   Options Resolver   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Options Resolver
Configure objects with option arrays
Author: By
Last change:
Date: 1 year ago
Size: 923 bytes
 

Contents

Class file image Download
{ "name": "wepesi/optionsresolver", "description": "The OptionsResolver component helps you configure objects with option arrays. It supports default values, option constraints and lazy options.", "type": "library", "license": "Apache-2.0", "autoload": { "psr-4": { "Wepesi\\Resolver\\": "src/" } }, "support": { "email": "ibmussfb@gmail.com", "issues": "https://github.com/bim-g/OptionsResolver/issues", "forum": "https://github.com/bim-g/OptionsResolver", "wiki": "https://github.com/bim-g/OptionsResolver", "docs": "https://github.com/bim-g/OptionsResolver", "source": "https://github.com/bim-g/OptionsResolver" }, "authors": [ { "name": "bim-g", "email": "ibmussafb@gmail.com" } ], "minimum-stability": "dev", "require": { "php" : ">=7.4" } }