Dependency
A dependency refers to something that the current source code relies on to function correctly. Dependencies can take many forms, depending on the context: it may be an external component, a PHP feature, resources such as memory or CPU, data or external services.
In the PHP world, dependencies often refers to components, and is related to composer.