Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exclude_files config option to skip including unneccessary files on each request #5

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

falkenhawk
Copy link

@falkenhawk falkenhawk commented Dec 14, 2017

Paths should be relative to vendor folder.

Example:

"config": {
  "exclude_files": [
    "symfony/polyfill-mbstring/bootstrap.php",
    "symfony/polyfill-php56/bootstrap.php"
  ]
}

falkenhawk and others added 2 commits December 13, 2017 15:40
…ach request. Paths should be relative to vendor folder.

Example:
```
"config": {
  "exclude_files": [
    "symfony/polyfill-mbstring/bootstrap.php",
    "symfony/polyfill-php56/bootstrap.php",
  ]
}
```
@falkenhawk
Copy link
Author

@funkjedi could you maybe make up your mind about this, please? ;)

@hopeseekr
Copy link

hopeseekr commented Jul 9, 2020

If you create a PR for https://github.com/hopeseekr-contribs/composer-include-files, i'll 100% merge it. Via composer: 0.0.0/composer-include-files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants