Skip to content

Commit 0f1d6cc

Browse files
committed
upgrade deps
1 parent 0a8659c commit 0f1d6cc

9 files changed

Lines changed: 4010 additions & 2398 deletions

File tree

.scenarios.lock/symfony4/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^8.1",
16+
"php": "^8.4",
1717
"guzzlehttp/guzzle": "^6.2.2 || ^7.5.0",
1818
"friendsofphp/proxy-manager-lts": "^1.0",
1919
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"test": [
39-
"vendor/bin/phpstan analyze src/",
39+
"vendor/bin/phpstan analyze",
4040
"vendor/bin/phpunit"
4141
],
4242
"post-install-cmd": [

.scenarios.lock/symfony4/composer.lock

Lines changed: 694 additions & 572 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scenarios.lock/symfony5/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
},
1515
"require": {
16-
"php": "^8.1",
16+
"php": "^8.4",
1717
"guzzlehttp/guzzle": "^6.2.2 || ^7.5.0",
1818
"friendsofphp/proxy-manager-lts": "^1.0",
1919
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0",
@@ -36,7 +36,7 @@
3636
},
3737
"scripts": {
3838
"test": [
39-
"vendor/bin/phpstan analyze src/",
39+
"vendor/bin/phpstan analyze",
4040
"vendor/bin/phpunit"
4141
],
4242
"post-install-cmd": [

0 commit comments

Comments
 (0)