updating dependencies

This commit is contained in:
Jonny Barnes 2019-05-05 10:27:40 +01:00
parent 09af2302fd
commit fd12d9bbf9
4 changed files with 3670 additions and 3958 deletions

View file

@ -1,7 +1,7 @@
{
"name": "jonnybarnes/jonnybarnes.uk",
"type": "project",
"description": "The code for jonnybanres.uk, based on Laravel 5.4",
"description": "The code for jonnybanres.uk, based on Laravel 5.8",
"keywords": [
"framework",
"laravel",
@ -89,6 +89,9 @@
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"test": [
"vendor/bin/phpunit --stop-on-failure"
]
}
}