| Server IP : 74.208.250.37 / Your IP : 216.73.216.233 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/brainwavemx/vendor/jasny/immutable/ |
Upload File : |
{
"name": "jasny/immutable",
"description": "Helper methods for immutable objects",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Arnold Daniels",
"email": "arnold@jasny.net",
"homepage": "http://www.jasny.net"
}
],
"support": {
"issues": "https://github.com/jasny/immutable/issues",
"source": "https://github.com/jasny/immutable"
},
"require": {
"php": ">=7.2.0"
},
"require-dev": {
"jasny/php-code-quality": "^2.5"
},
"autoload": {
"psr-4": {
"Jasny\\Immutable\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Jasny\\Immutable\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"phpstan analyse",
"phpunit --testdox --colors=always",
"phpcs -p src"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "dev",
"prefer-stable": true
}