You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADE-2.0.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
- packages are now wrapped into a `"packages"` top level key instead of the whole file being the package array
29
29
- packages now contain an `"installed-path"` key which lists where they were installed
30
30
- there is a top level `"dev"` key which stores whether dev requirements were installed or not
31
+
- Removed `OperationInterface::getReason` as it the data was not accurate. There is no replacement available.
31
32
-`PreFileDownloadEvent` now receives an `HttpDownloader` instance instead of `RemoteFilesystem`, and that instance cannot be overridden by listeners anymore
32
33
-`VersionSelector::findBestCandidate`'s third argument (phpVersion) was removed in favor of passing in a complete PlatformRepository instance into the constructor
33
34
-`InitCommand::determineRequirements`'s fourth argument (phpVersion) should now receive a complete PlatformRepository instance or null if platform requirements are to be ignored
0 commit comments