-
Notifications
You must be signed in to change notification settings - Fork 42
New Symfony and GraphQLite versions #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
ffd0c9e
f07540a
c6b6b79
8e606f3
f489d4c
3bb6569
6bf8351
d8002cd
0fab790
a41d88d
88cf5a4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -16,32 +16,31 @@ | |||||
} | ||||||
], | ||||||
"require" : { | ||||||
"php" : ">=8.1", | ||||||
"php" : ">=8.2", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why is this upgraded? Is it just for symfony 7? In this case it may be possible to keep it to 8.1 as it is still supported.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the problem is symfony/validator itself |
||||||
"ext-json": "*", | ||||||
"thecodingmachine/graphqlite" : "^6.0", | ||||||
"thecodingmachine/graphqlite-symfony-validator-bridge" : "^6.0", | ||||||
"symfony/framework-bundle": "^6", | ||||||
"symfony/validator": "^6", | ||||||
"symfony/translation": "^6", | ||||||
"thecodingmachine/graphqlite" : "^7.0", | ||||||
"thecodingmachine/graphqlite-symfony-validator-bridge": "^6.0 || ^7.0", | ||||||
"symfony/framework-bundle": "^6.0 || ^7.0", | ||||||
"symfony/validator": "^6.0 || ^7.0", | ||||||
"symfony/translation": "^6.0 || ^7.0", | ||||||
"doctrine/annotations": "^1.13 || ^2.0.1", | ||||||
"symfony/psr-http-message-bridge": "^2.0", | ||||||
"symfony/psr-http-message-bridge": "^6.0 || ^7.0", | ||||||
"nyholm/psr7": "^1.1", | ||||||
"laminas/laminas-diactoros": "^2.2.2", | ||||||
"laminas/laminas-diactoros": "^2.2 || ^3.0", | ||||||
"overblog/graphiql-bundle": "^0.2 || ^0.3", | ||||||
fogrye marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
"thecodingmachine/cache-utils": "^1", | ||||||
"symfony/console": "^6" | ||||||
"symfony/console": "^6.0 || ^7.0" | ||||||
}, | ||||||
"require-dev": { | ||||||
"symfony/security-bundle": "^6", | ||||||
"symfony/yaml": "^6", | ||||||
"symfony/security-bundle": "^6.0 || ^7.0", | ||||||
"symfony/yaml": "^6.0 || ^7.0", | ||||||
"beberlei/porpaginas": "^1.2 || ^2.0", | ||||||
"php-coveralls/php-coveralls": "^2.1.0", | ||||||
"symfony/phpunit-bridge": "^6 || ^7", | ||||||
"symfony/phpunit-bridge": "^6.0 || ^7.0", | ||||||
"phpstan/phpstan": "^1.8", | ||||||
"composer/package-versions-deprecated": "^1.8" | ||||||
}, | ||||||
"conflict": { | ||||||
"mouf/classname-mapper": "<1.0.2", | ||||||
"symfony/event-dispatcher": "<4.3", | ||||||
"symfony/security-core": "<4.3", | ||||||
"symfony/routing": "<4.3", | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.