Skip to content

Commit

Permalink
add oneplace-tag as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JBinggi committed Feb 12, 2020
1 parent f01fe7e commit a971e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "oneplace/oneplace-contact",
"description": "onePlace Contact Module",
"type": "oneplace-module",
"version": "1.0.8.1",
"version": "1.0.8.2",
"license": "BSD-3-Clause",
"keywords": [
"laminas",
Expand All @@ -21,6 +21,7 @@
"require": {
"php": "^7.1",
"oneplace/oneplace-core": "^1.0.19",
"oneplace/oneplace-tag": "^1.0.6",
"phpoffice/phpspreadsheet": "^1.10"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Module {
*
* @since 1.0.0
*/
const VERSION = '1.0.8.1';
const VERSION = '1.0.8.2';

/**
* Load module config file
Expand Down

0 comments on commit a971e7d

Please sign in to comment.