public functionrequireWasCalled() {
// In order to differentiate between post-package events called after// 'composer require' vs. the same events called at other times, we will// only install our handler when a 'require' event is detected.$this->postPackageListeners[] = $this->manageAllowedPackages;
}