dimitriBouteille / wp-orm

WordPress ORM with Eloquent, an object-relational mapper that makes it enjoyable to interact with your database.
https://packagist.org/packages/dbout/wp-orm
MIT License
59 stars 4 forks source link

[BUG] Hard dependencies #49

Closed axi closed 5 months ago

axi commented 6 months ago

In the require-dev in composer.json, should'nt

                "phpunit/phpunit": "9.6.17",
                "rector/rector": "1.0.2",
                "roots/wordpress": "6.4.3",

be

                "phpunit/phpunit": "^9.6",
                "rector/rector": "^1.0",
                "roots/wordpress": "^6.4",

?

dimitriBouteille commented 6 months ago

Hi @axi

It is indeed a mistake, I look to fix this bug as quickly as possible, you will be informed when it is done.

axi commented 6 months ago

No worries, and no hurry on my side