We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RunsUpdateScripts
1 parent c38d041 commit 977188fCopy full SHA for 977188f
composer.json
@@ -25,7 +25,7 @@
25
},
26
"require": {
27
"php": "^8.3",
28
- "statamic/cms": "^6.0.0"
+ "statamic/cms": "^6.3.0"
29
30
"require-dev": {
31
"doctrine/dbal": "^3.8",
tests/UpdateScripts/Concerns/RunsUpdateScripts.php
tests/UpdateScripts/UpdateGlobalVariablesTest.php
@@ -8,8 +8,8 @@
8
use Statamic\Eloquent\Globals\GlobalSetModel;
9
use Statamic\Eloquent\Globals\VariablesModel;
10
use Statamic\Eloquent\Updates\UpdateGlobalVariables;
11
+use Statamic\Testing\Concerns\RunsUpdateScripts;
12
use Tests\TestCase;
-use Tests\UpdateScripts\Concerns\RunsUpdateScripts;
13
14
class UpdateGlobalVariablesTest extends TestCase
15
{
0 commit comments