golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/webmozart/assert
⬆️ Go Up
Upload
File/Folder
Size
Actions
LICENSE
1.06 KB
Del
OK
README.md
15.7 KB
Del
OK
composer.json
1023 B
Del
OK
src
-
Del
OK
Edit: composer.json
{ "name": "webmozart\/assert", "description": "Assertions to validate method input\/output with nice error messages.", "license": "MIT", "keywords": [ "assert", "check", "validate" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "require": { "php": "^7.2 || ^8.0", "ext-ctype": "*" }, "require-dev": { "phpunit\/phpunit": "^8.5.13" }, "conflict": { "phpstan\/phpstan": "<0.12.20", "vimeo\/psalm": "<4.6.1 || 4.6.2" }, "autoload": { "psr-4": { "RectorPrefix202411\\Webmozart\\Assert\\": "src\/" } }, "autoload-dev": { "psr-4": { "RectorPrefix202411\\Webmozart\\Assert\\Tests\\": "tests\/", "RectorPrefix202411\\Webmozart\\Assert\\Bin\\": "bin\/src" } }, "extra": { "branch-alias": { "dev-master": "1.10-dev" } } }
Save