Skip to content

Commit 87e69ef

Browse files
committed
minor #1021 Add Symfony Community as author to all composer.json files (OskarStark)
This PR was merged into the main branch. Discussion ---------- Add Symfony Community as author to all composer.json files | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 226bbea Add Symfony Community as author to all composer.json files
2 parents ea9eeae + 226bbea commit 87e69ef

File tree

17 files changed

+68
-0
lines changed

17 files changed

+68
-0
lines changed

src/agent/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
{
1717
"name": "Oskar Stark",
1818
"email": "oskarstark@googlemail.com"
19+
},
20+
{
21+
"name": "Symfony Community",
22+
"homepage": "https://symfony.com/contributors"
1923
}
2024
],
2125
"require": {

src/agent/src/Bridge/Brave/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{
1919
"name": "Oskar Stark",
2020
"email": "oskarstark@googlemail.com"
21+
},
22+
{
23+
"name": "Symfony Community",
24+
"homepage": "https://symfony.com/contributors"
2125
}
2226
],
2327
"require": {

src/agent/src/Bridge/Clock/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"name": "Oskar Stark",
2121
"email": "oskarstark@googlemail.com"
22+
},
23+
{
24+
"name": "Symfony Community",
25+
"homepage": "https://symfony.com/contributors"
2226
}
2327
],
2428
"require": {

src/agent/src/Bridge/Firecrawl/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{
1919
"name": "Oskar Stark",
2020
"email": "oskarstark@googlemail.com"
21+
},
22+
{
23+
"name": "Symfony Community",
24+
"homepage": "https://symfony.com/contributors"
2125
}
2226
],
2327
"require": {

src/agent/src/Bridge/Mapbox/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"name": "Oskar Stark",
1717
"email": "oskarstark@googlemail.com"
18+
},
19+
{
20+
"name": "Symfony Community",
21+
"homepage": "https://symfony.com/contributors"
1822
}
1923
],
2024
"require": {

src/agent/src/Bridge/OpenMeteo/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"name": "Christopher Hertel",
1717
"email": "mail@christopher-hertel.de"
18+
},
19+
{
20+
"name": "Symfony Community",
21+
"homepage": "https://symfony.com/contributors"
1822
}
1923
],
2024
"require": {

src/agent/src/Bridge/Scraper/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
{
2020
"name": "Oskar Stark",
2121
"email": "oskarstark@googlemail.com"
22+
},
23+
{
24+
"name": "Symfony Community",
25+
"homepage": "https://symfony.com/contributors"
2226
}
2327
],
2428
"require": {

src/agent/src/Bridge/SerpApi/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
{
1515
"name": "Christopher Hertel",
1616
"email": "mail@christopher-hertel.de"
17+
},
18+
{
19+
"name": "Symfony Community",
20+
"homepage": "https://symfony.com/contributors"
1721
}
1822
],
1923
"require": {

src/agent/src/Bridge/SimilaritySearch/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
{
2121
"name": "Oskar Stark",
2222
"email": "oskarstark@googlemail.com"
23+
},
24+
{
25+
"name": "Symfony Community",
26+
"homepage": "https://symfony.com/contributors"
2327
}
2428
],
2529
"require": {

src/agent/src/Bridge/Tavily/composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
{
1919
"name": "Oskar Stark",
2020
"email": "oskarstark@googlemail.com"
21+
},
22+
{
23+
"name": "Symfony Community",
24+
"homepage": "https://symfony.com/contributors"
2125
}
2226
],
2327
"require": {

0 commit comments

Comments
 (0)