Skip to content

Commit

Permalink
Merge pull request #2 from prajapati-kaushik/package-version-increase…
Browse files Browse the repository at this point in the history
…d-for-compatibility-0000

build: package version increased for compatibility #0000
  • Loading branch information
joostfaassen authored Dec 23, 2022
2 parents 2362c47 + c67da25 commit 5d23dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 || ^5.0",
"symfony/yaml": "^3.0|^4.0 || ^5.0",
"symfony/dotenv": "^4.0 || ^5.0 ",
"symfony/console": "^4.0 || ^5.0 || ^6.0",
"symfony/yaml": "^3.0|^4.0 || ^5.0 || 6.0",
"symfony/dotenv": "^4.0 || ^5.0 || ^6.0",
"doctrine/inflector": "^1.0 || ^2.0",
"webonyx/graphql-php": "^0.13.1",
"symfony/serializer": "^4.2 || ^5.0"
"symfony/serializer": "^4.2 || ^5.0 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5d23dcc

Please sign in to comment.