Skip to content

Commit 1e5954d

Browse files
authored
Merge pull request #9 from php-openapi/8-make-fix-style-stopped-working
Resolve: make fix-style stopped working #8
2 parents 2db7968 + 2498abe commit 1e5954d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,14 @@ with Zend OPcache v7.4.27, Copyright (c), by Zend Technologies
9595
with Xdebug v2.9.6, Copyright (c) 2002-2020, by Derick Rethans
9696
```
9797

98+
If a PHP version is changed as mentioned above, then following operations must be performed:
99+
100+
```
101+
rm -rf vendor
102+
rm -rf composer.lock
103+
composer install
104+
```
105+
98106
Issues and solutions
99107
--------------------
100108

0 commit comments

Comments
 (0)