Closed Dylan-DPC-zz closed 6 years ago
Laravel doesn't follow semver. So having ^5.x or >=5.x will mean that composer will install a future version even though that version breaks the package.
^5.x
>=5.x
Laravel doesn't follow semver. So having
^5.x
or>=5.x
will mean that composer will install a future version even though that version breaks the package.