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