We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 866356f commit c9ca4d3Copy full SHA for c9ca4d3
composer.json
@@ -1,8 +1,8 @@
1
{
2
"name": "wearerequired/common-php",
3
- "type": "library",
4
"description": "Common PHP Components for WordPress",
5
"license": "GPL-2.0-or-later",
+ "type": "library",
6
"authors": [
7
8
"name": "required",
@@ -19,17 +19,20 @@
19
"require": {
20
"php": ">=7.4"
21
},
22
- "extra": {
23
- "branch-alias": {
24
- "dev-master": "0.2.x-dev"
25
- }
+ "require-dev": {
+ "szepeviktor/phpstan-wordpress": "^1.0"
26
27
"autoload": {
28
"psr-4": {
29
"Required\\Common\\": "src"
30
}
31
32
- "require-dev": {
33
- "szepeviktor/phpstan-wordpress": "^0.6.5"
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.2.x-dev"
+ }
34
+ },
35
+ "scripts": {
36
+ "analyze": "vendor/bin/phpstan analyze --no-progress"
37
38
0 commit comments