Skip to content

Commit

Permalink
update dependencies for Laravel 5.6 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesschobel authored Feb 6, 2018
1 parent 27ea220 commit e7d6e7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# CHANGELOG

## v2.3.*
This is `apiato/core` that works with `laravel 5.6`

### Added

### Fixed

### Changed
- Updated Dependencies in `composer.json` file to the latest versions

### Removed

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"apiato/containers-installer" : "1.0.*",
"guzzlehttp/guzzle": "^6.3",
"prettus/l5-repository": "^2.6",
"barryvdh/laravel-cors": "0.9.*",
"spatie/laravel-fractal": "5.0.*",
"barryvdh/laravel-cors": "^0.11",
"spatie/laravel-fractal": "5.3.*",
"vinkla/hashids": "^3.2",
"optimus/heimdal" : "~1.5",
"dto/dto" : "^3.2"
Expand Down

0 comments on commit e7d6e7d

Please sign in to comment.