Well this is so frustrating, the installer wont work for me if I run it manually. It shows this error message:
Installing dependencies
Error: Unable to install dependencies; Composer returned: Loading composer repos
itories with package information
Installing dependencies from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for phpdocumentor/template-abstract == 1.0.2.0 -> sat
isfiable by phpdocumentor/template-abstract 1.0.2.
- phpdocumentor/template-abstract 1.0.2 requires ext-xsl -> no matching pa
ckage found.
Problem 2
- Installation request for phpdocumentor/template-checkstyle == 1.0.1.0 -> s
atisfiable by phpdocumentor/template-checkstyle 1.0.1.
- phpdocumentor/template-checkstyle 1.0.1 requires ext-xsl -> no matching
package found.
Problem 3
- Installation request for phpdocumentor/template-new-black == 1.0.3.0 -> sa
tisfiable by phpdocumentor/template-new-black 1.0.3.
- phpdocumentor/template-new-black 1.0.3 requires ext-xsl -> no matching p
ackage found.
Problem 4
- Installation request for phpdocumentor/template-old-ocean == 1.0.1.0 -> sa
tisfiable by phpdocumentor/template-old-ocean 1.0.1.
- phpdocumentor/template-old-ocean 1.0.1 requires ext-xsl -> no matching p
ackage found.
Problem 5
- Installation request for phpdocumentor/template-responsive == 1.0.6.0 -> s
atisfiable by phpdocumentor/template-responsive 1.0.6.
- phpdocumentor/template-responsive 1.0.6 requires ext-xsl -> no matching
package found.
Problem 6
- Installation request for phpdocumentor/template-zend == 1.0.1.0 -> satisfi
able by phpdocumentor/template-zend 1.0.1.
- phpdocumentor/template-zend 1.0.1 requires ext-xsl -> no matching packag
e found.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your min
imum-stability setting
see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for
more details.
D:\Business\Apache\htdocs\phpdocumentor>
I thought it was because I had not got pear yet, so I attempted to install pear on my computer. I ran the command 'php go-pear.phar', and received error message again:
Could not open input file: go-pear.phar
I then searched through internet to find possible causes of this problem, and this link seemed to have provided some insights:
http://blog.pear.php.net/2009/07/01/php-53-windows-and-pear/
So a non-pharred version? It wouldnt work either, another error message displayed after I ran it:
Sorry your PHP version is too new(5.3.5) for this go-pear. Instead use http://pear.php.net/go-pear.phar for a more stable and current version of go-pear, more suited to your php version.
And it is telling me to go back to run go-pear.phar again... And this cycle just keeps repeating...
So am I just screwed for this? I already tried my best, it just wont work in any way. I thought it was because of my poor skills at running prompt commands before, but now its getting a lot more complex. Is there really no way I could hope to run phpdocumentor from my local machine then? 🙁