rector/vendor/webmozart/assert/composer.json
Tomas Votruba 7241528ca6 Updated Rector to commit 886aad92f97dea6491374e7707913a7ad3f58a54
886aad92f9 [Php81] Skip ReadOnlyPropertyRector on Stmt is not inline with __construct (#1846)
2022-02-21 03:49:57 +00:00

43 lines
1.0 KiB
JSON

{
"name": "webmozart\/assert",
"description": "Assertions to validate method input\/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"license": "MIT",
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"require": {
"php": "^7.2 || ^8.0",
"symfony\/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan\/phpstan": "<0.12.20",
"vimeo\/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit\/phpunit": "^8.5.13"
},
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"RectorPrefix20220221\\Webmozart\\Assert\\": "src\/"
}
},
"autoload-dev": {
"psr-4": {
"RectorPrefix20220221\\Webmozart\\Assert\\Tests\\": "tests\/",
"RectorPrefix20220221\\Webmozart\\Assert\\Bin\\": "bin\/src"
}
}
}