Skip to content

Commit

Permalink
Merge pull request #15 from higidi/add_missing_dependency
Browse files Browse the repository at this point in the history
Add missing dependency
  • Loading branch information
simonhard authored Aug 25, 2021
2 parents 078a0d9 + 2b79a59 commit fa22760
Show file tree
Hide file tree
Showing 28 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.gitattributes export-ignore
.gitignore export-ignore
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@
"php-vcr/php-vcr": "^1.2",
"symfony/config": "^2.6|^3|^4",
"symfony/dependency-injection": "^2.6|^3|^4",
"symfony/filesystem": "^2.6|^3|^4",
"symfony/event-dispatcher": "^2.6|^3|^4",
"symfony/http-foundation": "^2.6|^3|^4",
"symfony/http-kernel": "^2.6|^3|^4",
"symfony/yaml": "^2.6|^3|^4"
},
"autoload": {
"psr-4": {
"VCR\\VCRBundle\\": ""
"VCR\\VCRBundle\\": "src/"
}
}
}
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fa22760

Please sign in to comment.