Symfony2 has a country list via
$allCountries = Intl::getRegionBundle()->getCountryNames();
The problem I am facing is that it only has "United Kingdom" via the "UK" iso key. What it does not contain are England, Wales and Scotland.
How would I add them?