Skip to content

Commit d59963c

Browse files
committed
Laravel 7 support
1 parent fbb138a commit d59963c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ matrix:
1313
- php: 7.3
1414
- php: 7.3
1515
env: SETUP=lowest
16+
- php: 7.4
17+
- php: 7.4
18+
env: SETUP=lowest
1619

1720
sudo: false
1821

composer.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,21 @@
1313
{
1414
"name": "Jimmy Puckett",
1515
"email": "[email protected]"
16+
},
17+
{
18+
"name": "Stephen Finney",
19+
"email": "[email protected]"
1620
}
1721
],
1822
"require": {
1923
"php": ">=7.2",
20-
"illuminate/support": "~5.5|~6",
24+
"illuminate/support": "~5.5|~6|~7",
2125
"swiftmailer/swiftmailer": "~6.0",
22-
"phpunit/phpunit": "~7.0.1|~8.0"
26+
"phpunit/phpunit": "^8.4|^9.0"
2327
},
2428
"require-dev": {
25-
"mockery/mockery": "^1",
26-
"psy/psysh": "^0.9.9",
29+
"mockery/mockery": "^1.3.1",
30+
"psy/psysh": "^0.10",
2731
"symfony/thanks": "^1.1",
2832
"symfony/var-dumper": "~3.0|^4.2"
2933
},

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
convertErrorsToExceptions="true"
1515
convertNoticesToExceptions="true"
1616
convertWarningsToExceptions="true"
17-
processIsolation="true"
17+
processIsolation="false"
1818
stopOnFailure="false"
1919
verbose="true">
2020

0 commit comments

Comments
 (0)