Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor or patch version increase in Laravel can cause problems. #1

Closed
apolopena opened this issue Jan 27, 2022 · 1 comment · Fixed by #3
Closed

Minor or patch version increase in Laravel can cause problems. #1

apolopena opened this issue Jan 27, 2022 · 1 comment · Fixed by #3

Comments

@apolopena
Copy link
Owner

Since this project is a 'skeleton' in that it is added to gitpod-laravel-starter as an example project it can break if the Laravel version changes. This is beacause Laravel bumps versions of their dev dependencies such as bootstrap on any minor release or patch.
At the time of writing this, the typical Laravel version that gitpod-laravel-starter will use is 8.* which will always give you the latest minor and patch version.

@apolopena
Copy link
Owner Author

Although making this project forward compatible with Laravel 8.* is the best thing to do here, in the interest of time, pinning the dev dependencies here in the skeleton project by adding a package.json is probably what I will do.

apolopena added a commit that referenced this issue Jan 27, 2022
apolopena added a commit that referenced this issue Jan 27, 2022
@apolopena apolopena mentioned this issue Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant