Skip to content

Commit 14fbbf5

Browse files
committed
Update testbench, require > PHP 7.1.3
1 parent 30973bc commit 14fbbf5

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.0",
14+
"php": "^7.1.3",
1515
"laravel/framework": "5.5.* || 5.6.* || 5.7.*"
1616
},
1717
"require-dev": {
18-
"graham-campbell/testbench": "^4.0"
18+
"graham-campbell/testbench": "^5.0"
1919
},
2020
"autoload": {
2121
"psr-4": {

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11-
syntaxCheck="false"
1211
verbose="true"
1312
>
1413
<testsuites>

0 commit comments

Comments
 (0)