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

Updated composer.json to allow newer versions of log4php. #28

Merged
merged 2 commits into from Sep 12, 2014

Conversation

wormling
Copy link
Contributor

This is needed to allow me to install both PAGI and PAMI in the same project via composer.

@@ -20,6 +20,6 @@
},
"require": {
"php": ">=5.3.3",
"apache/log4php": "2.1.0"
"apache/log4php": ">=2.1.0"
Copy link
Owner

Choose a reason for hiding this comment

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

cool! how about leveraging it to the version in PAMI ? i'll be happy to merge

This now matches PAMI to allow composer installation of both PAGI and PAMI in the same project without a conflict.
marcelog added a commit that referenced this pull request Sep 12, 2014
Updated composer.json to allow newer versions of log4php.
@marcelog marcelog merged commit 319a960 into marcelog:master Sep 12, 2014
@marcelog
Copy link
Owner

Thanks! :)

Grummfy pushed a commit to Grummfy/PAGI that referenced this pull request Jan 20, 2015
Updated composer.json to allow newer versions of log4php.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants