loophp / phptree

An implementation of tree data structure
MIT License
93 stars 4 forks source link

This package requires php ^7.1.3 <7.3.14 but your PHP version (7.3.14) does not satisfy that requirement. #17

Closed Zt-freak closed 3 years ago

Zt-freak commented 3 years ago

Please allow more recent PHP versions to use PHPtree.

Steps required to reproduce the problem

  1. run composer require loophp/phptree

Expected Result

Actual Result

drupol commented 3 years ago

This package requires: "php": ">= 7.1", see the composer.json :-)

Zt-freak commented 3 years ago

wow I'm big dumb my php version in composer.json is "php": "^7.1.3 <7.3.14" I forgot a = it works for "php": "^7.1.3 <=7.3.14"

Samvdg commented 3 years ago

Im with @Zt-freak , while we got 1 step closer because of this, now i had to change PHP versions (i had 7.4) and when i finally did this, now i'm missing SQL drivers for some reason. It's not important or related. Just thought i'd update you on what happened since.

drupol commented 3 years ago

Weird...

I didn't do anything to composer.json since more than a year ago! See: https://github.com/loophp/phptree/blame/master/composer.json#L19

Samvdg commented 3 years ago

haha yeah i'm just doing dumb stuff most definitely, doesn't have anything to do with your project

drupol commented 3 years ago

Ah ok :-)