Skip to content

Commit 1696060

Browse files
authored
Merge pull request #12 from OS2Forms/feature/6107-upgrade-os2forms-core-requirement
6107: Upgraded os2forms core requirements
2 parents ff19a71 + 247566d commit 1696060

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ about writing changes to this log.
88

99
## [Unreleased]
1010

11+
## [2.3.0]
12+
13+
* Allowed `os2forms/os2forms` `5.x`.
14+
* Disallowed `os2forms/os2forms` `3.x`.
15+
1116
## [2.2.1]
1217

1318
- Allowed `os2forms/os2forms` 4.0.
@@ -49,7 +54,8 @@ about writing changes to this log.
4954

5055
- Release 1.0.0
5156

52-
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.2.1...HEAD
57+
[Unreleased]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.3.0...HEAD
58+
[2.3.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.2.1...2.3.0
5359
[2.2.1]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.2.0...2.2.1
5460
[2.2.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.1.0...2.2.0
5561
[2.1.0]: https://github.com/OS2Forms/os2forms_rest_api/compare/2.0.3...2.1.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cweagans/composer-patches": "^1.7",
2222
"drupal/key_auth": "^2.0",
2323
"drupal/webform_rest": "^4.1",
24-
"os2forms/os2forms": "^3.13 || ^4.0"
24+
"os2forms/os2forms": "^4.0 || ^5.0"
2525
},
2626
"require-dev": {
2727
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",

0 commit comments

Comments
 (0)