Skip to content

Commit

Permalink
Merge pull request #24 from unicodeveloper/support-laravel58
Browse files Browse the repository at this point in the history
chore(identify): Bump Illuminate Support to 5.8
  • Loading branch information
unicodeveloper authored May 7, 2019
2 parents 5764156 + 0effb4c commit c95422b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/support": "~5.6.0|~5.7.0",
"illuminate/support": "~5.7.0|~5.8.0",
"sinergi/browser-detector": "6.1.*"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/IdentifyServiceProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class IdentifyServiceProviderTest extends TestCase
*/
protected $provider;

protected function setUp()
protected function setUp(): void
{
parent::setUp();
$this->mockApp = m::mock('\Illuminate\Contracts\Foundation\Application');
Expand Down
2 changes: 1 addition & 1 deletion tests/IdentifyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class IdentifyTest extends TestCase
*/
protected $identify;

protected function setUp()
protected function setUp() : void
{
parent::setUp();
$this->identify = new Identify();
Expand Down

0 comments on commit c95422b

Please sign in to comment.