laravel-file-generator icon indicating copy to clipboard operation
laravel-file-generator copied to clipboard

Consider support for older versions of Laravel

Open smayzes opened this issue 8 years ago • 2 comments

Currently on 5.2, company has no immediate plans to upgrade. Curious if this could be done?

smayzes avatar May 01 '17 22:05 smayzes

I don't think I'm using anything which would prevent you from running it on 5.2

You can try it out and hopefully it should work!

skyronic avatar May 02 '17 05:05 skyronic

our requirements could not be resolved to an installable set of packages.

  Problem 1
    - illuminate/view 5.5.x-dev requires php >=7.0 -> your PHP version (5.6.21) does not satisfy that requirement.
    - Installation request for skyronic/laravel-file-generator ^0.1.6 -> satisfiable by skyronic/laravel-file-generator[v0.1.6].
    - Conclusion: remove laravel/framework v5.2.24
    - Conclusion: don't install laravel/framework v5.2.24
    - skyronic/laravel-file-generator v0.1.6 requires illuminate/view ~5.4 -> satisfiable by illuminate/view[5.4.x-dev, 5.5.x-dev, v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.9].
    - don't install illuminate/view 5.4.x-dev|don't install laravel/framework v5.2.24
    - don't install illuminate/view v5.4.0|don't install laravel/framework v5.2.24
    - don't install illuminate/view v5.4.13|don't install laravel/framework v5.2.24
    - don't install illuminate/view v5.4.17|don't install laravel/framework v5.2.24
    - don't install illuminate/view v5.4.19|don't install laravel/framework v5.2.24
    - don't install illuminate/view v5.4.9|don't install laravel/framework v5.2.24
    - Installation request for laravel/framework 5.2.24 -> satisfiable by laravel/framework[v5.2.24].

According to your composer.json you are requiring that the Laravel version be 5.4 or later. :)

smayzes avatar May 02 '17 23:05 smayzes

Hi. Sorry for the delayed response. I'll only be targeting Laravel 9+ in the future to prevent compatibility issues.

skyronic avatar Nov 21 '22 22:11 skyronic