Skip to content

Commit c2c461c

Browse files
- Setting minimal version for vfsStream since the lowest 1.6 version seems incomaptible with php8
- Added .gitkeep in .cache folder so the folder is comitted and doesn't have to be created in ci
1 parent 4d1519a commit c2c461c

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

.cache/.gitkeep

Whitespace-only changes.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.logs/*
33
/test/.phpunit.result.cache
44

5-
65
# Created by https://www.toptal.com/developers/gitignore/api/composer,phpstorm
76
# Edit at https://www.toptal.com/developers/gitignore?templates=composer,phpstorm
87

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
1919
"phpcompatibility/php-compatibility": "^9.0",
2020
"squizlabs/php_codesniffer": "^3.5",
21-
"mikey179/vfsstream": "^1.6"
21+
"mikey179/vfsstream": "^1.6.8"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)