Skip to content

Commit

Permalink
Fix version range
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Nov 25, 2023
1 parent 808ac6f commit ffd8cd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"typescript": "5.3.2"
},
"dependencies": {
"@cucumber/messages": "<=24"
"@cucumber/messages": ">=19.1.4 <=24"
},
"directories": {
"test": "test"
Expand Down
4 changes: 2 additions & 2 deletions php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^8.1",
"ext-mbstring": "*",
"cucumber/messages": "<=24"
"cucumber/messages": ">=19.1.4 <=24"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand All @@ -30,7 +30,7 @@
"url": "https://github.com/cucumber/messages-php",
"options": {
"versions": {
"cucumber/messages": "19.0.0"
"cucumber/messages": "19.1.4"
}
}
}
Expand Down

0 comments on commit ffd8cd2

Please sign in to comment.