Skip to content

Commit

Permalink
Support both Symfony 6 and 7
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobono committed Jan 21, 2025
1 parent 58cc91a commit 0fc8a09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@
"homepage" : "http://mouf-php.com"
}
],
"repositories": [{
"type": "vcs",
"url": "https://github.com/enricobono/graphqlite-symfony-validator-bridge"
}
],
"require" : {
"php" : ">=8.1",
"ext-json": "*",
"thecodingmachine/graphqlite" : "^8",
"thecodingmachine/graphqlite-symfony-validator-bridge": "^7.1.1",
"thecodingmachine/graphqlite-symfony-validator-bridge": "dev-support-symfony-6",
"symfony/config": "^6.4 || ^7",
"symfony/console": "^6.4 || ^7",
"symfony/framework-bundle": "^6.4 || ^7",
Expand Down

0 comments on commit 0fc8a09

Please sign in to comment.