Skip to content

Commit

Permalink
Use flexible version constraints for Drupal 10.0.x release cycle (#11)
Browse files Browse the repository at this point in the history
* Update composer.json
* Allow appropriate veresions for Drupal 10.0.x release cycle.
  • Loading branch information
mohit-rocks authored Jan 18, 2024
1 parent 8fc939e commit f7a65bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "*",
"psr/http-message": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-message-implementation": "*",
"psr/log": "^3.0",
"symfony/serializer": "^6.4"
"symfony/serializer": "^6.2 || ^6.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
Expand Down

0 comments on commit f7a65bb

Please sign in to comment.