Skip to content

Commit 7167ced

Browse files
Удаление неиспользуемых namespaces. Правки минимальных версий php и Joomla в соответствии с требованиями пакета. Хотя их там можно поудалять...
1 parent 6bf7ed5 commit 7167ced

File tree

7 files changed

+8
-11
lines changed

7 files changed

+8
-11
lines changed

com_swjprojects/admin/src/Model/CategoryModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
defined('_JEXEC') or die;
1515

1616
use Joomla\CMS\Factory;
17-
use Joomla\CMS\Filesystem\File;
1817
use Joomla\CMS\Filter\OutputFilter;
1918
use Joomla\CMS\Form\Form;
2019
use Joomla\CMS\Language\Text;

com_swjprojects/admin/src/Model/DocumentModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
defined('_JEXEC') or die;
1515

1616
use Joomla\CMS\Factory;
17-
use Joomla\CMS\Filesystem\File;
1817
use Joomla\CMS\Filter\OutputFilter;
1918
use Joomla\CMS\Form\Form;
2019
use Joomla\CMS\Language\Text;

com_swjprojects/admin/src/Model/ProjectModel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
defined('_JEXEC') or die;
1515

1616
use Joomla\CMS\Factory;
17-
use Joomla\CMS\Filesystem\File;
1817
use Joomla\CMS\Filter\OutputFilter;
1918
use Joomla\CMS\Form\Form;
2019
use Joomla\CMS\Language\Text;

plg_actionlog_swjprojects/script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function register(Container $container)
5151
*
5252
* @since 1.0.0
5353
*/
54-
protected string $minimumJoomla = '4.2.7';
54+
protected string $minimumJoomla = '5.0.0';
5555

5656
/**
5757
* Minimum PHP version required to install the extension.
@@ -60,7 +60,7 @@ public function register(Container $container)
6060
*
6161
* @since 1.0.0
6262
*/
63-
protected string $minimumPhp = '7.4';
63+
protected string $minimumPhp = '8.1';
6464

6565
/**
6666
* Constructor.

plg_content_swjprojects/script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function register(Container $container)
5252
*
5353
* @since 1.0.0
5454
*/
55-
protected string $minimumJoomla = '4.0';
55+
protected string $minimumJoomla = '5.0.0';
5656

5757
/**
5858
* Minimum PHP version required to install the extension.
@@ -61,7 +61,7 @@ public function register(Container $container)
6161
*
6262
* @since 1.0.0
6363
*/
64-
protected string $minimumPhp = '7.4';
64+
protected string $minimumPhp = '8.1';
6565

6666
/**
6767
* Constructor.

plg_editors-xtd_swjprojectseditorxtd/script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function register(Container $container)
5252
*
5353
* @since 1.0.0
5454
*/
55-
protected string $minimumJoomla = '4.0';
55+
protected string $minimumJoomla = '5.0.0';
5656

5757
/**
5858
* Minimum PHP version required to install the extension.
@@ -61,7 +61,7 @@ public function register(Container $container)
6161
*
6262
* @since 1.0.0
6363
*/
64-
protected string $minimumPhp = '7.4';
64+
protected string $minimumPhp = '8.1';
6565

6666
/**
6767
* Constructor.

plg_swjprojects_joomlaserverscheme/script.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function register(Container $container)
5252
*
5353
* @since 1.0.0
5454
*/
55-
protected string $minimumJoomla = '4.0';
55+
protected string $minimumJoomla = '5.0.0';
5656

5757
/**
5858
* Minimum PHP version required to install the extension.
@@ -61,7 +61,7 @@ public function register(Container $container)
6161
*
6262
* @since 1.0.0
6363
*/
64-
protected string $minimumPhp = '7.4';
64+
protected string $minimumPhp = '8.1';
6565

6666
/**
6767
* Constructor.

0 commit comments

Comments
 (0)