Skip to content

Commit

Permalink
Merge pull request #26 from fr3nch13/2.x-dev
Browse files Browse the repository at this point in the history
Typehint updates.
  • Loading branch information
fr3nch13 authored Feb 6, 2020
2 parents aa73dfb + 8c11c5e commit f46f1d6
Show file tree
Hide file tree
Showing 6 changed files with 463 additions and 495 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fr3nch13/cakephp-jira",
"description": "A CakePHP Plugin to intereact with Jira.",
"description": "A CakePHP 4.x Plugin to intereact with Jira.",
"keywords": ["cakephp", "plugin", "jira"],
"homepage": "https://github.com/fr3nch13/cakephp-jira",
"type": "cakephp-plugin",
Expand All @@ -16,7 +16,7 @@
"prefer-stable": true,
"require": {
"php": "^7.2",
"lesstif/php-jira-rest-client": "^1.41"
"lesstif/php-jira-rest-client": "^1.44"
},
"require-dev": {
"fr3nch13/cakephp-pta": "2.0.2"
Expand Down
Loading

0 comments on commit f46f1d6

Please sign in to comment.