Skip to content

Commit b57a954

Browse files
committed
deps
1 parent bda9668 commit b57a954

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/agent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"symfony/css-selector": "^6.4 || ^7.1",
4242
"symfony/dom-crawler": "^6.4 || ^7.1",
4343
"symfony/event-dispatcher": "^6.4 || ^7.1",
44-
"symfony/filesystem": "^7.3",
44+
"symfony/filesystem": "^6.4 || ^7.1",
4545
"symfony/http-foundation": "^6.4 || ^7.1",
4646
"symfony/uid": "^6.4 || ^7.1"
4747
},
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace Symfony\AI\Agent\Toolbox\Tool;
4+
5+
class Firecrawl
6+
{
7+
8+
}

0 commit comments

Comments
 (0)