diff options
| author | Camil Staps | 2021-04-13 08:43:40 +0200 | 
|---|---|---|
| committer | Camil Staps | 2021-04-13 08:43:40 +0200 | 
| commit | b4280e19618ed02808431e5ce24ac5f88970c7f2 (patch) | |
| tree | add345318a638b5dfdf05f0eca33438b8686a025 | |
| parent | Use Laravel mix to compile assets (diff) | |
Update to Laravel 5.4
| -rw-r--r-- | composer.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/composer.json b/composer.json index 5e457ad..5a3b437 100644 --- a/composer.json +++ b/composer.json @@ -6,13 +6,13 @@      "type": "project",      "require": {          "php": ">=5.6.4", -        "laravel/framework": "5.3.*", +        "laravel/framework": "5.4.*",          "doctrine/dbal": "^2.5"      },      "require-dev": {          "fzaninotto/faker": "~1.4",          "mockery/mockery": "0.9.*", -        "phpunit/phpunit": "~5.0" +        "phpunit/phpunit": "~5.7"      },      "autoload": {          "classmap": [ | 
