Require composer autoload only when we don't use the composer schema for the project.
Right now I am using composer for whole project and when I load it via composer require wp2static/wp2static-addon-s3:1.0-alpha-002 I had all dependencies which I need. But my vendor dir doesn't present in plugin folder.
Require composer autoload only when we don't use the composer schema for the project. Right now I am using composer for whole project and when I load it via
composer require wp2static/wp2static-addon-s3:1.0-alpha-002
I had all dependencies which I need. But my vendor dir doesn't present in plugin folder.