Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Package versions increased for compatibility.
  • Loading branch information
prajapati-kaushik authored Aug 25, 2022
1 parent ef4098e commit 0cebd57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
],
"require": {
"php": ">=7.2.0",
"symfony/console": "^4.0",
"symfony/yaml": "^3.0|^4.0",
"symfony/dotenv": "^4.0",
"doctrine/inflector": "^1.0",
"symfony/console": "^4.0 || ^5.0",
"symfony/yaml": "^3.0|^4.0 || ^5.0",
"symfony/dotenv": "^4.0 || ^5.0 ",
"doctrine/inflector": "^1.0 || ^2.0",
"webonyx/graphql-php": "^0.13.1",
"symfony/serializer": "^4.2"
"symfony/serializer": "^4.2 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0cebd57

Please sign in to comment.