38 Commits (e36f2ea618642f803faa2d2e5c8484ce5591b211)

Author SHA1 Message Date
Javier Spagnoletti e36f2ea618 Added branch-alias for dev-master to --version|-V output when current version is actually a revision (a non release/git tag).
This replies the work done in #3352 respecting other uses of ```Composer::VERSION``` constant.

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| Doc PR        | none
10 years ago
Jordi Boggiano b0cabd1e98 Revert "Added branch-alias for dev-master to ```--version|-V``` output when current", fixes #3356
This reverts commit 225a8f7a56.
10 years ago
Javier Spagnoletti 225a8f7a56 Added branch-alias for dev-master to ```--version|-V``` output when current
version is actually a revision (a non release/git tag).
Example:

Before:
```
$ composer --version
Composer version 73e9db5d99 2014-10-07 15:03:19
```

After:
```
$ composer --version
Composer version 1.0-dev (73e9db5d99) 2014-10-07 15:03:19
```

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Doc PR        | none
10 years ago
Andreas Hennings 8e11a7684f phar compiler should also compile autoload_psr4.php 11 years ago
Jordi Boggiano 78edca3ad6 Only replace version in Composer.php, fix user agent 11 years ago
Jordi Boggiano 5b96caf8ce Add version release date to -V output, fixes #2267 11 years ago
John Long 908b71b7e5 Add class property Compiler::$version
Compiler::$version is referenced within compile, addFile, and getStub
11 years ago
Jordi Boggiano cee34b4faa Add the include_paths.php autoload file to the phar when it is present 12 years ago
Jordi Boggiano 2b36f61596 Use full hash in version information of dev phars, fixes #1502 12 years ago
Jordi Boggiano c446331a02 Fix phar compilation 12 years ago
Sergey Linnik 2448c5a7c2 don't display dev expiration time warning when running self-update command 12 years ago
Jordi Boggiano 1bd4ccbd54 php-cs-fixer magic 12 years ago
Jordi Boggiano d57ad21346 Add +30 days warnings for the dev phars 12 years ago
Tom Klingenberg 74ca58bcb6 Use of SPDX license identifiers. 12 years ago
Jordi Boggiano 15ab5868a3 Move composer metafiles back in a composer dir, except autoload.php 12 years ago
Jordi Boggiano 22fe296ad0 Move .composer files out into the vendor dir, fixes #497 12 years ago
Christophe Coevoet d3d5c15e6f Removed the Symfony2 tests from the phar archive
Components' tests are now distributed with the code, making the
archive far bigger if we don't exclude them.
12 years ago
Jordi Boggiano 26b3a1711f Add handling for phar 12 years ago
Jordi Boggiano 4b24b972a7 Improve stripping 12 years ago
Jordi Boggiano 32adc8908d Fix line numbers in phars 12 years ago
Jordi Boggiano fcca58ceb6 Fix phar 12 years ago
Jordi Boggiano 7ceca9b789 Suppress relaxed schema and build it on the fly in php, refs #151 12 years ago
Konstantin Tjuterev 49491a9140 Added path to exceptions thrown in enforceCleanDirectory for Hg & Svn also; Imporved exception when git log cannot be run by Compiler 12 years ago
Konstantin Tjuterev e072607e90 More descriptive exceptions wording 12 years ago
Jordi Boggiano 5b42f99441 fix LICENSE hack in compile script 12 years ago
Jordi Boggiano 5c320238ae Update compiler, fixes #386 12 years ago
Beau Simensen bc4e06424e Use tag as package version if built off of a tag 12 years ago
Jordi Boggiano 6905e3a7ae Disable gzip compression of the phar 13 years ago
Jordi Boggiano 0a4f36ea6d Fix phar compilation 13 years ago
Jordi Boggiano 565e084769 Revert "Added "-d detect_unicode=0" to the php shebang to work around https://bugs.php.net/bug.php?id=36711."
This reverts commit 045ae0e5ce.
13 years ago
Mark Sonnabaum 045ae0e5ce Added "-d detect_unicode=0" to the php shebang to work around https://bugs.php.net/bug.php?id=36711. 13 years ago
Igor Wiedler 6697385ee2 also check for non-zero status code for git command 13 years ago
Igor Wiedler b15ec17a06 implement a self-update command (closes #83) 13 years ago
Jordi Boggiano 60db5d2c3b Adjust phar compiler to work with composer autoloader 13 years ago
Jordi Boggiano 7d4e67b335 Fix phar compiler 13 years ago
Ryan Weaver 96b51c59d8 Adding some basic PHPDoc 13 years ago
Ryan Weaver d13a2e928e Removing reference to Silex, replacing with Composer 13 years ago
xaav 1607ac2404 Added phar compiler 13 years ago