Closed developer-itsapp2you closed 3 months ago
Hi @developer-itsapp2you Thanks for reaching out.
Depending on your project structure, you could consider setting the include path and importing composer's autoload file e.g.
set_include_path(__DIR__);
require '../vendor/autoload.php';
Please let me know if this works.
Also, we'd recommend taking a dependency on microsoft-graph
directly so that you always get the latest compatible version of microsoft-graph-core
transitively
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.