Update to Laravel 5.9

This commit is contained in:
Dries Vints 2019-02-26 17:31:37 +01:00
parent f191f6f9c3
commit 573cc157eb
No known key found for this signature in database
GPG Key ID: BDD2ED2E8C8025E7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"require": {
"php": "^7.1.3",
"fideloper/proxy": "^4.0",
"laravel/framework": "5.8.*",
"laravel/framework": "5.9.*",
"laravel/tinker": "^1.0"
},
"require-dev": {