Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 9b09405

Browse files
authored
Merge pull request #27 from actuallymab/feature/laravel-56
laravel 5.6 support
2 parents e8343ba + d77ea94 commit 9b09405

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: php
22

33
php:
4-
- 7.0
4+
- 7.1
55

66
before_script:
77
- composer self-update
88
- composer install --prefer-source --no-interaction
99

10-
script: vendor/bin/phpunit
10+
script: vendor/bin/phpunit

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Just another comment system for laravel projects.
1717
5.3.x | 0.2.x
1818
5.4.x | 0.3.x
1919
5.5.x | 0.4.x
20+
5.6.x | 0.5.x
2021

2122
## Install
2223

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
}
1818
],
1919
"require": {
20-
"illuminate/database": "5.5.*",
21-
"php" : ">=7.0.0"
20+
"illuminate/database": "5.6.*",
21+
"php": ">=7.1.3"
2222
},
2323
"require-dev": {
2424
"fzaninotto/faker": "~1.4",
2525
"squizlabs/php_codesniffer": "^2.3",
26-
"phpunit/phpunit" : "6.*",
26+
"phpunit/phpunit": "~7.0",
2727
"mockery/mockery": "~0.9.0",
28-
"orchestra/testbench": "~3.5",
29-
"orchestra/database": "3.5.x@dev"
28+
"orchestra/testbench": "~3.6",
29+
"orchestra/database": "3.6.x@dev"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)