PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of DeGraciaMathieu   Freeze My PHP Scalar Types   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Freeze My PHP Scalar Types
Implements scalar type values that work in PHP 5
Author: By
Last change:
Date: 5 years ago
Size: 630 bytes
 

Contents

Class file image Download
{ "name": "degraciamathieu/freezemyscalar", "description": "", "homepage": "https://github.com/degraciamathieu/FreezeMyScalar", "license": "MIT", "keywords": [ "scalar" ], "authors": [ { "name": "De Gracia Mathieu", "email": "contact@degracia-mathieu.fr" } ], "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^5.7", "mockery/mockery": "^0.9.9" }, "autoload": { "psr-4": { "DeGraciaMathieu\\FreezeMyScalar\\": "src/" } }, "autoload-dev": { "psr-4": { "DeGraciaMathieu\\FreezeMyScalar\\Tests\\": "tests/" } } }