Closed
Description
Including this line in composer.json causes PHPStorm to lock certain settings like setting your PHP language level.
When I removed "php": ">=5.6",
and ran composer update --lock
, I could then set my language level in PHPStorm, pictured below.
I think this might be a bug related to Composer/PHPStorm, but it is not a simple thing for others to find, particularly when they are configuring aspects of PHPStorm for development.