Skip to content

Commit

Permalink
Small tweak.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 20, 2014
1 parent 3098b5f commit 5da9159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ $this->app['router']->enableFilters();
Due to the requirement with Laravel Framework 4.1, we need to maintain a modified version of `phpseclib/phpseclib` for developing Laravel/PHP packages using workbench. In order to make this work please include the following code in your main app's `composer.json`:

```json
{
"require": {
"laravel/framework": "4.1.*"
},
Expand All @@ -107,6 +108,7 @@ Due to the requirement with Laravel Framework 4.1, we need to maintain a modifie
"url": "git://github.com/orchestral/phpseclib.git"
}
],
}
```

### Class 'Illuminate\Foundation\Testing\TestCase' not found
Expand Down

0 comments on commit 5da9159

Please sign in to comment.