bprsk8r4272 wrote:so i manually put the file composer.phar there and then this
...requires php (>= 5.3.2.0). No package satisfies this dependency.
phpBB 3.1 requires PHP 5.3.2 or greater, and it seems that you don't have that.
abpphpbb3 wrote:"good" morning
I am a little bit disapointed that suddenly develloppers "cut" poeple from all the recent releases as we use windows (not linux) on local environnement and wampserver (or something like this).
we both (a friend and me) were following day after day the evolution of phpbb 3.10 for testing......for the moment it ended up.
why is it not possible to continue to give us the tool or really clear explanation which can enable us tu continue testing?
do not take my reflexion from a bad sense, I sais this because I'm attached to phpbb from a long time.
have a nice week end
Windows users haven't been "cut" from development. The only difference is that curl isn't available for a one-step process. Just use the download link on the composer site, put it in your phpBB folder and then run
php composer.phar install.
If you really want it all commandline based like the *nix folks, then you can use bitsadmin which has been around since at least XP SP2:
- Code: Select all
C:\current\phpBB>bitsadmin /transfer phpbbjob /download http://getcomposer.org/installer C:\current\phpBB\composer.installer
Replace C:\current with the path to your repo checkout. Then run
php composer.installer and follow the rest of the instructions.
Just to show that it does indeed work:
- Code: Select all
C:\current\phpBB>bitsadmin /transfer phpbbjob /download http://getcomposer.org/installer C:\current\phpBB\composer.installer
DISPLAY: 'phpbbjob' TYPE: DOWNLOAD STATE: TRANSFERRED
PRIORITY: NORMAL FILES: 1 / 1 BYTES: 4708 / 4708 (100%)
Transfer complete.
C:\current\phpBB>php composer.installer
?[0;32mAll settings correct for using Composer
?[0m?[0;32m
Composer successfully installed to: C:\current\phpBB\composer.phar?[0m?[33;33m
Use it: php composer.phar
?[0m
C:\current\phpBB>php composer.phar install
Installing from lock file
- Package symfony/event-dispatcher (v2.0.10)
Downloading: 100%
Unpacking archive
Cleaning up
Generating autoload files
C:\current\phpBB>cd ..
C:\current>phpunit
PHPUnit 3.6.10 by Sebastian Bergmann.
Configuration read from C:\current\phpunit.xml.dist
?[33;1mI?[0m............................................................ 61 / 1313 ( 4%)
............................................................. 122 / 1313 ( 9%)
............................................................. 183 / 1313 ( 13%)
............................................................. 244 / 1313 ( 18%)
............................................................. 305 / 1313 ( 23%)
............................................................. 366 / 1313 ( 27%)
............................................................. 427 / 1313 ( 32%)
............................................................. 488 / 1313 ( 37%)
............................................................. 549 / 1313 ( 41%)
............................................................. 610 / 1313 ( 46%)
............................................................. 671 / 1313 ( 51%)
............................................................. 732 / 1313 ( 55%)
............................................................. 793 / 1313 ( 60%)
............................................................. 854 / 1313 ( 65%)
............................................................. 915 / 1313 ( 69%)
............................................................. 976 / 1313 ( 74%)
............................................................. 1037 / 1313 ( 78%)
............................................................. 1098 / 1313 ( 83%)
............................................................. 1159 / 1313 ( 88%)
............................................................. 1220 / 1313 ( 92%)
............................................................. 1281 / 1313 ( 97%)
........
Time: 01:23, Memory: 34.50Mb
?[30;43m?[2KOK, but incomplete or skipped tests!
?[0m?[30;43m?[2KTests: 1289, Assertions: 10866, Incomplete: 1.
?[0m?[2K
C:\current>