diff --git a/Tests/generate.php b/Tests/OllamaGenerateTest.php similarity index 100% rename from Tests/generate.php rename to Tests/OllamaGenerateTest.php diff --git a/composer.json b/composer.json index 16d834b..5a19578 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": "^8.1.0", - "joomla/http": "dev-4.x-dev", - "joomla/filesystem": "~3.0" + "joomla/http": "~4.0", + "joomla/filesystem": "~4.0" }, "require-dev": { "phpunit/phpunit": "^9.5.28" @@ -29,4 +29,4 @@ "Joomla\\AI\\Tests\\": "Tests/" } } -} \ No newline at end of file +}