salahhusa9 / laravel-updater

Laravel Updater is a simple yet powerful package for updater your Laravel applications. It makes it easy to upgrade your application to the latest version with just one command.
https://salahhusa9.com/laravel-updater
MIT License
175 stars 18 forks source link

Make it work with Laravel 11.9 and symfony/process v7.1.0 in composer.json #49

Closed VisionovaDev closed 3 months ago

VisionovaDev commented 3 months ago

What happened?

When I run composer require salahhusa9/laravel-updater I got this error:

How to reproduce the bug

Install Laravel 11.9.2 and then install the package.

Package Version

2.0.0

PHP Version

8.3.6

Laravel Version

11.9.2

Which operating systems does with happen with?

Linux

Notes

thanks

salahhusa9 commented 3 months ago

are you sure Laravel Version is 11.9.2

VisionovaDev commented 3 months ago

Yes but maybe is another package that has the conflict

Il giorno ven 7 giu 2024 alle ore 17:39 salah eddine bendyab < @.***> ha scritto:

are you sure Laravel Version is 11.9.2

— Reply to this email directly, view it on GitHub https://github.com/salahhusa9/laravel-updater/issues/49#issuecomment-2155087340, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFTFXFUX3VDFZNIPTQHL4NTZGHH3LAVCNFSM6AAAAABIWXRI72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJVGA4DOMZUGA . You are receiving this because you authored the thread.Message ID: @.***>

-- Davide Garzetti

Visionova srl Via Noce 71, 25125 Brescia (BS) tel +39 030.3534179 www.visionova.it

salahhusa9 commented 3 months ago

Try now

VisionovaDev commented 3 months ago

It works. Thank you very much