PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Smoren Freelight   PHP Strong Types   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Strong Types
Scalar types with stronger validation rules
Author: By
Last change:
Date: 1 year ago
Size: 894 bytes
 

Contents

Class file image Download
{ "name": "markrogoyski/strongtype-php", "type": "library", "description": "Strong types for your PHP code", "keywords": ["strong type", "strong", "type", "static type"], "homepage": "https://github.com/markrogoyski/strongtype-php/", "require": { "php": ">=7.4.0" }, "autoload": { "psr-4": { "StrongType\\": "src/" } }, "require-dev": { "phpunit/phpunit": "^9.0", "php-coveralls/php-coveralls": "^2.0", "squizlabs/php_codesniffer": "3.*", "phpstan/phpstan": "*", "phpmd/phpmd": "^2.10", "phploc/phploc": "*", "php-parallel-lint/php-parallel-lint": "^1.3" }, "autoload-dev": { "psr-4": { "StrongType\\Tests\\": "tests/" } }, "authors": [ { "name": "Mark Rogoyski", "role": "Lead developer", "email": "mark@rogoyski.com", "homepage": "https://github.com/markrogoyski" } ], "license": "MIT" }