diff --git a/README.md b/README.md
index 0ebdc1e..4ca9372 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ The package will pick up on the scheduled settings and ping OhDear after the com
# Requirements
-This package requires Laravel 10 or 11.
+This package requires Laravel 11 or 12.
# Installation
@@ -128,9 +128,6 @@ public function boot()
To circumvent this, please add the following to `bootstrap/app.php`
-
-Laravel 11
-
```php
create();
```
-
-
-
-Laravel 10
-
-```php
-
6 - Optional: whitelist route for maintenance mode
If you want to allow jobs to keep running if the application is down (`php artisan down`), update the following:
-
-Laravel 11
-
```php
return Application::configure(basePath: dirname(__DIR__))
->withRouting(
@@ -212,31 +178,6 @@ return Application::configure(basePath: dirname(__DIR__))
```
-
-
-Laravel 10
-
-```php
-
# Cloud Scheduler Example