Skip to content

Commit

Permalink
[BUGFIX] Require mkforms >= 3.0.14 (#22)
Browse files Browse the repository at this point in the history
This fixes some issues with PHP 7.
  • Loading branch information
oliverklee authored Jan 30, 2018
1 parent 27f5e8d commit a91b77a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Removed

### Fixed
- require mkforms >= 3.0.14 (#22)

## 1.4.0

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"typo3/cms-frontend": "^6.2.14 || ^7.6.23",
"sjbr/static-info-tables": "^6.3.7",
"oliverklee/oelib": "^1.3.0 || ^2.0.0",
"dmk/mkforms": "^3.0.0"
"dmk/mkforms": "^3.0.14"
},
"require-dev": {
"typo3/cms-scheduler": "^6.2.14 || ^7.6.23",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'typo3' => '6.2.0-7.9.99',
'static_info_tables' => '6.3.7-',
'oelib' => '1.3.0-2.9.99',
'mkforms' => '3.0.0-3.99.99',
'mkforms' => '3.0.14-3.99.99',
],
'conflicts' => [
'sourceopt' => '',
Expand Down

0 comments on commit a91b77a

Please sign in to comment.