PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   Typed Arrays   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Typed Arrays
Implement arrays of values of only one type
Author: By
Last change:
Date: 9 days ago
Size: 710 bytes
 

Contents

Class file image Download
{ "name": "paragonie/typed-arrays", "description": "Strictly typed scalar arrays for PHP 8.3 and newer", "keywords": [ "typed arrays", "strict typing", "scalar types" ], "license": "ISC", "authors": [ { "name": "Paragon Initiative Enterprises, LLC", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "autoload": { "psr-4": { "ParagonIE\\TypedArrays\\": "src" }, "files": ["global/autoloader.php"] }, "autoload-dev": { "psr-4": { "ParagonIE\\TypedArrays\\Tests\\": "tests" } }, "require": { "php": "^8.3" }, "require-dev": { "phpunit/phpunit": "^9", "vimeo/psalm": "^4" } }