Skip to content

Commit

Permalink
lower dependencies version. fix case in namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nunodonato committed Apr 9, 2024
1 parent a7282db commit 276dfe9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"require": {
"php": "^8.1",
"illuminate/http": "^11.0",
"phpunit/phpunit": "^11.1",
"illuminate/http": "^10.0|^11.0",
"phpunit/phpunit": "^10.0|^11.1",
"ext-fileinfo": "*"
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions tests/AnthropicAPIClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace NunoDonato\AnthropicAPIPHP\Tests;

use Env\Dotenv;
use Nunodonato\AnthropicAPIPHP\Messages;
use Nunodonato\AnthropicAPIPHP\Tools;
use NunoDonato\AnthropicAPIPHP\Messages;
use NunoDonato\AnthropicAPIPHP\Tools;
use PHPUnit\Framework\TestCase;
use Nunodonato\AnthropicAPIPHP\Client;
use NunoDonato\AnthropicAPIPHP\Client;

class AnthropicAPIClientTest extends TestCase
{
Expand Down
6 changes: 3 additions & 3 deletions tests/ToolsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace NunoDonato\AnthropicAPIPHP\Tests;

use Env\Dotenv;
use Nunodonato\AnthropicAPIPHP\Messages;
use Nunodonato\AnthropicAPIPHP\Tools;
use NunoDonato\AnthropicAPIPHP\Messages;
use NunoDonato\AnthropicAPIPHP\Tools;
use PHPUnit\Framework\TestCase;
use Nunodonato\AnthropicAPIPHP\Client;
use NunoDonato\AnthropicAPIPHP\Client;

class ToolsTest extends TestCase
{
Expand Down

0 comments on commit 276dfe9

Please sign in to comment.