PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of jawira   PHP Sanitize Object   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sanitize Object
Process class variables with rules from comments
Author: By
Last change:
Date: 11 months ago
Size: 760 bytes
 

Contents

Class file image Download
{ "name": "jawira/sanitizer", "description": "Sanitize your classes using attributes", "license": [ "MIT" ], "type": "library", "authors": [ { "name": "Jawira Portugal", "email": "dev@tugal.be" } ], "require": { "php": "^8.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.31", "friendsofphp/php-cs-fixer": "^3.20", "jawira/skeleton": "^2.18", "pds/skeleton": "^1.0", "phpunit/phpunit": "^9.6", "vimeo/psalm": "^5.13" }, "autoload": { "psr-4": { "Jawira\\Sanitizer\\": "src/" } }, "config": { "allow-plugins": { "ergebnis/composer-normalize": true }, "platform-check": true, "preferred-install": "dist", "sort-packages": true } }