Skip to content

Commit 6dea3f2

Browse files
author
abluchet
committed
Constraint phpstan version to 0.10.1
1 parent 8f70ce3 commit 6dea3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- *update-project-dependencies
111111
- run:
112112
name: Install PHPStan
113-
command: composer global require phpstan/phpstan:^0.10
113+
command: composer global require phpstan/phpstan:0.10.1
114114
- *save-composer-cache-by-revision
115115
- *save-composer-cache-by-branch
116116
- run:

0 commit comments

Comments
 (0)