Skip to content

Commit c6ef822

Browse files
committed
FIX: updated the base project composer
1 parent ba67556 commit c6ef822

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
"php": "^8.0"
105105
},
106106
"require-dev": {
107-
"phpstan/phpstan": "^0.12",
108-
"thecodingmachine/phpstan-strict-rules": "^0.12",
107+
"phpstan/phpstan": "^1.5",
108+
"thecodingmachine/phpstan-strict-rules": "^1.0",
109109
"squizlabs/php_codesniffer": "^3.2",
110110
"phpunit/phpunit": "^9.5"
111111
},
@@ -119,4 +119,4 @@
119119
"dev-master": "0.1-dev"
120120
}
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)