Closed yak0d3 closed 5 years ago
Should be changed to laravel/framework
instead of illuminate/routing
, since we currently require the full framework.
Should be changed to
laravel/framework
instead ofilluminate/routing
, since we currently require the full framework.
Actually it is not necessary to require the whole framework in the CI.
In the package we are currently using illuminate/contracts
, illuminate/support
, illuminate/http
& illuminate/routing
, and the support
, http
& contracts
packages are primary dependencies for the routing
package.
Not according to the composer.json which is what matters for Travis :p
Changes the dependencies in the build process from
illuminate/support
andilluminate/validation
toilluminate/routing