Skip to content

Commit 57659a9

Browse files
committed
Laravel 12 support
1 parent abb7a68 commit 57659a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
[<img src="https://user-images.githubusercontent.com/1286821/181085373-12eee197-187a-4438-90fe-571ac6d68900.png" alt="Buy me a coffee" width="200" />](https://buymeacoffee.com/dmitry.ivanov)
66

7-
[![StyleCI](https://github.styleci.io/repos/117998599/shield?branch=master&style=flat)](https://github.styleci.io/repos/117998599?branch=master)
8-
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-wikipedia-grabber/tests.yml?branch=master)](https://github.com/dmitry-ivanov/laravel-wikipedia-grabber/actions?query=workflow%3Atests+branch%3Amaster)
9-
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-wikipedia-grabber/master)](https://app.codecov.io/gh/dmitry-ivanov/laravel-wikipedia-grabber/tree/master)
7+
[![StyleCI](https://github.styleci.io/repos/117998599/shield?branch=12.x&style=flat)](https://github.styleci.io/repos/117998599?branch=12.x)
8+
[![Build Status](https://img.shields.io/github/actions/workflow/status/dmitry-ivanov/laravel-wikipedia-grabber/tests.yml?branch=12.x)](https://github.com/dmitry-ivanov/laravel-wikipedia-grabber/actions?query=workflow%3Atests+branch%3A12.x)
9+
[![Coverage Status](https://img.shields.io/codecov/c/github/dmitry-ivanov/laravel-wikipedia-grabber/12.x)](https://app.codecov.io/gh/dmitry-ivanov/laravel-wikipedia-grabber/tree/12.x)
1010

1111
![Packagist Version](https://img.shields.io/packagist/v/illuminated/wikipedia-grabber)
1212
![Packagist Stars](https://img.shields.io/packagist/stars/illuminated/wikipedia-grabber)
@@ -47,7 +47,7 @@ Wikipedia/MediaWiki Grabber for Laravel.
4747
1. Install the package via Composer:
4848

4949
```shell script
50-
composer require illuminated/wikipedia-grabber
50+
composer require "illuminated/wikipedia-grabber:^12.0"
5151
```
5252

5353
2. Publish the config:

0 commit comments

Comments
 (0)