Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an example of issue creation #44

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update the composer.json
Thomas Keller committed Jun 11, 2015
commit 643c6f287363940be32b8130c6633a835505c6c7
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert changes to this file.

"name": "chobie/jira-api-restclient",
"description": "JIRA REST API.",
"name": "t-keller/jira-api-restclient",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To use your fork instead of original package you need to specify this in your composer.json file:

"repositories": [
    {
        "type": "vcs",
        "url": "https://github.com/t-keller/jira-api-restclient"
    }
],

"description": "Jira REST API Wrapper",
"keywords": ["jira","rest","api"],
"type": "library",
"license": "MIT",
@@ -9,6 +9,10 @@
"name": "Shuhei Tanuma",
"homepage": "http://chobie.github.io/",
"email": "chobieeee@php.net"
},
{
"name": "Thomas Keller",
"homepage": "https://github.com/t-keller"
}
],
"minimum-stability": "dev",