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

Commit 2c2f062

Browse files
authored
Merge pull request #6 from pactode/master
Add support for Laravel 5.8
2 parents 5552cf3 + ddceb87 commit 2c2f062

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

.styleci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
preset: laravel
2+
3+
disabled:
4+
- single_class_element_per_statement

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `laravel-manageable` will be documented in this file
44

5+
## 1.2.0 - 2019-03-06
6+
- Added support for Laravel 5.8
7+
8+
## 1.1.0 - 2018-09-27
9+
- Added support for Laravel 5.7
10+
511
## 1.0.2 - 2018-01-29
612

713
- Allow to customize foreign key `id` on `users` table from macro.

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"require": {
1414
"php": "^7.1",
15-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
16-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
15+
"illuminate/database": "~5.5.43|~5.6.0|~5.7.0|~5.8.0",
16+
"illuminate/support": "~5.5.43|~5.6.0|~5.7.0|~5.8.0"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^6.1|^7.0",
20-
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0"
19+
"phpunit/phpunit": "^6.1|^7.0|^8.0",
20+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)