Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Improve Laravel 6 compatibility #6

Merged
merged 1 commit into from
Nov 19, 2019

Conversation

dsampaolo
Copy link
Contributor

Laravel 6 uses Semver, which means the minor version (6.X) will change often. illuminate/filesystem is kept up-to-date and uses the same version number as laravel/framework.

This syntax (^6.0) means "at least 6.0, but less than 7.0". It should allow forward compatibility with Laravel 6 for a few months.

Laravel 6 uses Semver, which means the minor version (6.X) will change often.
This syntax (^6.0) means "at least 6.0, but less than 7.0". It should allow forward compatibility with Laravel 6 for a few months.
@pascalbaljet pascalbaljet merged commit ed3db47 into protonemedia:master Nov 19, 2019
@pascalbaljet
Copy link
Contributor

Thanks!

@dsampaolo dsampaolo deleted the dsampaolo-patch-1 branch November 20, 2019 05:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants