diff --git a/test-data/cakephp/3/vendor/cakephp/cakephp/VERSION.txt b/test-data/cakephp/3/vendor/cakephp/cakephp/VERSION.txt index c6a6ad1..d46f360 100644 --- a/test-data/cakephp/3/vendor/cakephp/cakephp/VERSION.txt +++ b/test-data/cakephp/3/vendor/cakephp/cakephp/VERSION.txt @@ -16,4 +16,4 @@ // @license https://opensource.org/licenses/mit-license.php MIT License // +--------------------------------------------------------------------------------------------+ // //////////////////////////////////////////////////////////////////////////////////////////////////// -3.10.5 +3.999.5 diff --git a/test-data/cakephp/4/vendor/cakephp/cakephp/VERSION.txt b/test-data/cakephp/4/vendor/cakephp/cakephp/VERSION.txt index 9f49e6e..f53943f 100644 --- a/test-data/cakephp/4/vendor/cakephp/cakephp/VERSION.txt +++ b/test-data/cakephp/4/vendor/cakephp/cakephp/VERSION.txt @@ -16,4 +16,4 @@ // @license https://opensource.org/licenses/mit-license.php MIT License // +--------------------------------------------------------------------------------------------+ // //////////////////////////////////////////////////////////////////////////////////////////////////// -4.4.15 +4.999.15 diff --git a/test-data/codeigniter/4/vendor/codeigniter4/framework/system/CodeIgniter.php b/test-data/codeigniter/4/vendor/codeigniter4/framework/system/CodeIgniter.php index d55a3ea..55548ad 100644 --- a/test-data/codeigniter/4/vendor/codeigniter4/framework/system/CodeIgniter.php +++ b/test-data/codeigniter/4/vendor/codeigniter4/framework/system/CodeIgniter.php @@ -47,7 +47,7 @@ class CodeIgniter /** * The current version of CodeIgniter Framework */ - public const CI_VERSION = '4.3.6'; + public const CI_VERSION = '4.999.6'; /** * App startup time. diff --git a/test-data/drupal/drupal10/core/modules/system/system.info.yml b/test-data/drupal/drupal10/core/modules/system/system.info.yml index c8b8ece..2419230 100644 --- a/test-data/drupal/drupal10/core/modules/system/system.info.yml +++ b/test-data/drupal/drupal10/core/modules/system/system.info.yml @@ -7,6 +7,6 @@ required: true configure: system.admin_config_system # Information added by Drupal.org packaging script on 2023-07-06 -version: '10.1.1' +version: '10.999.1' project: 'drupal' datestamp: 1688633026 diff --git a/test-data/drupal/drupal6/modules/system/system.info b/test-data/drupal/drupal6/modules/system/system.info index 2eb39d0..326ccb6 100644 --- a/test-data/drupal/drupal6/modules/system/system.info +++ b/test-data/drupal/drupal6/modules/system/system.info @@ -5,7 +5,6 @@ version = VERSION core = 6.x ; Information added by Drupal.org packaging script on 2014-11-19 -version = "6.34" +version = "6.999" project = "drupal" datestamp = "1416429457" - diff --git a/test-data/drupal/drupal7/modules/system/system.info b/test-data/drupal/drupal7/modules/system/system.info index f0b92a5..5bbd6e9 100644 --- a/test-data/drupal/drupal7/modules/system/system.info +++ b/test-data/drupal/drupal7/modules/system/system.info @@ -13,7 +13,6 @@ required = TRUE configure = admin/config/system ; Information added by Drupal.org packaging script on 2014-11-07 -version = "7.33" +version = "7.999" project = "drupal" datestamp = "1415375131" - diff --git a/test-data/drupal/drupal8/core/modules/system/system.info.yml b/test-data/drupal/drupal8/core/modules/system/system.info.yml index 298b741..7b0f21a 100644 --- a/test-data/drupal/drupal8/core/modules/system/system.info.yml +++ b/test-data/drupal/drupal8/core/modules/system/system.info.yml @@ -8,7 +8,7 @@ required: true configure: system.admin_config_system # Information added by Drupal.org packaging script on 2014-11-12 -version: '8.0.0-beta3' +version: '8.999.0-beta3' core: '8.x' project: 'drupal' datestamp: 1415797567 diff --git a/test-data/drupal/drupal9/core/modules/system/system.info.yml b/test-data/drupal/drupal9/core/modules/system/system.info.yml index 7fca747..fb028f8 100644 --- a/test-data/drupal/drupal9/core/modules/system/system.info.yml +++ b/test-data/drupal/drupal9/core/modules/system/system.info.yml @@ -7,6 +7,6 @@ required: true configure: system.admin_config_system # Information added by Drupal.org packaging script on 2023-07-05 -version: '9.5.10' +version: '9.999.10' project: 'drupal' datestamp: 1688551056 diff --git a/test-data/joomla/joomla1.0/includes/version.php b/test-data/joomla/joomla1.0/includes/version.php index ca7d1d7..4787184 100644 --- a/test-data/joomla/joomla1.0/includes/version.php +++ b/test-data/joomla/joomla1.0/includes/version.php @@ -22,7 +22,7 @@ class joomlaVersion { /** @var string Product */ var $PRODUCT = 'Joomla!'; /** @var int Main Release Level */ - var $RELEASE = '1.0'; + var $RELEASE = '1.999'; /** @var string Development Status */ var $DEV_STATUS = 'Stable'; /** @var int Sub Release Level */ @@ -83,4 +83,4 @@ function getHelpVersion() { . $_VERSION->DEV_STATUS .' [ '.$_VERSION->CODENAME .' ] '. $_VERSION->RELDATE .' ' . $_VERSION->RELTIME .' '. $_VERSION->RELTZ; -?> \ No newline at end of file +?> diff --git a/test-data/joomla/joomla1.5/libraries/joomla/version.php b/test-data/joomla/joomla1.5/libraries/joomla/version.php index 29ac9ea..8a10bbd 100644 --- a/test-data/joomla/joomla1.5/libraries/joomla/version.php +++ b/test-data/joomla/joomla1.5/libraries/joomla/version.php @@ -22,7 +22,7 @@ class JVersion /** @var string Product */ var $PRODUCT = 'Joomla!'; /** @var int Main Release Level */ - var $RELEASE = '1.5'; + var $RELEASE = '1.999'; /** @var string Development Status */ var $DEV_STATUS = 'Stable'; /** @var int Sub Release Level */ @@ -87,4 +87,4 @@ function getHelpVersion() function isCompatible ( $minimum ) { return (version_compare( JVERSION, $minimum, 'eq' ) == 1); } -} \ No newline at end of file +} diff --git a/test-data/joomla/joomla1.6/libraries/joomla/version.php b/test-data/joomla/joomla1.6/libraries/joomla/version.php index 2048428..2419179 100644 --- a/test-data/joomla/joomla1.6/libraries/joomla/version.php +++ b/test-data/joomla/joomla1.6/libraries/joomla/version.php @@ -20,7 +20,7 @@ class JVersion /** @public string Product */ public $PRODUCT = 'Joomla!'; /** @public int Main Release Level */ - public $RELEASE = '1.6'; + public $RELEASE = '1.999'; /** @public string Development Status */ public $DEV_STATUS = 'Stable'; /** @public int Sub Release Level */ diff --git a/test-data/joomla/joomla1.7/includes/version.php b/test-data/joomla/joomla1.7/includes/version.php index f913be9..739bb46 100644 --- a/test-data/joomla/joomla1.7/includes/version.php +++ b/test-data/joomla/joomla1.7/includes/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '1.7'; + public $RELEASE = '1.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '3'; @@ -142,4 +142,4 @@ public function getUserAgent($component = null, $mask = false, $add_version = tr if (!defined('JVERSION')) { $jversion = new JVersion; define('JVERSION', $jversion->getShortVersion()); -} \ No newline at end of file +} diff --git a/test-data/joomla/joomla2.5/libraries/cms/version/version.php b/test-data/joomla/joomla2.5/libraries/cms/version/version.php index e6bcdab..8d89cc4 100644 --- a/test-data/joomla/joomla2.5/libraries/cms/version/version.php +++ b/test-data/joomla/joomla2.5/libraries/cms/version/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '2.5'; + public $RELEASE = '2.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '24'; @@ -135,4 +135,4 @@ public function getUserAgent($component = null, $mask = false, $add_version = tr return $this->PRODUCT . '/' . $this->RELEASE . '.' . $this->DEV_LEVEL . ($component ? ' ' . $component : ''); } } -} \ No newline at end of file +} diff --git a/test-data/joomla/joomla3.0/libraries/cms/version/version.php b/test-data/joomla/joomla3.0/libraries/cms/version/version.php index b27796d..12670fa 100644 --- a/test-data/joomla/joomla3.0/libraries/cms/version/version.php +++ b/test-data/joomla/joomla3.0/libraries/cms/version/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '3.0'; + public $RELEASE = '3.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '5'; diff --git a/test-data/joomla/joomla3.1/libraries/cms/version/version.php b/test-data/joomla/joomla3.1/libraries/cms/version/version.php index 60fc66b..176a7b4 100644 --- a/test-data/joomla/joomla3.1/libraries/cms/version/version.php +++ b/test-data/joomla/joomla3.1/libraries/cms/version/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '3.1'; + public $RELEASE = '3.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '1'; diff --git a/test-data/joomla/joomla3.2/libraries/cms/version/version.php b/test-data/joomla/joomla3.2/libraries/cms/version/version.php index 07aadc3..9bab8da 100644 --- a/test-data/joomla/joomla3.2/libraries/cms/version/version.php +++ b/test-data/joomla/joomla3.2/libraries/cms/version/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '3.2'; + public $RELEASE = '3.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '0'; diff --git a/test-data/joomla/joomla3.3/libraries/cms/version/version.php b/test-data/joomla/joomla3.3/libraries/cms/version/version.php index 8743ac2..f64ffd4 100644 --- a/test-data/joomla/joomla3.3/libraries/cms/version/version.php +++ b/test-data/joomla/joomla3.3/libraries/cms/version/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '3.3'; + public $RELEASE = '3.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '4'; diff --git a/test-data/joomla/joomla3.4/libraries/cms/version/version.php b/test-data/joomla/joomla3.4/libraries/cms/version/version.php index d10f504..c92562d 100644 --- a/test-data/joomla/joomla3.4/libraries/cms/version/version.php +++ b/test-data/joomla/joomla3.4/libraries/cms/version/version.php @@ -20,7 +20,7 @@ final class JVersion public $PRODUCT = 'Joomla!'; /** @var string Release version. */ - public $RELEASE = '3.4'; + public $RELEASE = '3.999'; /** @var string Maintenance version. */ public $DEV_LEVEL = '8'; diff --git a/test-data/joomla/joomla3.5/libraries/cms/version/version.php b/test-data/joomla/joomla3.5/libraries/cms/version/version.php index 06173ad..f1a0524 100644 --- a/test-data/joomla/joomla3.5/libraries/cms/version/version.php +++ b/test-data/joomla/joomla3.5/libraries/cms/version/version.php @@ -30,7 +30,7 @@ final class JVersion * @var string * @since 3.5 */ - const RELEASE = '3.5'; + const RELEASE = '3.999'; /** * Maintenance version. diff --git a/test-data/joomla/joomla3.8/libraries/src/Version.php b/test-data/joomla/joomla3.8/libraries/src/Version.php index 35e3503..7e13a23 100644 --- a/test-data/joomla/joomla3.8/libraries/src/Version.php +++ b/test-data/joomla/joomla3.8/libraries/src/Version.php @@ -41,7 +41,7 @@ final class Version * @var integer * @since 3.8.0 */ - const MINOR_VERSION = 8; + const MINOR_VERSION = 999; /** * Patch release version. @@ -374,4 +374,4 @@ public function setMediaVersion($mediaVersion) return $this; } -} \ No newline at end of file +} diff --git a/test-data/joomla/joomla4.0/libraries/src/Version.php b/test-data/joomla/joomla4.0/libraries/src/Version.php index 88469ae..1365508 100644 --- a/test-data/joomla/joomla4.0/libraries/src/Version.php +++ b/test-data/joomla/joomla4.0/libraries/src/Version.php @@ -41,7 +41,7 @@ final class Version * @var integer * @since 3.8.0 */ - const MINOR_VERSION = 0; + const MINOR_VERSION = 999; /** * Patch release version. diff --git a/test-data/laravel/laravel10/vendor/laravel/framework/src/Illuminate/Foundation/Application.php b/test-data/laravel/laravel10/vendor/laravel/framework/src/Illuminate/Foundation/Application.php index 8a4c5b6..a85aab7 100755 --- a/test-data/laravel/laravel10/vendor/laravel/framework/src/Illuminate/Foundation/Application.php +++ b/test-data/laravel/laravel10/vendor/laravel/framework/src/Illuminate/Foundation/Application.php @@ -38,7 +38,7 @@ class Application extends Container implements ApplicationContract, CachesConfig * * @var string */ - const VERSION = '10.17.1'; + const VERSION = '999.999.999'; /** * The base path for the Laravel installation. diff --git a/test-data/laravel/laravel9/composer.json b/test-data/laravel/laravel9/composer.json index 24506a4..c39f41f 100644 --- a/test-data/laravel/laravel9/composer.json +++ b/test-data/laravel/laravel9/composer.json @@ -10,7 +10,7 @@ "require": { "php": "^8.0.2", "guzzlehttp/guzzle": "^7.2", - "laravel/framework": "^9.19", + "laravel/framework": "^999.999", "laravel/sanctum": "^3.0", "laravel/tinker": "^2.7" }, diff --git a/test-data/prestashop/prestashop1.6/config/settings.inc.php b/test-data/prestashop/prestashop1.6/config/settings.inc.php index 7387a1d..4b5b510 100644 --- a/test-data/prestashop/prestashop1.6/config/settings.inc.php +++ b/test-data/prestashop/prestashop1.6/config/settings.inc.php @@ -10,7 +10,7 @@ define('_COOKIE_KEY_', 'XXX'); define('_COOKIE_IV_', 'YYY'); define('_PS_CREATION_DATE_', '2015-01-26'); -define('_PS_VERSION_', '1.6.0.14'); +define('_PS_VERSION_', '1.999.0.14'); define('_RIJNDAEL_KEY_', 'ZZZ'); define('_RIJNDAEL_IV_', '4kdSkM6gHjYKzUu=='); define('_PS_DIRECTORY_', '/../../'); diff --git a/test-data/symfony/5.4/symfony.lock b/test-data/symfony/5.4/symfony.lock index ff07d75..6ae6276 100644 --- a/test-data/symfony/5.4/symfony.lock +++ b/test-data/symfony/5.4/symfony.lock @@ -24,7 +24,7 @@ ] }, "symfony/framework-bundle": { - "version": "5.4", + "version": "5.999", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", diff --git a/test-data/symfony/6.3/symfony.lock b/test-data/symfony/6.3/symfony.lock index 6cd0224..88ba492 100644 --- a/test-data/symfony/6.3/symfony.lock +++ b/test-data/symfony/6.3/symfony.lock @@ -24,7 +24,7 @@ ] }, "symfony/framework-bundle": { - "version": "6.3", + "version": "6.999", "recipe": { "repo": "github.com/symfony/recipes", "branch": "main", diff --git a/test-data/typo3cms/typo3_10/typo3/sysext/core/Classes/Information/Typo3Version.php b/test-data/typo3cms/typo3_10/typo3/sysext/core/Classes/Information/Typo3Version.php index b7c5a08..f3242bb 100644 --- a/test-data/typo3cms/typo3_10/typo3/sysext/core/Classes/Information/Typo3Version.php +++ b/test-data/typo3cms/typo3_10/typo3/sysext/core/Classes/Information/Typo3Version.php @@ -19,7 +19,7 @@ class Typo3Version { - protected const VERSION = '10.4.37'; + protected const VERSION = '10.999.37'; protected const BRANCH = '10.4'; /** diff --git a/test-data/typo3cms/typo3_11/typo3/sysext/core/Classes/Information/Typo3Version.php b/test-data/typo3cms/typo3_11/typo3/sysext/core/Classes/Information/Typo3Version.php index 14fbe24..9da9bff 100644 --- a/test-data/typo3cms/typo3_11/typo3/sysext/core/Classes/Information/Typo3Version.php +++ b/test-data/typo3cms/typo3_11/typo3/sysext/core/Classes/Information/Typo3Version.php @@ -19,7 +19,7 @@ class Typo3Version { - protected const VERSION = '11.5.30'; + protected const VERSION = '11.999.30'; protected const BRANCH = '11.5'; /** diff --git a/test-data/typo3cms/typo3_12/typo3/sysext/core/Classes/Information/Typo3Version.php b/test-data/typo3cms/typo3_12/typo3/sysext/core/Classes/Information/Typo3Version.php index 43f7d01..81b69d1 100644 --- a/test-data/typo3cms/typo3_12/typo3/sysext/core/Classes/Information/Typo3Version.php +++ b/test-data/typo3cms/typo3_12/typo3/sysext/core/Classes/Information/Typo3Version.php @@ -19,7 +19,7 @@ class Typo3Version { - protected const VERSION = '12.4.4'; + protected const VERSION = '12.999.4'; protected const BRANCH = '12.4'; public function getVersion(): string diff --git a/test-data/typo3cms/typo3_4-5/t3lib/config_default.php b/test-data/typo3cms/typo3_4-5/t3lib/config_default.php index 9c83979..a0669c7 100644 --- a/test-data/typo3cms/typo3_4-5/t3lib/config_default.php +++ b/test-data/typo3cms/typo3_4-5/t3lib/config_default.php @@ -1,2 +1,2 @@ \ No newline at end of file +?> diff --git a/test-data/wordpress/wordpress2.9/wp-includes/version.php b/test-data/wordpress/wordpress2.9/wp-includes/version.php index be9fb34..2541a40 100644 --- a/test-data/wordpress/wordpress2.9/wp-includes/version.php +++ b/test-data/wordpress/wordpress2.9/wp-includes/version.php @@ -8,7 +8,7 @@ * * @global string $wp_version */ -$wp_version = '2.9'; +$wp_version = '2.999'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -43,4 +43,4 @@ * * @global string $required_mysql_version */ -$required_mysql_version = '4.1.2'; \ No newline at end of file +$required_mysql_version = '4.1.2'; diff --git a/test-data/wordpress/wordpress3.7/wp-includes/version.php b/test-data/wordpress/wordpress3.7/wp-includes/version.php index 69cf6a4..5d0dfb7 100644 --- a/test-data/wordpress/wordpress3.7/wp-includes/version.php +++ b/test-data/wordpress/wordpress3.7/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '3.7.5'; +$wp_version = '3.999.5'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. @@ -32,4 +32,4 @@ * * @global string $required_mysql_version */ -$required_mysql_version = '5.0'; \ No newline at end of file +$required_mysql_version = '5.0'; diff --git a/test-data/wordpress/wordpress4.0/wp-includes/version.php b/test-data/wordpress/wordpress4.0/wp-includes/version.php index 7ca5bfe..c2b6998 100644 --- a/test-data/wordpress/wordpress4.0/wp-includes/version.php +++ b/test-data/wordpress/wordpress4.0/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9.25'; +$wp_version = '4.999.25'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/test-data/yii/1/framework/YiiBase.php b/test-data/yii/1/framework/YiiBase.php index 02cb4fc..3ccc9d1 100644 --- a/test-data/yii/1/framework/YiiBase.php +++ b/test-data/yii/1/framework/YiiBase.php @@ -87,7 +87,7 @@ class YiiBase */ public static function getVersion() { - return '1.1.28'; + return '1.999.28'; } /** diff --git a/test-data/yii/2/vendor/yiisoft/yii2/BaseYii.php b/test-data/yii/2/vendor/yiisoft/yii2/BaseYii.php index d5edc69..653533f 100644 --- a/test-data/yii/2/vendor/yiisoft/yii2/BaseYii.php +++ b/test-data/yii/2/vendor/yiisoft/yii2/BaseYii.php @@ -93,7 +93,7 @@ class BaseYii */ public static function getVersion() { - return '2.0.48.1'; + return '2.999.48.1'; } /** diff --git a/tests/Matchers/CakePHPTest.php b/tests/Matchers/CakePHPTest.php index 278c416..a9e387c 100644 --- a/tests/Matchers/CakePHPTest.php +++ b/tests/Matchers/CakePHPTest.php @@ -21,8 +21,8 @@ protected function getMatcherObj(): MatcherInterface public static function detectablePathsProvider(): array { return [ - ['cakephp/3', '3.10.5'], - ['cakephp/4', '4.4.15'], + ['cakephp/3', '3.999.5'], + ['cakephp/4', '4.999.15'], ]; } diff --git a/tests/Matchers/CodeIgniterTest.php b/tests/Matchers/CodeIgniterTest.php index f37b454..8f98679 100644 --- a/tests/Matchers/CodeIgniterTest.php +++ b/tests/Matchers/CodeIgniterTest.php @@ -26,7 +26,7 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['codeigniter/4', '4.3.6'], + ['codeigniter/4', '4.999.6'], ]; } } diff --git a/tests/Matchers/DrupalTest.php b/tests/Matchers/DrupalTest.php index a5fa42d..5201d43 100644 --- a/tests/Matchers/DrupalTest.php +++ b/tests/Matchers/DrupalTest.php @@ -26,11 +26,11 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['drupal/drupal6', '6.34'], - ['drupal/drupal7', '7.33'], - ['drupal/drupal8', '8.0.0-beta3'], - ['drupal/drupal9', '9.5.10'], - ['drupal/drupal10', '10.1.1'], + ['drupal/drupal6', '6.999'], + ['drupal/drupal7', '7.999'], + ['drupal/drupal8', '8.999.0-beta3'], + ['drupal/drupal9', '9.999.10'], + ['drupal/drupal10', '10.999.1'], ['drupal/unreadableversion', null], ]; } diff --git a/tests/Matchers/JoomlaTest.php b/tests/Matchers/JoomlaTest.php index 1b037fc..ce71543 100644 --- a/tests/Matchers/JoomlaTest.php +++ b/tests/Matchers/JoomlaTest.php @@ -33,19 +33,19 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['joomla/joomla1.0', '1.0.11'], - ['joomla/joomla1.5', '1.5.25'], - ['joomla/joomla1.6', '1.6.6'], - ['joomla/joomla1.7', '1.7.3'], - ['joomla/joomla2.5', '2.5.24'], - ['joomla/joomla3.0', '3.0.5'], - ['joomla/joomla3.1', '3.1.1'], - ['joomla/joomla3.2', '3.2.0'], - ['joomla/joomla3.3', '3.3.4'], - ['joomla/joomla3.4', '3.4.8'], - ['joomla/joomla3.5', '3.5.1'], - ['joomla/joomla3.8', '3.8.0'], - ['joomla/joomla4.0', '4.0.0'], + ['joomla/joomla1.0', '1.999.11'], + ['joomla/joomla1.5', '1.999.25'], + ['joomla/joomla1.6', '1.999.6'], + ['joomla/joomla1.7', '1.999.3'], + ['joomla/joomla2.5', '2.999.24'], + ['joomla/joomla3.0', '3.999.5'], + ['joomla/joomla3.1', '3.999.1'], + ['joomla/joomla3.2', '3.999.0'], + ['joomla/joomla3.3', '3.999.4'], + ['joomla/joomla3.4', '3.999.8'], + ['joomla/joomla3.5', '3.999.1'], + ['joomla/joomla3.8', '3.999.0'], + ['joomla/joomla4.0', '4.999.0'], ['joomla/unreadableversion', null], ]; } diff --git a/tests/Matchers/LaravelTest.php b/tests/Matchers/LaravelTest.php index 79f05d9..bbf3bf3 100644 --- a/tests/Matchers/LaravelTest.php +++ b/tests/Matchers/LaravelTest.php @@ -26,8 +26,8 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['laravel/laravel9', '9.19'], - ['laravel/laravel10', '10.17.1'], + ['laravel/laravel9', '999.999'], + ['laravel/laravel10', '999.999.999'], ['laravel/broken', null], ]; } diff --git a/tests/Matchers/PrestashopTest.php b/tests/Matchers/PrestashopTest.php index fe8dad1..c4967e3 100644 --- a/tests/Matchers/PrestashopTest.php +++ b/tests/Matchers/PrestashopTest.php @@ -26,7 +26,7 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['prestashop/prestashop1.6', '1.6.0.14'], + ['prestashop/prestashop1.6', '1.999.0.14'], ]; } } diff --git a/tests/Matchers/SymfonyTest.php b/tests/Matchers/SymfonyTest.php index 7b2d033..92f0791 100644 --- a/tests/Matchers/SymfonyTest.php +++ b/tests/Matchers/SymfonyTest.php @@ -26,8 +26,8 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['symfony/5.4', '5.4'], - ['symfony/6.3', '6.3'], + ['symfony/5.4', '5.999'], + ['symfony/6.3', '6.999'], ['symfony/broken', null], ]; } diff --git a/tests/Matchers/Typo3Test.php b/tests/Matchers/Typo3Test.php index 963cd57..b4a7230 100644 --- a/tests/Matchers/Typo3Test.php +++ b/tests/Matchers/Typo3Test.php @@ -33,14 +33,14 @@ protected function getMatchResultClassname(): string public static function detectablePathsProvider(): array { return [ - ['typo3cms/typo3_4-5', '4.5.30'], - ['typo3cms/typo3_6-2', '6.2.10'], - ['typo3cms/typo3_7', '7.6.32'], - ['typo3cms/typo3_8', '8.7.32'], - ['typo3cms/typo3_9', '9.5.31'], - ['typo3cms/typo3_10', '10.4.37'], - ['typo3cms/typo3_11', '11.5.30'], - ['typo3cms/typo3_12', '12.4.4'], + ['typo3cms/typo3_4-5', '4.999.30'], + ['typo3cms/typo3_6-2', '6.999.10'], + ['typo3cms/typo3_7', '7.999.32'], + ['typo3cms/typo3_8', '8.999.32'], + ['typo3cms/typo3_9', '9.999.31'], + ['typo3cms/typo3_10', '10.999.37'], + ['typo3cms/typo3_11', '11.999.30'], + ['typo3cms/typo3_12', '12.999.4'], ]; } } diff --git a/tests/Matchers/WordpressTest.php b/tests/Matchers/WordpressTest.php index 7f1e2b0..6d18929 100644 --- a/tests/Matchers/WordpressTest.php +++ b/tests/Matchers/WordpressTest.php @@ -29,10 +29,10 @@ public static function detectablePathsProvider(): array { return [ ['wordpress/unreadableversion', null], - ['wordpress/wordpress2.2', '2.2.1'], - ['wordpress/wordpress2.9', '2.9'], - ['wordpress/wordpress3.7', '3.7.5'], - ['wordpress/wordpress4.0', '4.9.25'], + ['wordpress/wordpress2.2', '2.999.1'], + ['wordpress/wordpress2.9', '2.999'], + ['wordpress/wordpress3.7', '3.999.5'], + ['wordpress/wordpress4.0', '4.999.25'], ]; } diff --git a/tests/Matchers/YiiTest.php b/tests/Matchers/YiiTest.php index ab21349..688825a 100644 --- a/tests/Matchers/YiiTest.php +++ b/tests/Matchers/YiiTest.php @@ -16,8 +16,8 @@ class YiiTest extends AbstractMatcherTestCase public static function detectablePathsProvider(): array { return [ - ['yii/1', '1.1.28'], - ['yii/2', '2.0.48.1'], + ['yii/1', '1.999.28'], + ['yii/2', '2.999.48.1'], ]; }