Skip to content

Commit 96aacbd

Browse files
authored
Merge pull request #2124 from soyuka/fix-phpstan
Fix [email protected] issues
2 parents 8f70ce3 + 6dea3f2 commit 96aacbd

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)