Skip to content

Commit

Permalink
build(deps): Upgrade to Symfony 7, Drop PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Dec 3, 2023
1 parent 50357e6 commit 9708dbf
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.7",
"jetbrains/phpstorm-attributes": "^1.0",
"mschop/pathogen": "^0.7.1",
"siketyan/yarn-lock": "^1.0",
"symfony/config": "^6.3",
"symfony/console": "^6.3",
"symfony/dependency-injection": "^6.3",
"symfony/process": "^6.3",
"symfony/yaml": "^6.3",
"siketyan/yarn-lock": "^1.1",
"symfony/config": "^7.0",
"symfony/console": "^7.0",
"symfony/dependency-injection": "^7.0",
"symfony/process": "^7.0",
"symfony/yaml": "^7.0",
"yosymfony/toml": "^1.0"
},
"require-dev": {
Expand All @@ -32,7 +32,7 @@
"phpunit/phpunit": "^9.5",
"psr/cache": "^3",
"psr/log": "^3",
"quartetcom/static-analysis-kit": "~8.1.16"
"quartetcom/static-analysis-kit": "~8.2.7"
},
"repositories": [
{
Expand Down
Loading

0 comments on commit 9708dbf

Please sign in to comment.