PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change: (chore) updates composer urls
(chore) cleans up project structure and removes symbolic links usage
Date: 27 days ago
Size: 1,037 bytes
 

Contents

Class file image Download
{ "name": "servo/fluidxml", "version": "2.0.0", "description": "Concise and fluent XML manipulation library", "type": "library", "keywords": ["xml", "document", "templating"], "homepage": "https://github.com/downforcetech/fluidxml.php", "license": "BSD-2-Clause", "authors": [ { "name": "Daniele Orlando", "email": "fluidxml@danieleorlando.io", "homepage": "https://github.com/downforcetech/fluidxml.php", "role": "Developer" } ], "config": { "vendor-dir": "./sandbox/composer/" }, "autoload": { "files": ["./source/FluidXml/fluid.php"], "psr-4": { "FluidXml\\": "./source/FluidXml/" } }, "require": { "php": ">=8.1", "ext-dom": "*", "ext-simplexml": "*" }, "require-dev": { "peridot-php/peridot": "1", "peridot-php/peridot-code-coverage-reporters": "1", "apigen/apigen": "4", "rector/rector": "0.18" } }