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

Composer tilde #591

Merged
merged 2 commits into from Feb 5, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ test/fixtures/treetest/build/
vendor/
composer.lock
composer.phar
.idea/
Copy link
Member

Choose a reason for hiding this comment

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

+1 ;o)

Copy link
Member

Choose a reason for hiding this comment

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

-5 Please don't add such stuff to project .gitignore.
This is stuff that belongs to your users ~/.gitignore!

Copy link
Contributor

Choose a reason for hiding this comment

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

reverted

Copy link
Member

Choose a reason for hiding this comment

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

@marcj, @staabm Please see http://git-scm.com/docs/gitignore on how to set up those correctly :-)

Copy link
Member

Choose a reason for hiding this comment

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

@havvg, oh, thanks! yay, you never stop learning :-)

Copy link
Member Author

Choose a reason for hiding this comment

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

@havvg thanks for pointing to this neat feature!

2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"include-path": ["runtime/lib", "generator/lib"],
"require": {
"php": ">=5.2.4",
"phing/phing": "2.4.12"
"phing/phing": "~2.4"
},
"extra": {
"branch-alias": {
Expand Down