We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c257f commit 2b50b7eCopy full SHA for 2b50b7e
CHANGELOG.md
@@ -1,2 +1,5 @@
1
+# 1.0.1
2
+Updated the version constraint of phpstan
3
+
4
# 1.0.0
5
Initial Release
composer.json
@@ -4,7 +4,7 @@
"type": "library",
"require": {
6
"php": "^7.1 || ^8.0",
7
- "phpstan/phpstan": "^0.12.99",
+ "phpstan/phpstan": "^0.12.99 || ^1.4.8",
8
"nikic/php-parser": "^4.13"
9
},
10
"license": "MIT",
0 commit comments