Skip to content

Commit 9a2e13b

Browse files
committed
minor #1153 Require phpstan/phpstan ^2.1 (OskarStark)
This PR was merged into the main branch. Discussion ---------- Require `phpstan/phpstan` ^2.1 | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- 7bff09a Require phpstan ^2.1 in all composer.json files
2 parents 0579b14 + 7bff09a commit 9a2e13b

File tree

35 files changed

+35
-35
lines changed

35 files changed

+35
-35
lines changed

src/agent/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"symfony/type-info": "^7.3|^8.0"
3838
},
3939
"require-dev": {
40-
"phpstan/phpstan": "^2.0",
40+
"phpstan/phpstan": "^2.1",
4141
"phpstan/phpstan-strict-rules": "^2.0",
4242
"phpunit/phpunit": "^11.5.46",
4343
"symfony/ai-store": "@dev",

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-
"phpstan/phpstan": "^2.0",
33+
"phpstan/phpstan": "^2.1",
3434
"phpstan/phpstan-strict-rules": "^2.0",
3535
"phpunit/phpunit": "^11.5.46"
3636
},

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-
"phpstan/phpstan": "^2.0",
34+
"phpstan/phpstan": "^2.1",
3535
"phpstan/phpstan-strict-rules": "^2.0",
3636
"phpunit/phpunit": "^11.5.46"
3737
},

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-
"phpstan/phpstan": "^2.0",
33+
"phpstan/phpstan": "^2.1",
3434
"phpstan/phpstan-strict-rules": "^2.0",
3535
"phpunit/phpunit": "^11.5.46"
3636
},

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-
"phpstan/phpstan": "^2.0",
30+
"phpstan/phpstan": "^2.1",
3131
"phpstan/phpstan-strict-rules": "^2.0",
3232
"phpunit/phpunit": "^11.5.46"
3333
},

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-
"phpstan/phpstan": "^2.0",
30+
"phpstan/phpstan": "^2.1",
3131
"phpstan/phpstan-strict-rules": "^2.0",
3232
"phpunit/phpunit": "^11.5.46"
3333
},

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-
"phpstan/phpstan": "^2.0",
37+
"phpstan/phpstan": "^2.1",
3838
"phpstan/phpstan-strict-rules": "^2.0",
3939
"phpunit/phpunit": "^11.5.46"
4040
},

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-
"phpstan/phpstan": "^2.0",
29+
"phpstan/phpstan": "^2.1",
3030
"phpstan/phpstan-strict-rules": "^2.0",
3131
"phpunit/phpunit": "^11.5.46"
3232
},

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-
"phpstan/phpstan": "^2.0",
35+
"phpstan/phpstan": "^2.1",
3636
"phpstan/phpstan-strict-rules": "^2.0",
3737
"phpunit/phpunit": "^11.5.46"
3838
},

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-
"phpstan/phpstan": "^2.0",
33+
"phpstan/phpstan": "^2.1",
3434
"phpstan/phpstan-strict-rules": "^2.0",
3535
"phpunit/phpunit": "^11.5.46"
3636
},

0 commit comments

Comments
 (0)