Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Commit

Permalink
Composer.json updated for Laravel 5.8 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Coen Zimmerman committed Mar 17, 2019
1 parent 16695e0 commit 76b0b43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -11,16 +11,16 @@
"homepage": "https://github.com/czim",
"require": {
"php": ">=7.1.3",
"laravel/framework": "5.6.*|5.7.*|5.8.*",
"laravel/framework": "5.8.*",
"myclabs/php-enum": "^1.4",
"czim/laravel-dataobject": "~2.0",
"league/fractal": ">=0.13"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "~3.8",
"orchestra/database": "~3.8",
"orchestra/testbench": "~3.8.0",
"orchestra/database": "~3.8.0",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 76b0b43

Please sign in to comment.