Exemple #1
0
 /**
  * @return array
  */
 public function toArray()
 {
     return ['major' => $this->major, 'minor' => $this->minor, 'patch' => $this->patch, 'preRelease' => $this->preRelease->toArray(), 'build' => $this->build->toArray()];
 }