Skip to content

Commit 0bf0da7

Browse files
authored
chore: update redactor to published version (#3)
* chore: update redactor to published version * fix: add redactor config for monitor * fix: add redactor for testbench
1 parent 0c9bc0e commit 0bf0da7

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
"email": "[email protected]"
2525
}
2626
],
27-
"repositories": [
28-
{
29-
"type": "vcs",
30-
"url": "https://github.com/kirschbaum-development/redactor"
31-
}
32-
],
3327
"require-dev": {
3428
"pestphp/pest": "^3.8",
3529
"laravel/pint": "^1.22",
@@ -47,7 +41,7 @@
4741
"illuminate/support": "^11.9|^12.0",
4842
"spatie/laravel-package-tools": "^1.16",
4943
"php": "^8.3|^8.4",
50-
"kirschbaum-development/redactor": "dev-main"
44+
"kirschbaum-development/redactor": "^0.1.0"
5145
},
5246
"extra": {
5347
"laravel": {

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Illuminate\Support\Facades\Http;
99
use Illuminate\Support\Facades\Log;
1010
use Kirschbaum\Monitor\MonitorServiceProvider;
11+
use Kirschbaum\Redactor\RedactorServiceProvider;
1112
use Mockery\MockInterface;
1213
use Orchestra\Testbench\Concerns\WithWorkbench;
1314
use Orchestra\Testbench\TestCase as BaseTestCase;
@@ -20,6 +21,7 @@ protected function getPackageProviders($app): array
2021
{
2122
return [
2223
MonitorServiceProvider::class,
24+
RedactorServiceProvider::class,
2325
];
2426
}
2527

0 commit comments

Comments
 (0)