Flex: PHP 7.1 support

Created on 13 Jun 2017  路  2Comments  路  Source: symfony/flex

Was excited to give flex a try until....

hbazzi$ composer create-project "symfony/skeleton:^3.3" links


  [InvalidArgumentException]                                                                                        
  Could not find package symfony/skeleton with version ^3.3 in a version installable using your PHP version 7.1.2.  

Any news on when this will be available?

Most helpful comment

Use a newer version of php

$ php -v
PHP 7.1.8-2+ubuntu16.04.1+deb.sury.org+4 (cli) (built: Aug  4 2017 13:04:12) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.1.8-2+ubuntu16.04.1+deb.sury.org+4, Copyright (c) 1999-2017, by Zend Technologies

All 2 comments

i have the same problem... how could you fix that?

Use a newer version of php

$ php -v
PHP 7.1.8-2+ubuntu16.04.1+deb.sury.org+4 (cli) (built: Aug  4 2017 13:04:12) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
    with Zend OPcache v7.1.8-2+ubuntu16.04.1+deb.sury.org+4, Copyright (c) 1999-2017, by Zend Technologies

Was this page helpful?
0 / 5 - 0 ratings

Related issues

javiereguiluz picture javiereguiluz  路  4Comments

javiereguiluz picture javiereguiluz  路  6Comments

javiereguiluz picture javiereguiluz  路  6Comments

marcw picture marcw  路  4Comments

dmitriyoboldin picture dmitriyoboldin  路  6Comments