Skip to content

Commit

Permalink
Update Teshbench version, phpunit.xml
Browse files Browse the repository at this point in the history
Remove deprecated `syntaxCheck` attribute from PHPUnit config.
  • Loading branch information
rdarcy1 committed Apr 30, 2019
1 parent e47a976 commit 3224165
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Butler manages multiple Socialite authentication for your Laravel app.",
"require-dev": {
"phpunit/phpunit": "~5.7|~6.0|~7.0",
"orchestra/testbench": "^3.0",
"orchestra/testbench": ">= 3.0 <= 3.7",
"orchestra/testbench-browser-kit": "~3.1@dev",
"orchestra/database": "~3.1@dev"
},
Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Package Test Suite">
Expand Down

0 comments on commit 3224165

Please sign in to comment.