Skip to content

Commit 2b50b7e

Browse files
committed
Updated the version constraint of phpstan
1 parent b9c257f commit 2b50b7e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# 1.0.1
2+
Updated the version constraint of phpstan
3+
14
# 1.0.0
25
Initial Release

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "library",
55
"require": {
66
"php": "^7.1 || ^8.0",
7-
"phpstan/phpstan": "^0.12.99",
7+
"phpstan/phpstan": "^0.12.99 || ^1.4.8",
88
"nikic/php-parser": "^4.13"
99
},
1010
"license": "MIT",

0 commit comments

Comments
 (0)