Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

use filp/whoops ^2.0 #67

Merged
merged 1 commit into from
Jan 21, 2016
Merged

Conversation

samsonasik
Copy link

composer update after composer create project got filp/whoops == 2.0.0 not found, fill with ^2.0 should make it works.

composer update after composer create project got filp/whoops == 2.0.0 not found, fill with ^2.0 should make it works.
@weierophinney weierophinney added this to the 1.0.0rc8 milestone Jan 21, 2016
@weierophinney weierophinney self-assigned this Jan 21, 2016
@weierophinney
Copy link
Member

Actually, this won't work.

filp/whoops 2.0 requires a minimum PHP version of 5.5.9; we've specified ^5.5, which means if you're on an earlier version, specifying ^2.0 means it cannot be installed.

Additionally, the version in composer.json is only for testing the installer scripts themselves; the installer lets composer autoselect the version, which works fine as 1.1 and 2.0 are compatible for the use cases we have in Expressive.

I'll merge, but I'm going to change it to ^1.1 || ^2.0.

@weierophinney weierophinney merged commit afceccf into zendframework:master Jan 21, 2016
weierophinney added a commit that referenced this pull request Jan 21, 2016
weierophinney added a commit that referenced this pull request Jan 21, 2016
weierophinney added a commit that referenced this pull request Jan 21, 2016
weierophinney added a commit that referenced this pull request Jan 21, 2016
@samsonasik samsonasik deleted the patch-2 branch January 21, 2016 15:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants