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

Add "require" packages #11

Closed
szepeviktor opened this issue Aug 18, 2020 · 1 comment
Closed

Add "require" packages #11

szepeviktor opened this issue Aug 18, 2020 · 1 comment
Assignees

Comments

@szepeviktor
Copy link
Member

szepeviktor commented Aug 18, 2020

  • php >= 5.6
  • "suggest"? ext-sodium
  • phpmailer/phpmailer 6.1.6
  • and exclude wp-includes/PHPMailer

Problem: this is only for v5.5.0+

composer require --dev "james-heinrich/getid3:1.9.21"
# Add to bootstrapFiles: vendor/james-heinrich/getid3/getid3/getid3.php
composer require --dev "phpmailer/phpmailer:6.6.0"
composer require --dev "simplepie/simplepie:1.5.8"
composer require --dev "rmccue/requests:1.8.1"
@szepeviktor szepeviktor self-assigned this Aug 18, 2020
@szepeviktor szepeviktor changed the title Add "require" Add "require" packages Nov 29, 2021
@johnbillion
Copy link
Contributor

I don't think any of these should be included. This library provides non-functional stubs of symbols from WordPress core, there should be no connection between the requirements of WordPress itself and the requirements of this library.

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

No branches or pull requests

2 participants