Page MenuHomeWickedGov Phorge

composer.json
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

composer.json

{
"name": "tysonandre/var_representation_polyfill",
"description": "Polyfill for var_representation: convert a variable to a string in a way that fixes the shortcomings of var_export",
"keywords": [
"var_export",
"var_representation"
],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Tyson Andre"
}
],
"config": {
"sort-packages": true,
"platform": {
"php": "7.2.24"
}
},
"require": {
"php": "^7.2.0|^8.0.0",
"ext-tokenizer": "*"
},
"require-dev": {
"phan/phan": "^5.4.1",
"phpunit/phpunit": "^8.5.0"
},
"provide": {
"ext-var_representation": "*"
},
"suggest": {
"ext-var_representation": "For best performance"
},
"autoload": {
"psr-4": {
"VarRepresentation\\": "src/VarRepresentation"
},
"files": [
"src/var_representation.php"
]
},
"autoload-dev": {
"psr-4": {
"VarRepresentation\\Tests\\": "tests/"
}
},
"extra": {
"branch-alias": {
"dev-main": "0.1.3-dev"
}
}
}

File Metadata

Mime Type
application/json
Expires
Tue, Aug 18, 21:03 (1 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/86/e105fd6c80296fac334124177d7d
Default Alt Text
composer.json (1 KB)

Event Timeline