Skip to content

Commit

Permalink
Bump to laravel 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Trent Schmidt committed Mar 19, 2019
1 parent b8bbc4a commit 0111e6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "montross50/laravel-database-monologger",
"type": "library",
"description": "Monolog package for laravel 5.* to allow database logging.",
"keywords": ["laravel", "laravel5", "log", "monolog", "mysql", "laravel56", "laravel57", "database"],
"keywords": ["laravel", "laravel5", "log", "monolog", "mysql", "laravel56", "laravel57", "laravel58", "database"],
"homepage": "https://github.com/montross50/laravel-database-monologger",
"license": "MIT",
"authors": [{
Expand All @@ -12,14 +12,14 @@
}],
"require": {
"php": ">=7.1.3",
"illuminate/support": "^5.0,<5.8"
"illuminate/support": "^5.0,<5.9"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
"squizlabs/php_codesniffer": "^3.1",
"orchestra/testbench": "~3.6",
"illuminate/config": "^5.0,<5.8",
"mockery/mockery": "0.9.*"
"illuminate/config": "^5.0,<5.9",
"mockery/mockery": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected function getEnvironmentSetUp($app)
$app['config']->set('logging.default', 'database');
}

public function setUp()
public function setUp(): void
{
ini_set('memory_limit', '512M');
parent::setUp();
Expand Down

0 comments on commit 0111e6b

Please sign in to comment.