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

Commit 7cac8e0

Browse files
author
Eugene Mosunov
committed
Add compatibility with laravel 5.8
1 parent c7b84f6 commit 7cac8e0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Diff for: CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes History
22

3+
1.3.0
4+
-----
5+
- Remove direct dependency from dingo/api
6+
- Update dependent version of laravel-repositories library
7+
- Added compatibility with laravel 5.8
8+
39
1.2.3
410
-----
511
- Changed resolving entity service dependencies to use provided parameters when it builds instead Binding container resolver

Diff for: composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
1212
],
1313
"require": {
1414
"php": ">=7.1",
15-
"dingo/api": "2.0.*@beta",
1615
"illuminate/support": "5.*",
17-
"saritasa/laravel-repositories": "^3.1"
16+
"saritasa/laravel-repositories": "^3.3"
1817
},
1918
"require-dev": {
2019
"mockery/mockery": "^1.1",

0 commit comments

Comments
 (0)