Skip to content

Commit 6ee8b28

Browse files
committed
minor #1118 Require phpunit ^11.5.46 (OskarStark)
This PR was merged into the main branch. Discussion ---------- Require phpunit ^11.5.46 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 7bb7e88 Require phpunit ^11.5.46 in all composer.json files
2 parents c91b7d7 + 7bb7e88 commit 6ee8b28

File tree

37 files changed

+37
-37
lines changed

37 files changed

+37
-37
lines changed

src/agent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"require-dev": {
4040
"phpstan/phpstan": "^2.0",
4141
"phpstan/phpstan-strict-rules": "^2.0",
42-
"phpunit/phpunit": "^11.5.13",
42+
"phpunit/phpunit": "^11.5.46",
4343
"symfony/ai-store": "@dev",
4444
"symfony/cache": "^7.3|^8.0",
4545
"symfony/event-dispatcher": "^7.3|^8.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/http-client": "^7.3|^8.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^11.5.13"
33+
"phpunit/phpunit": "^11.5.46"
3434
},
3535
"minimum-stability": "dev",
3636
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony/clock": "^7.3|^8.0"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^11.5.13"
34+
"phpunit/phpunit": "^11.5.46"
3535
},
3636
"minimum-stability": "dev",
3737
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/http-client": "^7.3|^8.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^11.5.13"
33+
"phpunit/phpunit": "^11.5.46"
3434
},
3535
"minimum-stability": "dev",
3636
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/http-client": "^7.3|^8.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^11.5.13"
30+
"phpunit/phpunit": "^11.5.46"
3131
},
3232
"minimum-stability": "dev",
3333
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"symfony/http-client": "^7.3|^8.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^11.5.13"
30+
"phpunit/phpunit": "^11.5.46"
3131
},
3232
"minimum-stability": "dev",
3333
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symfony/http-client": "^7.3|^8.0"
3535
},
3636
"require-dev": {
37-
"phpunit/phpunit": "^11.5.13"
37+
"phpunit/phpunit": "^11.5.46"
3838
},
3939
"minimum-stability": "dev",
4040
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/http-client": "^7.3|^8.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^11.5.13"
29+
"phpunit/phpunit": "^11.5.46"
3030
},
3131
"minimum-stability": "dev",
3232
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"symfony/ai-store": "@dev"
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^11.5.13"
35+
"phpunit/phpunit": "^11.5.46"
3636
},
3737
"minimum-stability": "dev",
3838
"autoload": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"symfony/http-client": "^7.3|^8.0"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^11.5.13"
33+
"phpunit/phpunit": "^11.5.46"
3434
},
3535
"minimum-stability": "dev",
3636
"autoload": {

0 commit comments

Comments
 (0)