Skip to content

Commit

Permalink
Merge pull request #15 from asbiin/upgrade-testbench-4.x
Browse files Browse the repository at this point in the history
Upgrade orchestra/testbench to 4.x
  • Loading branch information
muglug authored Nov 9, 2019
2 parents 727485a + a1e6f01 commit a567db5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"require": {
"barryvdh/laravel-ide-helper": "^2.6",
"vimeo/psalm": "^3.2",
"orchestra/testbench": "^3.5"
"orchestra/testbench": "^3.5 || ^4.0"
},
"license": "MIT",
"authors": [
Expand Down
3 changes: 0 additions & 3 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
use Illuminate\View\Engines\PhpEngine;
use Illuminate\View\Factory;
use Illuminate\View\FileViewFinder;
use Orchestra\Testbench\Concerns\CreatesApplication;
use Psalm\Plugin\PluginEntryPointInterface;
use Psalm\Plugin\RegistrationInterface;
use SimpleXMLElement;

class Plugin extends AbstractPlugin implements PluginEntryPointInterface
{
use CreatesApplication;

/**
* Get and load ide provider for Laravel Application container
*
Expand Down

0 comments on commit a567db5

Please sign in to comment.