final IPath sourcePath = firstPage.getSourcePath();
final IPath containerPath = firstPage.getContainerPath();
final IPath consolePath = firstPage.getConsolePath();
final String projectName = firstPage.getProjectName();
final PHPVersion phpVersion = firstPage.getPHPVersion();
final SymfonyVersion symfonyVersion = firstPage.getSymfonyVersion();
IRunnableWithProgress op = new IRunnableWithProgress() {
@Override
public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException {
IWorkspace workspace = ResourcesPlugin.getWorkspace();