oxid_patches/README.md

22 lines
597 B
Markdown
Raw Permalink Normal View History

2021-04-29 16:23:45 +02:00
# oxid_patches
2021-05-01 21:41:40 +02:00
permission error while deleting the generated unified namespace helper in vagrant shared folder when running unit tests
2021-04-29 16:44:47 +02:00
# first add this to your main composer file
composer require cweagans/composer-patches
# add this to your main composer file
2021-04-29 16:49:26 +02:00
"extra": {
"patches": {
2021-05-01 21:41:40 +02:00
"oxid-esales/testing-library": {
"unifiled issues in vagrant":
"https://git.d3data.de/D3Public/oxid_patches/raw/branch/unifiedIssuesInVagrant/unifiedIssuesInVagrant.patch"
2021-04-29 16:49:26 +02:00
}
},
"enable-patching": true
},
2021-04-29 16:44:47 +02:00
# run this command
composer install
Enjoy!