Update deps & changelog format

main
Jordi Boggiano 12 years ago
parent 2b36f61596
commit 625e174f76

@ -1,4 +1,4 @@
* 1.0.0-alpha6 (2012-10-23) ### 1.0.0-alpha6 (2012-10-23)
* Schema: Added ability to pass additional options to repositories (i.e. ssh keys/client certificates to secure private repos) * Schema: Added ability to pass additional options to repositories (i.e. ssh keys/client certificates to secure private repos)
* Schema: Added a new `~` operator that should be prefered over `>=`, see http://getcomposer.org/doc/01-basic-usage.md#package-versions * Schema: Added a new `~` operator that should be prefered over `>=`, see http://getcomposer.org/doc/01-basic-usage.md#package-versions
@ -23,7 +23,7 @@
* Improved performance of a few essential code paths * Improved performance of a few essential code paths
* Many bug small fixes and docs improvements * Many bug small fixes and docs improvements
* 1.0.0-alpha5 (2012-08-18) ### 1.0.0-alpha5 (2012-08-18)
* Added `dump-autoload` command to only regenerate the autoloader * Added `dump-autoload` command to only regenerate the autoloader
* Added --optimize to `dump-autoload` to generate a more performant classmap-based autoloader for production * Added --optimize to `dump-autoload` to generate a more performant classmap-based autoloader for production
@ -41,7 +41,7 @@
* Improved error reporting on network failures and some other edge cases * Improved error reporting on network failures and some other edge cases
* Various minor bug fixes and docs improvements * Various minor bug fixes and docs improvements
* 1.0.0-alpha4 (2012-07-04) ### 1.0.0-alpha4 (2012-07-04)
* Break: The default `minimum-stability` is now `stable`, [read more](https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion) * Break: The default `minimum-stability` is now `stable`, [read more](https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion)
* Break: Custom installers now receive the IO instance and a Composer instance in their constructor * Break: Custom installers now receive the IO instance and a Composer instance in their constructor
@ -69,7 +69,7 @@
* Cleaned up / refactored the dependency solver code as well as the output for unsolvable requirements * Cleaned up / refactored the dependency solver code as well as the output for unsolvable requirements
* Various bug fixes and docs improvements * Various bug fixes and docs improvements
* 1.0.0-alpha3 (2012-05-13) ### 1.0.0-alpha3 (2012-05-13)
* Schema: Added `require-dev` for development-time requirements (tests, etc), install with --dev * Schema: Added `require-dev` for development-time requirements (tests, etc), install with --dev
* Schema: Added author.role to list the author's role in the project * Schema: Added author.role to list the author's role in the project
@ -91,7 +91,7 @@
* Fixed various bugs relating to package aliasing, proxy configuration, binaries * Fixed various bugs relating to package aliasing, proxy configuration, binaries
* Various bug fixes and docs improvements * Various bug fixes and docs improvements
* 1.0.0-alpha2 (2012-04-03) ### 1.0.0-alpha2 (2012-04-03)
* Added `create-project` command to install a project from scratch with composer * Added `create-project` command to install a project from scratch with composer
* Added automated `classmap` autoloading support for non-PSR-0 compliant projects * Added automated `classmap` autoloading support for non-PSR-0 compliant projects
@ -106,6 +106,6 @@
* Removed dependency on filter_var * Removed dependency on filter_var
* Various robustness & error handling improvements, docs fixes and more bug fixes * Various robustness & error handling improvements, docs fixes and more bug fixes
* 1.0.0-alpha1 (2012-03-01) ### 1.0.0-alpha1 (2012-03-01)
* Initial release * Initial release

36
composer.lock generated

@ -28,22 +28,22 @@
}, },
{ {
"name": "seld/jsonlint", "name": "seld/jsonlint",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "http://github.com/Seldaek/jsonlint", "url": "http://github.com/Seldaek/jsonlint",
"reference": "1.1.0" "reference": "1.1.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/Seldaek/jsonlint/archive/1.1.0.zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1.1.1",
"reference": "1.1.0", "reference": "1.1.1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"time": "2012-12-13 18:26:19", "time": "2013-02-11 23:03:12",
"bin": [ "bin": [
"bin/jsonlint" "bin/jsonlint"
], ],
@ -213,16 +213,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
"version": "1.2.7", "version": "1.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/php-code-coverage.git", "url": "git://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "1.2.7" "reference": "1.2.8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/php-code-coverage/archive/1.2.7.zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/1.2.8",
"reference": "1.2.7", "reference": "1.2.8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -235,7 +235,7 @@
"ext-dom": "*", "ext-dom": "*",
"ext-xdebug": ">=2.0.5" "ext-xdebug": ">=2.0.5"
}, },
"time": "2012-12-02 14:54:55", "time": "2013-02-14 08:01:51",
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
@ -444,16 +444,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "3.7.13", "version": "3.7.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "git://github.com/sebastianbergmann/phpunit.git", "url": "git://github.com/sebastianbergmann/phpunit.git",
"reference": "3.7.13" "reference": "3.7.14"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/sebastianbergmann/phpunit/archive/3.7.13.zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.14",
"reference": "3.7.13", "reference": "3.7.14",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -462,10 +462,10 @@
"ext-reflection": "*", "ext-reflection": "*",
"ext-spl": "*", "ext-spl": "*",
"php": ">=5.3.3", "php": ">=5.3.3",
"phpunit/php-code-coverage": ">=1.2.1", "phpunit/php-code-coverage": ">=1.2.1,<1.3.0",
"phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-file-iterator": ">=1.3.1",
"phpunit/php-text-template": ">=1.1.1", "phpunit/php-text-template": ">=1.1.1",
"phpunit/php-timer": ">=1.0.2", "phpunit/php-timer": ">=1.0.2,<1.1.0",
"phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0", "phpunit/phpunit-mock-objects": ">=1.2.0,<1.3.0",
"symfony/yaml": ">=2.1.0,<2.2.0" "symfony/yaml": ">=2.1.0,<2.2.0"
}, },
@ -473,9 +473,9 @@
"ext-json": "*", "ext-json": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"ext-tokenizer": "*", "ext-tokenizer": "*",
"phpunit/php-invoker": ">=1.1.0" "phpunit/php-invoker": ">=1.1.0,<1.2.0"
}, },
"time": "2013-01-13 10:21:19", "time": "2013-02-14 08:07:17",
"bin": [ "bin": [
"composer/bin/phpunit" "composer/bin/phpunit"
], ],

Loading…
Cancel
Save