Skip to content

Commit

Permalink
Update to Laravel 5.6
Browse files Browse the repository at this point in the history
The [upgrade guide] (https://laravel.com/docs/5.6/upgrade) for Laravel 5.6 doesn't seem to introduce any breaking changes.
  • Loading branch information
EmadAdly authored Feb 17, 2018
1 parent 89e116e commit 99bfd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

},
"require-dev": {
"phpunit/phpunit": "5.5.*",
"phpunit/phpunit": "5.5.*|7.0.*",
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"squizlabs/php_codesniffer": "^2.3"
},
Expand Down

0 comments on commit 99bfd8c

Please sign in to comment.