This repository was archived by the owner on Aug 27, 2024. It is now read-only.
File tree 4 files changed +9
-3
lines changed
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
php :
8
8
- 7.1
9
9
- 7.2
10
+ - 7.3
11
+ - 7.4
10
12
11
13
install :
12
14
- composer install --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 1
1
# Changes History
2
2
3
+ 1.4.0
4
+ -----
5
+ - Declare compatibility with Laravel 6
6
+
3
7
1.3.0
4
8
-----
5
9
- Remove direct dependency from dingo/api
Original file line number Diff line number Diff line change 8
8
## Library for fast build laravel based application with simple CRUD operations.
9
9
As Repositories layer uses [ laravel-repositories] ( https://github.com/Saritasa/php-laravel-repositories ) library.
10
10
11
- ## Laravel 5.5
11
+ ## Laravel 5.5/6.0
12
12
Install the ``` saritasa/laravel-entity-services ``` package:
13
13
14
14
```
Original file line number Diff line number Diff line change 12
12
],
13
13
"require" : {
14
14
"php" : " >=7.1" ,
15
- "illuminate/support" : " 5.*" ,
15
+ "illuminate/support" : " 5.*|6.0 " ,
16
16
"saritasa/laravel-repositories" : " ^3.3"
17
17
},
18
18
"require-dev" : {
19
19
"mockery/mockery" : " ^1.1" ,
20
20
"phpunit/phpunit" : " ^7.5" ,
21
- "squizlabs/php_codesniffer" : " ^3.0 "
21
+ "squizlabs/php_codesniffer" : " ^3.5 "
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments