Page MenuHomeDevCentral

Solve Composer conflict dependency
ClosedPublic

Authored by dereckson on Oct 17 2017, 13:25.
Tags
None
Referenced Files
F7091427: D1061.diff
Sun, Apr 20, 14:04
F7090452: D1061.id2717.diff
Sun, Apr 20, 13:47
F7090078: D1061.id2718.diff
Sun, Apr 20, 13:39
F7082318: D1061.id.diff
Sun, Apr 20, 09:46
Unknown Object (File)
Sat, Apr 19, 02:55
Unknown Object (File)
Tue, Apr 8, 05:30
Unknown Object (File)
Mon, Apr 7, 15:44
Unknown Object (File)
Fri, Apr 4, 02:11
Subscribers
None

Details

Summary

Conflict:

  • Phan 0.9.5 introduced a dependency to nikic/php-parser, in 3.1.1
  • psysh 0.7 requires the same dependency, but in version 1.2.2-2.1.1
  • We currently use Laravel 5.2, which requires psysh 0.6 or 0.7
  • We need psysh 0.8+ to solve this dependency issue
  • Laravel 5.3+ is happy with psysh 0.8+

Plan is so to force the last version of Phan before the dependnecy
to nikic/php-parser, ie 0.9.4.

When the code will be upgraded to use Laravel 5.3+,
to bump the Phan version will then be possible.

The composer package has been renamed to phan/phan, so this change
also switches to this new vendor name.

Fixes T1258.

Test Plan
$ rm -rf vendor composer.lock
$ composer install

Diff Detail

Repository
rNOTIF Notifications center
Lint
Lint Not Applicable
Unit
Tests Not Applicable