Skip to content

Commit

Permalink
Merge pull request #158 from siketyan/feat/php81-sf6
Browse files Browse the repository at this point in the history
feat: Downgrade to PHP 8.1, Symfony 6
  • Loading branch information
siketyan authored Jan 2, 2024
2 parents 4a3de75 + c896959 commit af40b6f
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 144 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ updates:
directory: /
schedule:
interval: weekly
groups:
symfony:
patterns:
- 'symfony/*'

- package-ecosystem: docker
directory: /
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
strategy:
matrix:
php:
- '8.1'
- '8.2'
steps:
- uses: actions/checkout@v4
Expand Down
13 changes: 12 additions & 1 deletion .idea/php.xml

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

14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
],
"minimum-stability": "stable",
"require": {
"php": "^8.2",
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.7",
"jetbrains/phpstorm-attributes": "^1.0",
"mschop/pathogen": "^0.7.1",
"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",
"symfony/config": "^6.4|^7.0",
"symfony/console": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/yaml": "^6.4|^7.0",
"yosymfony/toml": "^1.0"
},
"require-dev": {
"phpunit/php-code-coverage": "^10.1",
"phpunit/phpunit": "^10.5",
"psr/cache": "^3",
"psr/log": "^3",
"quartetcom/static-analysis-kit": "~8.2.7"
"quartetcom/static-analysis-kit": "~8.1.19"
},
"repositories": [
{
Expand Down
Loading

0 comments on commit af40b6f

Please sign in to comment.