Jordi Boggiano
|
d176f4c07e
|
Merge pull request #99 from henrikbjorn/help-command
HelpCommand
|
2011-11-07 07:08:37 -08:00 |
Henrik Bjørnskov
|
f85a31e2b0
|
Change the wording and link directly to packagist.org.
|
2011-11-07 14:30:01 +01:00 |
Henrik Bjørnskov
|
247f237f93
|
HelpCommand
Simple HelpCommand that displays the same information about Composer
that is availible in the README.md file.
|
2011-11-07 14:19:15 +01:00 |
Jordi Boggiano
|
fcde34cd3b
|
Exit nicely if there is no composer.json file
|
2011-11-07 12:05:15 +01:00 |
Jordi Boggiano
|
59206e1a11
|
Merge pull request #95 from henrikbjorn/autoload-relative
AutoloadGenerator.php miscalculates the path
|
2011-11-07 00:31:48 -08:00 |
Henrik Bjørnskov
|
8180117584
|
AutoloadGenerator.php miscalculates the path
Add tenary check to make sure relative specified paths arent seen as
absolute.
Fixises #94
|
2011-11-07 09:29:37 +01:00 |
Nils Adermann
|
20db55e3aa
|
Merge pull request #88 from Seldaek/installerinstaller
Add InstallerInstaller, refactored AutoloadGenerator, fixes #59
|
2011-11-06 16:08:52 -08:00 |
Nils Adermann
|
e1ca97d1d3
|
Merge pull request #90 from henrikbjorn/master
Add section to README.md
|
2011-11-06 15:47:31 -08:00 |
Jordi Boggiano
|
4b5abaf44f
|
Fixes in PEAR support
|
2011-11-06 20:24:52 +01:00 |
Jordi Boggiano
|
1a7bf8a7f8
|
Bugfixes
|
2011-11-06 01:09:48 +01:00 |
Jordi Boggiano
|
b7f6cf69ab
|
Add tests and fixes some issues
|
2011-11-05 23:54:05 +01:00 |
Jordi Boggiano
|
d4b7f802df
|
Fix typos
|
2011-11-05 23:54:03 +01:00 |
Jordi Boggiano
|
c8859240d2
|
Add InstallerInstaller, refactored AutoloadGenerator, fixes #59
|
2011-11-05 23:54:01 +01:00 |
Jordi Boggiano
|
f572bbb0bf
|
Allow JsonLoader to load by file name
|
2011-11-05 23:53:40 +01:00 |
Jordi Boggiano
|
293c45fabe
|
Fix unescaped backslash issue
|
2011-11-05 23:53:20 +01:00 |
Jordi Boggiano
|
4002cab25b
|
Merge pull request #87 from Seldaek/vcs
Add VCS Repository and Git + GitHub drivers
|
2011-11-04 08:15:34 -07:00 |
Henrik Bjørnskov
|
46295bbe51
|
Add Section to README.md
Information about installing composer in a system wide PEAR like way.
Change bin path
More readme updating on global install
|
2011-11-04 15:27:10 +01:00 |
Jordi Boggiano
|
2ff8858370
|
Add instructions to install from source
|
2011-11-04 11:24:03 +01:00 |
Jordi Boggiano
|
9c14d10641
|
Adjust tests to work with composer autoloader
|
2011-11-04 11:12:50 +01:00 |
Jordi Boggiano
|
60db5d2c3b
|
Adjust phar compiler to work with composer autoloader
|
2011-11-04 11:11:06 +01:00 |
Jordi Boggiano
|
b0e5d901ac
|
Update composer.json
|
2011-11-04 10:57:35 +01:00 |
Jordi Boggiano
|
f2ab4d08e5
|
Fetch default HEAD branch from remote
|
2011-11-04 10:07:31 +01:00 |
Jordi Boggiano
|
b6537324ef
|
Change to GitHub API v3 and fetch default branch
|
2011-11-04 09:59:55 +01:00 |
Nils Adermann
|
2b476ce2c4
|
Merge pull request #80 from Seldaek/inception
Make composer use itself for installing itself to install itself
|
2011-11-03 15:38:17 -07:00 |
Jordi Boggiano
|
5e3c55f171
|
Add support for multiple packages defining the same namespace prefix
|
2011-11-03 21:10:39 +01:00 |
Jordi Boggiano
|
bd712db727
|
Reverse-orders namespaces by specificity
|
2011-11-03 21:05:01 +01:00 |
Jordi Boggiano
|
0cfbea624e
|
Add warnings if OpenSSL is not enabled, fixes #84
|
2011-11-03 19:58:49 +01:00 |
Jordi Boggiano
|
82c1170fa1
|
Allow any package type to be installed by the default installer, fixes #86
|
2011-11-03 19:41:17 +01:00 |
Jordi Boggiano
|
1844940a39
|
Stricter validation for the repositories config
|
2011-11-03 19:32:28 +01:00 |
Jordi Boggiano
|
4c2e8596aa
|
Add VCS Repository and Git + GitHub drivers
|
2011-11-03 19:24:20 +01:00 |
Jordi Boggiano
|
066a0db752
|
Add detection for unescaped backslashes
|
2011-11-01 16:02:56 +01:00 |
Jordi Boggiano
|
f5aa3e6c79
|
Add detection for extra commas in arrays
|
2011-11-01 14:13:22 +01:00 |
Jordi Boggiano
|
0d5f6a8269
|
Make composer use itself for installing itself to install itself to install itself
|
2011-11-01 00:08:03 +01:00 |
Jordi Boggiano
|
6f1dab6233
|
Add symfony finder component
|
2011-11-01 00:07:42 +01:00 |
Jordi Boggiano
|
04fafc8f6a
|
Add Symfony Console component as dependency
|
2011-10-31 23:39:46 +01:00 |
Jordi Boggiano
|
36ae632436
|
Add composer.json (duh)
|
2011-10-31 22:19:55 +01:00 |
Nils Adermann
|
bca917db49
|
Merge pull request #79 from Seldaek/json_parsing
Add more json validation rules
|
2011-10-31 08:57:02 -07:00 |
Jordi Boggiano
|
c129d570e8
|
Add more json validation rules
|
2011-10-31 15:01:46 +01:00 |
Nils Adermann
|
5bd1722d7e
|
Merge pull request #77 from benja-M-1/master
Fix the exception "Invalid argument supplied for foreach()"
|
2011-10-30 16:24:05 -07:00 |
Benjamin Grandfond
|
72bfe8b92c
|
Fix Exception in Request
Fix the exception "Invalid argument supplied for foreach()" when the
install command is launched multiple times.
|
2011-10-30 23:53:44 +01:00 |
Jordi Boggiano
|
1feebcafe2
|
Add update command, fixes #28
|
2011-10-30 23:16:12 +01:00 |
Jordi Boggiano
|
7493cf7654
|
Fix locked installs
|
2011-10-30 22:56:10 +01:00 |
Jordi Boggiano
|
9108a3af7f
|
Fix PlatformRepo packages not being seen as installed
|
2011-10-30 22:09:00 +01:00 |
Jordi Boggiano
|
8aaac35ca1
|
Make installer type case insensitive
|
2011-10-30 22:01:37 +01:00 |
Jordi Boggiano
|
e00e6cddbe
|
Warn users of missing composer.json
|
2011-10-30 21:13:49 +01:00 |
Jordi Boggiano
|
6b6d6b6d82
|
Add --dev flag to InstallCommand to do source installs, fixes #26
|
2011-10-30 20:59:41 +01:00 |
Jordi Boggiano
|
36a724fa51
|
Search only for packages from the local repository in the locker
|
2011-10-30 20:29:52 +01:00 |
Jordi Boggiano
|
1ca3e5e5e2
|
Generate a map separated from the autoloader, fixes #74
Also the loader is now returned by the autoload.php
|
2011-10-30 20:29:06 +01:00 |
Jordi Boggiano
|
b100df33d8
|
Make ArrayDumper and ArrayLoader reversible
|
2011-10-30 20:16:41 +01:00 |
Jordi Boggiano
|
4904e76185
|
Install every package in its own directory, fixes #73
|
2011-10-30 19:10:37 +01:00 |