Closed RadoslavAngelov closed 6 years ago
The package requires 5.6 in the main branches. You will have to require 0.0.3
to make it work with 5.5.
Is there an option for 5.4?
I have tried to require all versions till 0.0.1 but I get the following errors:
composer require rinvex/attributes:0.0.3
` Problem 1
composer require rinvex/attributes:0.0.2
` Problem 1
composer require rinvex/attributes:0.0.1
` Problem 1
I think the reason for the issue is that all versions of the package require rinvex/cacheble dev-develop and since the dev-develop version of rinvex/cacheble recently has been changed from 0.0.2 to 0.0.3 and the 0.0.3 version requires illuminate/database 5.6.
Sorry, we don’t maintain old Laravel releases support. Laravel v5.6+ is required.
Also note that you’ve to change your project’s minimum stability to dev since this package still not tagged as stable yet.
Hello, the following issue. My Laravel version is 5.5.36. When I try to require the package the output is:
Problem 1
I have tried two require the dev-develop version but there is no change. Is the package available for this version of Laravel?