aerni / laravel-sync

A git-like artisan command to easily sync files and folders between environments.
MIT License
65 stars 3 forks source link

Add Laravel 9 support? #1

Closed mikemartin closed 2 years ago

mikemartin commented 2 years ago

Getting this error on a Laravel 9 installation:

aerni/sync v1.2.0 requires illuminate/support ^7.0 || ^8.0 -> found illuminate/support[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.
aerni commented 2 years ago

That's because the addon is not yet compatible with Laravel 9. Will try releasing an update soon.

aerni commented 2 years ago

Just released v1.3.0 that is compatible with Laravel 9.