There was an error while loading. Please reload this page.
1 parent 5a81780 commit 834026dCopy full SHA for 834026d
1 file changed
composer.json
@@ -36,6 +36,9 @@
36
"phpstan/phpstan-strict-rules": "^2.0",
37
"phpstan/extension-installer": "^1.4"
38
},
39
+ "bin": [
40
+ "bin/typephp"
41
+ ],
42
"autoload": {
43
"psr-4": {
44
"TypePHP\\": "src/"
@@ -53,9 +56,15 @@
53
56
]
54
57
55
58
"scripts": {
- "format": ["./vendor/bin/pint"],
- "test": ["./vendor/bin/pest --colors"],
- "analyse": ["./vendor/bin/phpstan analyse"]
59
+ "format": [
60
+ "./vendor/bin/pint"
61
62
+ "test": [
63
+ "./vendor/bin/pest --colors"
64
65
+ "analyse": [
66
+ "./vendor/bin/phpstan analyse"
67
+ ]
68
69
"minimum-stability": "dev",
70
"prefer-stable": true,
0 commit comments