Gets the runtime (i.e., non-dev) packages.
string[] An array of packages where the keys are package names in the form `vendor/name` and the values are version constraints. Packages without a version constraint will default to `*`.
public function getRuntimePackages() : array { return $this->getKeyedPackages($this->runtimePackages); }