{
"name": "divengine/laze",
"license": "GPL-3.0-or-later",
"description": "Div PHP Laze",
"keywords": [
"lazy evaluation",
"immutable values",
"lazy loading",
"constraints",
"closures",
"constants",
"object-oriented",
"dependency injection",
"lazy initialization"
],
"homepage": "https://divengine.org",
"version": "1.1.1",
"authors": [
{
"name": "Rafa Rodriguez",
"email": "rafageist@divengine.com",
"homepage": "https://rafageist.com",
"role": "Author"
}
],
"require": {
"php": ">=8.0.0"
},
"autoload": {
"psr-4": {
"divengine\\": "src/"
}
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5"
}
}
|