Gets the root package name.
string The package name of the root project
protected function rootPackageName() { $root_package = $this->composer ->getPackage(); return $root_package->getName(); }