Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

@variable@ not replaced when installed using composer #96

Open
pierrejoye opened this issue Sep 5, 2013 · 2 comments
Open

@variable@ not replaced when installed using composer #96

pierrejoye opened this issue Sep 5, 2013 · 2 comments

Comments

@pierrejoye
Copy link

hi!

1st attempt with phrozn (like to use it for windows.php.net).

Using composer for the install, the @variable@ are not replaced with their respective values.

@pierrejoye
Copy link
Author

well, investigated this problem a bit more and it looks like composer's pear support is useless.

It actually does not install anything but put the archive contents in vendor/. It should actually install them in vendor/, using the pear installer, so everything will run smoothly (variables replacements, config, include_path, etc.)

I sadly have no time to fix that or to "fix phrozn" to do not use pear, but that would be a good thing in the long run. Everything about archives is easily done using core php extensions, only table and console packages (except console option) may need some more work.

@farazdagi
Copy link
Collaborator

@pierrejoye Thanks for your suggestion. Yep, I tend to agree that we can get rid of PEAR packages in Phrozn, and provide the very same functionality either using PHP native means or some more modern 3rd party packages (like components from Symfony2 project, which are discrete and have great support by composer). Will look into it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants