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

Commit

Permalink
Add compatibility with laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Mosunov committed Mar 18, 2019
1 parent c7b84f6 commit 7cac8e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes History

1.3.0
-----
- Remove direct dependency from dingo/api
- Update dependent version of laravel-repositories library
- Added compatibility with laravel 5.8

1.2.3
-----
- Changed resolving entity service dependencies to use provided parameters when it builds instead Binding container resolver
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
],
"require": {
"php": ">=7.1",
"dingo/api": "2.0.*@beta",
"illuminate/support": "5.*",
"saritasa/laravel-repositories": "^3.1"
"saritasa/laravel-repositories": "^3.3"
},
"require-dev": {
"mockery/mockery": "^1.1",
Expand Down

0 comments on commit 7cac8e0

Please sign in to comment.