zendframework / zend-router

Standalone routing implementation for HTTP and console requests
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Enhancement: Validate composer on Travis #10

Closed localheinz closed 8 years ago

localheinz commented 8 years ago

This PR

💁 Running

$ composer validate

locally yields

./composer.json is valid
The lock file is not up to date with the latest changes in composer.json, it is recommended that you run `composer update`.
weierophinney commented 8 years ago

Thanks, @localheinz !