Skip to content

Commit d8c3993

Browse files
Updated project information in composer.json.
1 parent 6575ccf commit d8c3993

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "scaleupstack/assert",
3-
"description": "A wrapper of webmozart/assert that allows to define a project-specific exception class.",
3+
"description": "A tiny wrapper around webmozart/assert that is easily extendable to throw project-specific assertions.",
44
"type": "library",
5+
"keywords": [
6+
"assert",
7+
"assertion",
8+
"check",
9+
"validation"
10+
],
511
"autoload": {
612
"psr-4": {
713
"ScaleUpStack\\Assert\\": "src/"

0 commit comments

Comments
 (0)