Jordi Boggiano
|
95cbc62520
|
Merge remote-tracking branch 'chr0n1x/fix-require-dev-warning'
|
2013-12-30 14:09:10 +01:00 |
Luís Otávio Cobucci Oblonczyk
|
0f2c0ab389
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/Composer/Downloader/FileDownloader.php
|
2013-12-29 00:37:08 +00:00 |
chr0n1x
|
528d35a835
|
ConfigValidator: ensure that require-dev exists during override check
- Ensure that require-dev is present before checking for dependeny overrides.
- A small grammar update for the warning message.
|
2013-12-28 00:40:27 -05:00 |
Jordi Boggiano
|
09602bbf00
|
Merge pull request #2531 from cordoval/1762-document-archive
[Docu | WCM] add documentation entry for archive command on 03-cli.md
|
2013-12-27 04:48:40 -08:00 |
Jordi Boggiano
|
60dd4f865f
|
Merge pull request #2532 from pborreli/typos
Fixed typos
|
2013-12-27 04:47:03 -08:00 |
Pascal Borreli
|
2f4df9d459
|
Fixed typos
|
2013-12-27 11:51:01 +00:00 |
Luis Cordova
|
32eba1f142
|
plug version example to the command call
|
2013-12-27 05:34:52 -05:00 |
Luis Cordova
|
05af035219
|
add documentation entry for archive command on 03-cli.md
|
2013-12-27 05:26:01 -05:00 |
Jordi Boggiano
|
6ead35f189
|
Add version arg, docs for --rollback and reorganize the code, refs #2522
|
2013-12-27 11:06:41 +01:00 |
Jordi Boggiano
|
47a542ea89
|
Merge remote-tracking branch 'chr0n1x/feature-selfupdate-rollback'
|
2013-12-26 17:55:29 +01:00 |
Jordi Boggiano
|
040a9e3977
|
Merge pull request #2529 from mavimo/patch-1
Fixed missing closed warning tag.
|
2013-12-26 08:44:41 -08:00 |
Jordi Boggiano
|
f85a366eb9
|
Finalize new autoloader-suffix config value, refs #2524, fixes #1413
|
2013-12-26 17:40:52 +01:00 |
Marco Vito Moscaritolo
|
32b18a9409
|
Fixed missing closed warning tag.
In a console output a warning tag is not closed
|
2013-12-26 17:33:03 +01:00 |
Jordi Boggiano
|
d4b7548cd9
|
Merge remote-tracking branch 'stanlemon/configure-autoloader-suffix'
|
2013-12-26 17:32:09 +01:00 |
Jordi Boggiano
|
384ed2822d
|
Fire pre-update|install-cmd event as early as it should be, refs #2520
|
2013-12-26 16:35:54 +01:00 |
Jordi Boggiano
|
8a5d072b87
|
Merge pull request #2519 from cebe/patch-1
Docs: Added Note about tags vs. version constraint
|
2013-12-26 06:40:28 -08:00 |
Jordi Boggiano
|
fa60a9974a
|
Merge pull request #2515 from asgrim/patch-1
Add information on how to run scripts manually
|
2013-12-26 05:37:23 -08:00 |
Jordi Boggiano
|
4ae5c95c8d
|
Detect require overrides, fixes #2503
|
2013-12-26 12:31:43 +01:00 |
Jordi Boggiano
|
3f3dc4f32b
|
Merge pull request #2512 from adanlobato/fix/minor-typo
Fixed minor typo on 'require' property
|
2013-12-26 03:18:55 -08:00 |
Jordi Boggiano
|
bcb5e38bcb
|
Merge pull request #2496 from oziks/fix-exclude
Fix error on check exclude from download composer.json
|
2013-12-26 01:23:24 -08:00 |
Stan Lemon
|
5fd3223aec
|
Updates per @stof
|
2013-12-23 11:27:33 -05:00 |
Stan Lemon
|
d6c46f2091
|
Allow the autoloader suffix to be configured from a project's composer.json
|
2013-12-22 22:01:42 -05:00 |
Andreas Hennings
|
0a4b18ce86
|
More interesting generator tests for PSR-4.
|
2013-12-22 19:58:27 +01:00 |
Andreas Hennings
|
bda2bcac13
|
Fix indentation of assignment in AutoloadGeneratorTest
|
2013-12-22 19:39:09 +01:00 |
Andreas Hennings
|
8966376f40
|
Verify generation of autoload_psr4.php even if empty.
|
2013-12-22 19:38:11 +01:00 |
Andreas Hennings
|
8e11a7684f
|
phar compiler should also compile autoload_psr4.php
|
2013-12-22 19:24:58 +01:00 |
Andreas Hennings
|
e4bbd83f13
|
expected message in ValidatingArrayLoaderTest should also contain psr-4 as allowed key.
|
2013-12-22 19:03:23 +01:00 |
chr0n1x
|
d26355ef65
|
SelfUpdateCommand: removed unneeded return
|
2013-12-22 00:59:02 -05:00 |
chr0n1x
|
0c76bba8bb
|
SelfUpdateCommand: do not delete old snapshots, allow user to clean them
|
2013-12-22 00:36:24 -05:00 |
chr0n1x
|
bc5ce1ce04
|
SelfUpdateCommand: only use 1 rollback snapshot at a time
|
2013-12-22 00:22:27 -05:00 |
chr0n1x
|
2760221767
|
SelfUpdateCommand: initial groundwork for --rollback
|
2013-12-21 03:06:10 -05:00 |
Carsten Brandt
|
cf676880c1
|
Docs: Added Note about tags vs. version constraint
I made this mistake myself a few days ago, so I think it will be useful to note that here.
|
2013-12-20 13:41:08 +01:00 |
Jordi Boggiano
|
fb72d26def
|
Merge pull request #2517 from glennpratt/hhvm-travis
Test HHVM on Travis-CI, allowing failures.
|
2013-12-20 02:53:52 -08:00 |
Glenn Pratt
|
120f8d92fd
|
Test HHVM on Travis-CI, allowing failures.
|
2013-12-19 16:44:46 -06:00 |
Max Gfeller
|
067a8e764f
|
Added a new method to check if an event has any listeners registered.
|
2013-12-19 08:48:41 +01:00 |
Max Gfeller
|
a12ed492ef
|
Don't throw exception in the doDispatch method.
|
2013-12-19 08:47:55 +01:00 |
Max Gfeller
|
421b09dc44
|
Check if a given event has registered any listeners. If not the script
is not defined in the composer.json file
|
2013-12-19 08:46:36 +01:00 |
Max Gfeller
|
f1c1ba27b4
|
Throw an exception if no listeners have been found for given event.
|
2013-12-19 07:58:58 +01:00 |
Max Gfeller
|
040bbaca51
|
Don't throw an exception if the called script is not one of the
event-scripts. This makes it possible for one to define their own
scripts like "make-release" etc.
|
2013-12-19 07:54:16 +01:00 |
James Titcumb
|
7799c27df0
|
Removed sneaky typo
|
2013-12-18 21:59:10 +00:00 |
James Titcumb
|
8bdffd75ce
|
Add information on how to run scripts manually
|
2013-12-18 21:58:20 +00:00 |
Adán Lobato
|
f9f144862e
|
Fixed minor typo on 'require' property
|
2013-12-17 09:33:46 +01:00 |
Jordi Boggiano
|
0e9a9a3875
|
Merge pull request #2509 from glenjamin/opcache-ext
Ensure detected extensions have valid package names
|
2013-12-16 13:58:46 -08:00 |
Nils Adermann
|
95bafebc75
|
Merge pull request #2510 from simensen/plugin-load-repository-made-public
Make PluginManager::loadRepository public
|
2013-12-16 07:22:45 -08:00 |
Beau Simensen
|
5caee06c44
|
Make PluginManager::loadRepository public
|
2013-12-16 09:21:00 -06:00 |
Nils Adermann
|
b63634396b
|
Merge pull request #2508 from simensen/plugin-manager-skips-alias-packages
Skip aliases packages when looking for plugins.
|
2013-12-16 06:34:19 -08:00 |
Glen Mailer
|
3620796b7d
|
Ensure detected extensions have valid package names
|
2013-12-16 08:51:19 +00:00 |
Beau Simensen
|
9ca884944c
|
Skip aliases packages when looking for plugins.
|
2013-12-15 23:14:58 -06:00 |
Andreas Hennings
|
c0aad84d8b
|
Validation to make the combination of target-dir with psr-4 illegal.
|
2013-12-14 16:33:59 +01:00 |
Andreas Hennings
|
39c09d5192
|
Add psr-4 stuff in a few more places.
|
2013-12-14 16:28:27 +01:00 |