5906 Commits (395d115d9b40d799dadc9f4c5b73cd54820112e3)
 

Author SHA1 Message Date
Jordi Boggiano fc0da27d84 Add more debug output when writing to cache 9 years ago
Jordi Boggiano 6f21bd425a Update deps 9 years ago
Giorgio Premi fd0026b542 Detect infinite script call recursion 9 years ago
Giorgio Premi a25492d1b9 Allow composer script call with @ syntax 9 years ago
Jordi Boggiano 649dc78f08 Merge pull request #4583 from alcohol/show-warning-for-bad-classmap
fixes #4562
9 years ago
Rob Bast 991d25115f fixes #4562 9 years ago
Rob Bast 07da489245 update semver and spdx 9 years ago
Rob e8b6a08a51 Merge pull request #4580 from maddhatter/xcopy-overwrite
Have xcopy overwrite existing files
9 years ago
Shawn Tunney 54584e6b0f Have xcopy overwrite existing files 9 years ago
Rob 63698facf5 Merge pull request #4579 from remicollet/issue-jsontest
skip no more needed with jsonc 1.3.9
9 years ago
Remi Collet a6c6537529 skip no more needed with jsonc 1.3.9 9 years ago
Pierre Rudloff 879d34589b XzDownloader test 9 years ago
Jordi Boggiano 2d24ed8e74 Improve error reporting 9 years ago
Pierre Rudloff 3abad250e9 .tar.xz downloader 9 years ago
Jordi Boggiano 5a5088eb34 Add docs about wildcard support 9 years ago
Jordi Boggiano 87081f3be8 Merge pull request #4568 from annesosensio/patch-1
Made wildcard expansion consistent with bash
9 years ago
Jordi Boggiano 735d4a692e Fix validating array loader tests 9 years ago
annesosensio 2e4157145b Made wildcard expansion consistent with bash 9 years ago
Jordi Boggiano ac1a0c898d Add exclude-from-classmap support in validation 9 years ago
Jordi Boggiano 6c16510743 Add support for wildcards in exclude-from-classmap, refs #1607 9 years ago
Jordi Boggiano 463236cb74 Close code block in docs and tweak some wording 9 years ago
Jordi Boggiano f1b0c073ad Tweaked exclude-from-classmap: windows support, normalize paths and make sure they are all package-relative and do not leak to other packages, refs #1607 9 years ago
Jordi Boggiano 084f6de24e Merge remote-tracking branch 'trivago/add_exclude'
Conflicts:
	doc/04-schema.md
	src/Composer/Autoload/AutoloadGenerator.php
9 years ago
Jordi Boggiano ef2856ef55 Take php version into account for create-project command version selection 9 years ago
Louis Lagrange 842e09a143 Typo 9 years ago
Louis Lagrange 3df536a3ba Wrap lines at the correct limit
Assuming this limit is 80 cols.
9 years ago
Rob c7ed232ef4 Merge pull request #4529 from jeroenseegers/warn-on-commit-reference
Generate a warning when a commit reference is used
9 years ago
Rob 1bb6bf8e79 Merge pull request #4559 from xelan/bugfix-escape-brackets
Escape angle brackets for commit message output
9 years ago
xelan 32517d90d2 Escape angle brackets for commit message output 9 years ago
David Walker e0a6419992 When classmap authoratative is enabled, there should be no reason to load 3 files, and process them when autoloader will return false 9 years ago
Louis Lagrange fbe2a5e726 Add "out of memory" tip 9 years ago
Jordi Boggiano c557715669 Normalize operators 9 years ago
Rob 8dd795c50b Merge pull request #4548 from paladox/patch-7
Add 64-bit testing support
9 years ago
paladox 079901c7ee Update appveyor.yml 9 years ago
paladox 816769299c Add 64-bit testing support 9 years ago
Jordi Boggiano 32ec1a756f Bump dependencies and allow symfony3 9 years ago
Jordi Boggiano 599ad77167 Merge pull request #4542 from bd808/feature/support-merge-plugin
Allow easier manipulation of RootAliasPackage
9 years ago
Jordi Boggiano 742c1d6691 Switch to psr-4, closes #4531 9 years ago
Jordi Boggiano 9d676a7671 Fix 5.3.3 build 9 years ago
Jordi Boggiano e093b9d594 Update deps, refs #4427 9 years ago
Jordi Boggiano 6582c337d0 Fix typo 9 years ago
Jordi Boggiano 8e99cec3e7 Fix ref to findShortestPath 9 years ago
Jordi Boggiano 05c464aaf6 Merge remote-tracking branch 'origin/master' 9 years ago
Bryan Davis dc40bf9f51 Remove unused local variables from AliasPackage 9 years ago
Bryan Davis 06c44ce998 Add setters used by composer-merge-plugin to RootPackageInterface
Extend RootPackageInterface with setter functions used by
composer-merge-plugin and implement them for RootAliasPackage. This will
allow composer-merge-plugin and similar code that manipulates the root
package at runtime to ignore the difference between a RootPackage and
a RootAliasPackage.
9 years ago
Jordi Boggiano 193a072d3c Clarify that the abstract constraint should not be relied upon anymore 9 years ago
Bryan Davis 2eb0af264b Allow RootAliasPackage to override cached values
AliasPackage caches the values of 'requires', 'devRequires',
'conflicts', 'provides', 'replaces' locally to allow `self.version`
references to be properly updated to reference the alias. Plugins like
composer-merge-plugin that manipulate these settings at runtime need to
be able to change the values after alias construction.
9 years ago
Jordi Boggiano 1160b782c8 Deduplicate classmap creation and add support for loading classmaps on the fly for plugins & co 9 years ago
Jordi Boggiano 1698e50aff Update changelog 9 years ago
Jordi Boggiano 8cd6598d8d Simplify php version fetching 9 years ago