Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 49162ec

Browse files
Added missing composer scripts
1 parent 35e3f65 commit 49162ec

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
],
2020
"post-update-cmd": [
2121
"composer dump-autoload"
22+
],
23+
"test": [
24+
"phpunit"
25+
],
26+
"phpcs": [
27+
"phpcs -s -p"
28+
],
29+
"phpcs-pre-commit": [
30+
"phpcs -s -p -n"
31+
],
32+
"phpcbf": [
33+
"phpcbf -p"
2234
]
2335
},
2436
"autoload": {

0 commit comments

Comments
 (0)