Skip to content

Commit a3a2d94

Browse files
committed
Add test and print scripts to composer.json
Introduced 'test' and 'print' scripts for running PHPUnit and Pint with PSR-12 preset, respectively, to streamline testing and code formatting.
1 parent f7ef3cc commit a3a2d94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,9 @@
3131
]
3232
}
3333
},
34+
"scripts": {
35+
"test": "vendor/bin/phpunit",
36+
"print": "vendor/bin/pint --preset psr12"
37+
},
3438
"minimum-stability": "stable"
3539
}

0 commit comments

Comments
 (0)