Skip to content

Commit fa22760

Browse files
authored
Merge pull request #15 from higidi/add_missing_dependency
Add missing dependency
2 parents 078a0d9 + 2b79a59 commit fa22760

28 files changed

+4
-1
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
"php-vcr/php-vcr": "^1.2",
1414
"symfony/config": "^2.6|^3|^4",
1515
"symfony/dependency-injection": "^2.6|^3|^4",
16+
"symfony/filesystem": "^2.6|^3|^4",
1617
"symfony/event-dispatcher": "^2.6|^3|^4",
1718
"symfony/http-foundation": "^2.6|^3|^4",
1819
"symfony/http-kernel": "^2.6|^3|^4",
1920
"symfony/yaml": "^2.6|^3|^4"
2021
},
2122
"autoload": {
2223
"psr-4": {
23-
"VCR\\VCRBundle\\": ""
24+
"VCR\\VCRBundle\\": "src/"
2425
}
2526
}
2627
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)