Jordi Boggiano
|
b0cabd1e98
|
Revert "Added branch-alias for dev-master to ```--version|-V``` output when current", fixes #3356
This reverts commit 225a8f7a56 .
|
2014-10-16 08:43:09 +01:00 |
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
|
2014-10-13 16:17:28 -03:00 |
Andreas Hennings
|
8e11a7684f
|
phar compiler should also compile autoload_psr4.php
|
2013-12-22 19:24:58 +01:00 |
Jordi Boggiano
|
78edca3ad6
|
Only replace version in Composer.php, fix user agent
|
2013-11-22 11:06:22 +01:00 |
Jordi Boggiano
|
5b96caf8ce
|
Add version release date to -V output, fixes #2267
|
2013-09-16 14:08:43 +02:00 |
John Long
|
908b71b7e5
|
Add class property Compiler::$version
Compiler::$version is referenced within compile, addFile, and getStub
|
2013-05-23 23:36:48 -05:00 |
Jordi Boggiano
|
cee34b4faa
|
Add the include_paths.php autoload file to the phar when it is present
|
2013-02-21 18:53:39 +01:00 |
Jordi Boggiano
|
2b36f61596
|
Use full hash in version information of dev phars, fixes #1502
|
2013-02-13 14:32:50 +01:00 |
Jordi Boggiano
|
c446331a02
|
Fix phar compilation
|
2012-08-21 10:44:05 +02:00 |
Sergey Linnik
|
2448c5a7c2
|
don't display dev expiration time warning when running self-update command
|
2012-06-24 14:18:07 +04:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
d57ad21346
|
Add +30 days warnings for the dev phars
|
2012-05-13 11:28:19 +02:00 |
Tom Klingenberg
|
74ca58bcb6
|
Use of SPDX license identifiers.
|
2012-05-12 10:50:48 +02:00 |
Jordi Boggiano
|
15ab5868a3
|
Move composer metafiles back in a composer dir, except autoload.php
|
2012-04-22 22:18:19 +02:00 |
Jordi Boggiano
|
22fe296ad0
|
Move .composer files out into the vendor dir, fixes #497
|
2012-04-19 21:55:35 +02:00 |
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.
|
2012-04-02 09:32:24 +03:00 |
Jordi Boggiano
|
26b3a1711f
|
Add handling for phar
|
2012-04-01 20:59:50 +02:00 |
Jordi Boggiano
|
4b24b972a7
|
Improve stripping
|
2012-03-14 15:38:55 +01:00 |
Jordi Boggiano
|
32adc8908d
|
Fix line numbers in phars
|
2012-03-14 15:38:55 +01:00 |
Jordi Boggiano
|
fcca58ceb6
|
Fix phar
|
2012-03-10 10:46:30 +01:00 |
Jordi Boggiano
|
7ceca9b789
|
Suppress relaxed schema and build it on the fly in php, refs #151
|
2012-03-08 00:44:09 +01:00 |
Konstantin Tjuterev
|
49491a9140
|
Added path to exceptions thrown in enforceCleanDirectory for Hg & Svn also; Imporved exception when git log cannot be run by Compiler
|
2012-03-07 10:06:03 +02:00 |
Konstantin Tjuterev
|
e072607e90
|
More descriptive exceptions wording
|
2012-03-06 19:21:45 +02:00 |
Jordi Boggiano
|
5b42f99441
|
fix LICENSE hack in compile script
|
2012-03-06 08:44:41 +01:00 |
Jordi Boggiano
|
5c320238ae
|
Update compiler, fixes #386
|
2012-03-05 23:33:31 +01:00 |
Beau Simensen
|
bc4e06424e
|
Use tag as package version if built off of a tag
|
2012-03-04 10:04:02 -08:00 |
Jordi Boggiano
|
6905e3a7ae
|
Disable gzip compression of the phar
|
2012-02-15 18:21:17 +01:00 |
Jordi Boggiano
|
0a4f36ea6d
|
Fix phar compilation
|
2012-01-23 10:02:28 +01:00 |
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 .
|
2012-01-22 21:42:50 +01:00 |
Mark Sonnabaum
|
045ae0e5ce
|
Added "-d detect_unicode=0" to the php shebang to work around https://bugs.php.net/bug.php?id=36711.
|
2012-01-11 21:05:27 -06:00 |
Igor Wiedler
|
6697385ee2
|
also check for non-zero status code for git command
|
2011-11-13 00:22:52 +01:00 |
Igor Wiedler
|
b15ec17a06
|
implement a self-update command (closes #83)
|
2011-11-12 19:44:28 +01:00 |
Jordi Boggiano
|
60db5d2c3b
|
Adjust phar compiler to work with composer autoloader
|
2011-11-04 11:11:06 +01:00 |
Jordi Boggiano
|
7d4e67b335
|
Fix phar compiler
|
2011-10-02 23:38:54 +02:00 |
Ryan Weaver
|
96b51c59d8
|
Adding some basic PHPDoc
|
2011-09-14 06:52:21 -05:00 |
Ryan Weaver
|
d13a2e928e
|
Removing reference to Silex, replacing with Composer
|
2011-09-13 19:34:48 -05:00 |
xaav
|
1607ac2404
|
Added phar compiler
|
2011-08-03 23:57:27 +02:00 |