PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Andrew Male   Config Migration   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Config Migration
Migrate configuration files between versions
Author: By
Last change:
Date: 1 month ago
Size: 643 bytes
 

Contents

Class file image Download
{ "name": "andym84/config", "type": "library", "description": "Configuration Management", "keywords": ["config", "configuration", "automation"], "version": "1.4.0", "homepage": "https://github.com/AndyM84/config-migration", "license": "MIT", "authors": [ { "name": "Andrew Male", "homepage": "https://andymale.com/", "role": "Developer" } ], "autoload": { "psr-0": { "AndyM84\\Config\\": "./Config" }, "psr-4": { "AndyM84\\Config\\": "./Config" }, "exclude-from-classmap": ["/Tests/"] }, "require": { "php": ">=8.3" }, "require-dev": { "phpunit/phpunit": "^9" } }