Skip to content

Commit

Permalink
📦 Support only Symfony 6.4+ and 7.0+ to simplify maintaining both ver…
Browse files Browse the repository at this point in the history
…sions compatibility
  • Loading branch information
andrew-demb committed Dec 4, 2024
1 parent 5af2cf5 commit afb902d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"ext-json": "*",
"thecodingmachine/graphqlite" : "^6.0",
"thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0",
"symfony/config": "^6 || ^7",
"symfony/console": "^6 || ^7",
"symfony/framework-bundle": "^6 || ^7",
"symfony/validator": "^6 || ^7",
"symfony/translation": "^6 || ^7",
"symfony/config": "^6.4 || ^7",
"symfony/console": "^6.4 || ^7",
"symfony/framework-bundle": "^6.4 || ^7",
"symfony/validator": "^6.4 || ^7",
"symfony/translation": "^6.4 || ^7",
"doctrine/annotations": "^1.13 || ^2.0.1",
"symfony/psr-http-message-bridge": "^2.0",
"nyholm/psr7": "^1.1",
Expand All @@ -33,11 +33,11 @@
"thecodingmachine/cache-utils": "^1"
},
"require-dev": {
"symfony/security-bundle": "^6 || ^7",
"symfony/yaml": "^6 || ^7",
"symfony/security-bundle": "^6.4 || ^7",
"symfony/yaml": "^6.4 || ^7",
"beberlei/porpaginas": "^1.2 || ^2.0",
"php-coveralls/php-coveralls": "^2.1.0",
"symfony/phpunit-bridge": "^6 || ^7",
"symfony/phpunit-bridge": "^6.4 || ^7",
"phpstan/phpstan": "^1.8",
"composer/package-versions-deprecated": "^1.8",
"composer/semver": "^3.4"
Expand Down

0 comments on commit afb902d

Please sign in to comment.