Skip to content

Commit b75fa65

Browse files
committed
Merge branch 'master' into 8.x
2 parents d3868ab + a242345 commit b75fa65

File tree

7 files changed

+10
-4
lines changed

7 files changed

+10
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php }}
33+
extensions: sqlite3
3334
tools: composer:v2
3435
coverage: xdebug
3536

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
[![Build Status](https://img.shields.io/github/workflow/status/dmitry-ivanov/laravel-console-logger/tests/8.x)](https://github.com/dmitry-ivanov/laravel-console-logger/actions?query=workflow%3Atests+branch%3A8.x)
99
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-console-logger/8.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-console-logger/branch/8.x)
1010

11-
[![Latest Stable Version](https://poser.pugx.org/illuminated/console-logger/v/stable)](https://packagist.org/packages/illuminated/console-logger)
12-
[![Latest Unstable Version](https://poser.pugx.org/illuminated/console-logger/v/unstable)](https://packagist.org/packages/illuminated/console-logger)
13-
[![Total Downloads](https://poser.pugx.org/illuminated/console-logger/downloads)](https://packagist.org/packages/illuminated/console-logger)
14-
[![License](https://poser.pugx.org/illuminated/console-logger/license)](https://packagist.org/packages/illuminated/console-logger)
11+
![Packagist Version](https://img.shields.io/packagist/v/illuminated/console-logger)
12+
![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/console-logger)
13+
![Packagist Downloads](https://img.shields.io/packagist/dt/illuminated/console-logger)
14+
![Packagist License](https://img.shields.io/packagist/l/illuminated/console-logger)
1515

1616
Logging and Notifications for Laravel Console Commands.
1717

@@ -47,6 +47,7 @@ Logging and Notifications for Laravel Console Commands.
4747
- [Troubleshooting](#troubleshooting)
4848
- [Trait included, but nothing happens?](#trait-included-but-nothing-happens)
4949
- [Several traits conflict?](#several-traits-conflict)
50+
- [Sponsors](#sponsors)
5051
- [License](#license)
5152

5253
## Usage
@@ -466,6 +467,10 @@ class ExampleCommand extends Command
466467
}
467468
```
468469

470+
## Sponsors
471+
472+
[![Laravel Idea](art/sponsor-laravel-idea.png)](https://laravel-idea.com)
473+
469474
## License
470475

471476
Laravel Console Logger is open-sourced software licensed under the [MIT license](LICENSE.md).

art/sponsor-laravel-idea.png

2.15 KB
Loading
4.91 KB
Binary file not shown.
34.1 KB
Binary file not shown.
Binary file not shown.
108 KB
Binary file not shown.

0 commit comments

Comments
 (0)