Skip to content

Commit deed1a0

Browse files
authored
Merge pull request #10 from kuba-end/main
PHPStan update
2 parents 8ebe6fb + 9999302 commit deed1a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "BitBag coding standard",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.3 || ^7.4 || ^8.0",
7+
"php": "^7.4 || ^8.0",
88
"phpstan/extension-installer": "^1.0",
9-
"phpstan/phpstan": "^0.12",
10-
"phpstan/phpstan-doctrine": "^0.12",
11-
"phpstan/phpstan-strict-rules": "^0.12.0",
12-
"phpstan/phpstan-webmozart-assert": "^0.12",
9+
"phpstan/phpstan": "^1.4",
10+
"phpstan/phpstan-doctrine": "^1.0",
11+
"phpstan/phpstan-strict-rules": "^1.0",
12+
"phpstan/phpstan-webmozart-assert": "^1.0",
1313
"symplify/easy-coding-standard": "^9.4",
1414
"friendsofphp/php-cs-fixer": "^3.0",
1515
"slevomat/coding-standard": "^7.0"

0 commit comments

Comments
 (0)