Skip to content

Contributing guide#103

Merged
Ocramius merged 4 commits intodoctrine:masterfrom
sovaalexandr:master
Dec 17, 2016
Merged

Contributing guide#103
Ocramius merged 4 commits intodoctrine:masterfrom
sovaalexandr:master

Conversation

@sovaalexandr
Copy link
Copy Markdown

[resolves #102 ] Doctrine ORM CONTRIBUTING.md changed to collections context.

CONTRIBUTING.md Outdated

## Travis

We automatically run your pull request through [Travis CI](http://www.travis-ci.org)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I suggest to use https://travis-ci.org here, to avoid going through a useless redirection.

CONTRIBUTING.md Outdated
## Travis

We automatically run your pull request through [Travis CI](http://www.travis-ci.org)
against PHP 5.5, PHP 5.6, PHP 7 and HHVM. If you break the tests, we cannot merge your code,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I would say against supported PHP versions to avoid having to maintain this list when it changes

composer.json Outdated
"require": {
"php": "^5.5 || ^7.0"
"php": "^5.5 || ^7.0",
"doctrine/coding-standard": "~0.1@dev"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

must be a dev requirement. We don't want to install it in each project using the package

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks a lot. Put it here by mistake - sure it's only dev requirement.

@Ocramius Ocramius added this to the 1.4.0 milestone Dec 17, 2016
@Ocramius Ocramius self-assigned this Dec 17, 2016
@Ocramius
Copy link
Copy Markdown
Member

LGTM 👍

@Ocramius Ocramius merged commit d741466 into doctrine:master Dec 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Contributing guideline

3 participants