FriendsOfPHP / Goutte

Goutte, a simple PHP Web Scraper
MIT License
9.26k stars 1.01k forks source link

Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) #337

Closed prakhargvp closed 6 years ago

prakhargvp commented 6 years ago

Using Goutte in Laravel but its not working...

screenshot from 2018-02-10 17-25-14 screenshot from 2018-02-10 17-26-55

fabpot commented 6 years ago

It means you are using a version of Goutte that only supports PHP 7+. Please, use an older version.

CodeBrauer commented 6 years ago

@fabpot This should be mentioned/changed in the readme -> Symfony now requires PHP 7.1.3 or higher now.

stof commented 6 years ago

Composer already handles PHP requirements when selecting packages. Are you installing Goutte using another way ?

CodeBrauer commented 6 years ago

My fault:

My CLI uses another php version then my apache does. Didn't notice it was changed.