Closed (fixed)
Project:
Composer
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2012 at 20:42 UTC
Updated:
7 May 2013 at 13:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachMaybe something like this?
Probably should output a notice too.
Comment #2
robloachJust ran into this on an old environment :-) .
Comment #3
robloachComment #5
kostajh commentedI'm not sure this is fixed. Drush Composer crashes Drush when running PHP 5.2.9.
Comment #6
robloachWhat error are you running into? Have you updated Drush Composer lately?
Comment #7
kostajh commentedHere are the steps to reproduce (on a system running PHP 5.2.9):
drush dl composer-8.x-1.x-devdrush statusLine 89 is
$application = new Composer\Console\Application();Comment #8
robloachSomething like this?
Comment #9
kostajh commentedThat works for me, I now see
Composer requires at least PHP 5.3.2 in order to run properly. You are currently on PHP 5.2.9.. Thanks!Comment #10
robloachThanks!