|
@@ -23,7 +23,6 @@ class RootPackage extends CompletePackage implements RootPackageInterface
|
|
|
protected $preferStable = false;
|
|
|
protected $stabilityFlags = array();
|
|
|
protected $config = array();
|
|
|
- protected $scripts = array();
|
|
|
protected $references = array();
|
|
|
protected $aliases = array();
|
|
|
|
|
@@ -99,24 +98,6 @@ class RootPackage extends CompletePackage implements RootPackageInterface
|
|
|
return $this->config;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * Set the scripts
|
|
|
- *
|
|
|
- * @param array $scripts
|
|
|
- */
|
|
|
- public function setScripts(array $scripts)
|
|
|
- {
|
|
|
- $this->scripts = $scripts;
|
|
|
- }
|
|
|
-
|
|
|
- /**
|
|
|
- * {@inheritDoc}
|
|
|
- */
|
|
|
- public function getScripts()
|
|
|
- {
|
|
|
- return $this->scripts;
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* Set the references
|
|
|
*
|