kick submitted a new resource:
All dependencies that are used in XenForo - We get the dependencies and remove them from the load
Read more about this resource...
All dependencies that are used in XenForo - We get the dependencies and remove them from the load
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.
replace
Lists packages that are replaced by this package. This allows you to fork a package, publish it under a different name with its own version...
Read more about this resource...