Murshal Akhtar Ansari
Murshal Akhtar Ansari
Command `composer require outhebox/laravel-translations --with-all-dependencies` not working for me ``` ./composer.json has been updated Running composer update outhebox/laravel-translations --with-all-dependencies Loading composer repositories with package information Updating dependencies Your requirements could...
I'm having the same problem. Has anybody found any solution to it yet?
@CAnorbo but that would eliminate the whole purpose of automation. Instead what I did was set " dangerous-clean-slate" to true and it worked. Thought this made deployment extremely slow
@rdizio @driftingly I was having the same issue. Can confirm removing just the **"vendor"** folder from **"exclude"** list fixes the issue Before: ``` { "include": [ "app/**", "bootstrap/**", "config/**", "database/**",...