Soapbox / laravel-formatter

A Formatter Class for Laravel 4 based on FuelPHP's Formatter Class
249 stars 95 forks source link

Laravel 5.6 support #46

Closed Ancyker closed 6 years ago

Ancyker commented 6 years ago

Refuses to install on Laravel 5.6

Using version ^3.0 for soapbox/laravel-formatter
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for soapbox/laravel-formatter ^3.0 -> satisfiable by soapbox/laravel-formatter[3.0].
    - Conclusion: remove laravel/framework v5.6.16
    - Conclusion: don't install laravel/framework v5.6.16
    - soapbox/laravel-formatter 3.0 requires illuminate/support 5.5.x -> satisfiable by illuminate/support[5.5.x-dev, v5.5.0, v5.5.16, v5.5.17, v5.5.2, v5.5.28, v5.5.33, v5.5.34, v5.5.35, v5.5.36, v5.5.37, v5.5.39, v5.5.40].
    - illuminate/support 5.5.x-dev conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.0 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.16 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.17 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.2 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.28 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.35 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.36 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.37 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.39 conflicts with laravel/framework[v5.6.16].
    - illuminate/support v5.5.40 conflicts with laravel/framework[v5.6.16].
    - don't install illuminate/support v5.5.33|don't install laravel/framework v5.6.16
    - don't install illuminate/support v5.5.34|don't install laravel/framework v5.6.16
    - Installation request for laravel/framework (locked at v5.6.16, required as 5.6.*) -> satisfiable by laravel/framework[v5.6.16].
programmo commented 6 years ago

Any Solution ? Same problem...

tarreislam commented 6 years ago

Just use https://packagist.org/packages/spatie/array-to-xml instead. Its not dependent of Laravel.

cosmicvibes commented 6 years ago

3.1 has been released here with 5.6 support but has not been published to packagist. @grahammccarthy or @Jaspaul - any chance of pushing that out?

Jaspaul commented 6 years ago

My apologies for taking so long to getting around to this. We weren't able to get the versions showing up in packagist, and https://github.com/SoapBox/laravel-formatter/pull/47 managed to fix that issue. It's merged in now and I see the release (3.1.1) on https://packagist.org/packages/soapbox/laravel-formatter

I'm going to close this since it should be resolved.