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 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
* 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 --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
* 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: 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
* 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 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
* 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 automated `classmap` autoloading support for non-PSR-0 compliant projects
@ -106,6 +106,6 @@
* Removed dependency on filter_var
* 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

36
composer.lock generated

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

Loading…
Cancel
Save