spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
191 stars 20 forks source link

Version conflicts in skeleton #32

Closed mark-ambrazhevich-spiral closed 4 years ago

mark-ambrazhevich-spiral commented 4 years ago

In skeleton v1.1.3, there is "phpunit/phpunit": "^9.0" which requires php 7.3 which is conflict with "php": ">=7.2" requirement. So it is impossible to create app fom skeleton in php 7.2.

SerafimArts commented 4 years ago

Yes, it's a skeleton bug.

To solve this problem now, use one of the command options below:

SerafimArts commented 4 years ago

Fixed in patch version 1.1.4. https://github.com/spiral/app/releases/tag/v1.1.4

@mark-ambrazhevich-spiral thank you for the feedback!