- Joined
- May 25, 2019
- Messages
- 1,386
- Points
- 523
Reputation:
DareDevil submitted a new resource:
All dependencies that are used in XenForo - dependencies that are used in XenForo
Read more about this resource...
All dependencies that are used in XenForo - dependencies that are used in XenForo
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...