Skip to content

Commit

Permalink
Merge pull request #134 from DaveLiddament/feature/support-symfony-7
Browse files Browse the repository at this point in the history
ADD support for symfony 7
  • Loading branch information
DaveLiddament authored Dec 10, 2023
2 parents 7c4c724 + 90d3b1c commit b13ea39
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
},
"require": {
"php": ">=8.0 <8.4",
"symfony/config": "^5.4 || ^6.0.19",
"symfony/console": "^5.4 || ^6.0.19",
"symfony/dependency-injection": "^5.4 || ^6.0.20",
"symfony/process": "^5.4 || ^6.0.19",
"symfony/yaml": "^5.4 || ^6.0.19",
"symfony/config": "^5.4 || ^6 || ^7",
"symfony/console": "^5.4 || ^6 || ^7",
"symfony/dependency-injection": "^5.4 || ^6 || ^7",
"symfony/process": "^5.4 || ^6 || ^7",
"symfony/yaml": "^5.4 || ^6 || ^7",
"webmozart/assert": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.41.1",
"php-parallel-lint/php-parallel-lint": "~1.2.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"php-parallel-lint/php-var-dump-check": "^v0.5",
"phpstan/phpstan": "^1.10.48",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-webmozart-assert": "^1.2.4",
"phpunit/phpunit": "^9.6.15",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/filesystem": "^5.4 || ^6.0.19",
"symfony/filesystem": "^5.4 || ^6 || ^7",
"vimeo/psalm": "^5.17.0"
},
"bin" : ["sarb"],
Expand Down
34 changes: 17 additions & 17 deletions composer.lock

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

0 comments on commit b13ea39

Please sign in to comment.