Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ about writing changes to this log.

## [Unreleased]

## [2.3.0]

* Allowed `os2forms/os2forms` `5.x`.
* Disallowed `os2forms/os2forms` `3.x`.

## [2.2.1]

- Allowed `os2forms/os2forms` 4.0.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cweagans/composer-patches": "^1.7",
"drupal/key_auth": "^2.0",
"drupal/webform_rest": "^4.1",
"os2forms/os2forms": "^3.13 || ^4.0"
"os2forms/os2forms": "^4.0 || ^5.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
Expand Down
Loading