- Compatible XF 2.x versions
- 2.1
When using the composer package manager. There are such cases when you need to load some kind of library and there is such an unpleasant fact that some of the libraries that you pull with your package are used in the engine. The batch manager composer allows you to exclude these libraries.
The replace directive will come to the replace...
The replace directive will come to the replace...
You do not have permission to view the full content of this resource.
Log in or register now.
- Related resources
Using Composer Packages in XenForo 2.1+ Addons Tutorial
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. XenForo v2 uses Composer behind the scenes to include certain packages used by...xenforo.com