Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getSymfonyVersions PHP Method

getSymfonyVersions() public method

Get required versions of Symfony from bundle Versions History
public getSymfonyVersions ( ) : array | null
return array | null
    public function getSymfonyVersions()
    {
        return empty($this->versionsHistory['symfony']) ? null : $this->versionsHistory['symfony'];
    }