Skip to content

Commit 2b064c8

Browse files
authored
Merge pull request #42 from manuvarkey/dev
Update php packages
2 parents 60100e2 + b88f712 commit 2b064c8

File tree

371 files changed

+19834
-6519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

371 files changed

+19834
-6519
lines changed

Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ public function getPluginHomepage()
5252

5353
public function getCompatibleVersion()
5454
{
55-
return '>=1.0.37';
55+
return '>=1.2.22';
5656
}
5757
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Author
1212
Requirements
1313
------------
1414

15-
- Kanboard >= 1.0.37
15+
- Kanboard >= 1.2.22
1616
- Telegram bot
1717

1818
Installation

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"discard-changes": true
1515
},
1616
"require" : {
17-
"php" : ">=5.3",
18-
"longman/telegram-bot" : "0.51.0"
17+
"php" : ">=7.3|>=8.0",
18+
"longman/telegram-bot" : "0.82.0"
1919
}
2020
}

0 commit comments

Comments
 (0)