-
-
-
-
tests/test.bootstrap.inc.php (Diff revision 1) this will fail if it's not present. Composer must stay optional
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+340 -1) |
-
-
-
-
tests/test.bootstrap.inc.php (Diff revision 2) First, this needs to be the other way around.
Second, even the other way around is still wrong, because also include_once barks if the file does not exist.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+352 -4) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 4 (+352 -4) |
Change Summary:
please check if the suggest messages are ok.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 5 (+359 -4) |
-
-
composer.json (Diff revision 5) missing at least:
- mysqlnd_ms
- msgpackmaybe also
- gettext
- mysqli -
-
-
-
tests/test.bootstrap.inc.php (Diff revision 5) this can be anywhere, doesn't have to be in this directory.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 6 (+367 -4) |
-
-
composer.json (Diff revisions 5 - 6) Explanations here need to get to the point where people actually know what this is needed for. At the very least this needs to mention the packages they are used in, and even better would be if they mentioned for what.
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 7 (+367 -4) |
Change Summary:
i need to check the other suggest messages more but at least you can review this for when i am back next week.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 8 (+361 -4) |
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 9 (+361 -4) |
-
-
-
-
-
composer.json (Diff revision 9) "Extended" suggests there's "Basic" HTTP support without it, which is not true. Also, Shadow is not supporting HTTP at all. It's using pecl_http for other reasons
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 10 (+370 -4) |
-
-
composer.json (Diff revisions 9 - 10) probably need to require a specific PHP version too, which would need to be 5.6 in our case.
-
-
-
-
-
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 11 (+371 -4) |
-
-
composer.json (Diff revisions 10 - 11) I think these should be less exact. It's unlikely that someone else will just include all of Lunr in their project (particularly because I won't put it on packagist), but if someone would do it, the exact versions would cause conflicts.
Just stick to the respective stable branches, except for the ones that need specific versions (mysqldn_ms, php-resque, apns-php)
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 12 (+371 -4) |
-
-
composer.json (Diff revisions 11 - 12) ">=" is no good, since it doesn't shield against API breaks. There's a different operator for staying on the same stable branch
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 13 (+371 -4) |
-
-
composer.json (Diff revisions 12 - 13) xdebug doesn't need to be that strict. I think ~2.4 should be fine
-
composer.lock (Diff revisions 12 - 13) We need svn revision 335219, which is 2 years newer than 1.6.0
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 14 (+370 -4) |
-
-
composer.json (Diff revisions 13 - 14) typically svn revisions are noted as r335219, is the format a given from composer's side?
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 15 (+372 -4) |
-
-
composer.json (Diff revision 15) this is non-functional
1) we have PHP 5.6 as required, but uopz 5 is PHP 7 only
2) it's either runkit or uopz, not both. They don't even run on the same PHP version