We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6575ccf commit d8c3993Copy full SHA for d8c3993
1 file changed
composer.json
@@ -1,7 +1,13 @@
1
{
2
"name": "scaleupstack/assert",
3
- "description": "A wrapper of webmozart/assert that allows to define a project-specific exception class.",
+ "description": "A tiny wrapper around webmozart/assert that is easily extendable to throw project-specific assertions.",
4
"type": "library",
5
+ "keywords": [
6
+ "assert",
7
+ "assertion",
8
+ "check",
9
+ "validation"
10
+ ],
11
"autoload": {
12
"psr-4": {
13
"ScaleUpStack\\Assert\\": "src/"
0 commit comments