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

Commit

Permalink
Declare compatibility with Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow-en committed Jan 21, 2020
1 parent 7cac8e0 commit 226bf52
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ cache:
php:
- 7.1
- 7.2
- 7.3
- 7.4

install:
- composer install --no-interaction --prefer-dist
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes History

1.4.0
-----
- Declare compatibility with Laravel 6

1.3.0
-----
- Remove direct dependency from dingo/api
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Library for fast build laravel based application with simple CRUD operations.
As Repositories layer uses [laravel-repositories](https://github.com/Saritasa/php-laravel-repositories) library.

## Laravel 5.5
## Laravel 5.5/6.0
Install the ```saritasa/laravel-entity-services``` package:

```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "5.*",
"illuminate/support": "5.*|6.0",
"saritasa/laravel-repositories": "^3.3"
},
"require-dev": {
"mockery/mockery": "^1.1",
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.0"
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4" : {
Expand Down

0 comments on commit 226bf52

Please sign in to comment.