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: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
* Break: For forward compatibility, you should change your deployment scripts to run `composer install --no-dev`. The install command will install dev dependencies by default starting in the next release
4
4
* Break: The `update` command now has --dev enabled by default. --no-dev can be used to update without dev requirements, but it will create an incomplete lock file and is discouraged
5
+
* Break: Removed support for lock files created before 2012-09-15 due to their outdated unusable format
5
6
* Added `preferred-install` config option to always enable --prefer-source or --prefer-dist
6
7
* Added wildcard support in the update whitelist, e.g. to update all packages of a vendor do `composer update vendor/*`
7
8
* Added `archive` command to archive the current directory or a given package
0 commit comments