Skip to content

Commit

Permalink
Merge branch 'hotfix/remove-redundant-package'
Browse files Browse the repository at this point in the history
  • Loading branch information
bullenb committed Jun 25, 2019
2 parents 7a43614 + c8a7cc8 commit 60431ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
}
],
"require": {
"php": ">=7.1.0",
"illuminate/support": "5.8.*"
"php": ">=7.1.0"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions src/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
namespace Oilstone\RsqlParser\Support;

use Exception;
use Illuminate\Support\Str as BaseStr;

/**
* Class Str
* @package Oilstone\RsqlParser\Support
*/
class Str extends BaseStr
class Str
{
/**
* @var array
Expand Down

0 comments on commit 60431ff

Please sign in to comment.