Improve composer.json

Following great article from Jordi: http://seld.be/notes/new-composer-patterns

Changelogs summary:

 - paragonie/random_compat updated from 1.1.1 to 1.1.4
   See changes: https://github.com/paragonie/random_compat/compare/1.1.1...1.1.4
   Release notes: https://github.com/paragonie/random_compat/releases/tag/1.1.4

 - doctrine/cache updated from v1.5.2 to v1.5.4
   See changes: https://github.com/doctrine/cache/compare/v1.5.2...v1.5.4
   Release notes: https://github.com/doctrine/cache/releases/tag/v1.5.4

 - sensio/framework-extra-bundle updated from v3.0.11 to v3.0.12
   See changes: https://github.com/sensiolabs/SensioFrameworkExtraBundle/compare/v3.0.11...v3.0.12
   Release notes: https://github.com/sensiolabs/SensioFrameworkExtraBundle/releases/tag/v3.0.12

 - nelmio/cors-bundle updated from 1.4.0 to 1.4.1
   See changes: https://github.com/nelmio/NelmioCorsBundle/compare/1.4.0...1.4.1
   Release notes: https://github.com/nelmio/NelmioCorsBundle/releases/tag/1.4.1

 - friendsofsymfony/rest-bundle updated from 1.7.4 to 1.7.6
   See changes: https://github.com/FriendsOfSymfony/FOSRestBundle/compare/1.7.4...1.7.6
   Release notes: https://github.com/FriendsOfSymfony/FOSRestBundle/releases/tag/1.7.6

 - nelmio/api-doc-bundle updated from 2.11.0 to 2.11.1
   See changes: https://github.com/nelmio/NelmioApiDocBundle/compare/2.11.0...2.11.1
   Release notes: https://github.com/nelmio/NelmioApiDocBundle/releases/tag/2.11.1

 - neitanod/forceutf8 updated from v1.5 to v2.0
   See changes: https://github.com/neitanod/forceutf8/compare/v1.5...v2.0
   Release notes: https://github.com/neitanod/forceutf8/releases/tag/v2.0

 - j0k3r/graby-site-config updated from 1.0.9 to 1.0.10
   See changes: https://github.com/j0k3r/graby-site-config/compare/1.0.9...1.0.10
   Release notes: https://github.com/j0k3r/graby-site-config/releases/tag/1.0.10

 - j0k3r/graby updated from 1.0.6 to 1.0.7
   See changes: https://github.com/j0k3r/graby/compare/1.0.6...1.0.7
   Release notes: https://github.com/j0k3r/graby/releases/tag/1.0.7

 - sebastian/diff updated from 1.4.0 to 1.4.1
   See changes: https://github.com/sebastianbergmann/diff/compare/1.4.0...1.4.1
   Release notes: https://github.com/sebastianbergmann/diff/releases/tag/1.4.1

 - phpunit/phpunit updated from 4.8.19 to 4.8.21
   See changes: https://github.com/sebastianbergmann/phpunit/compare/4.8.19...4.8.21
   Release notes: https://github.com/sebastianbergmann/phpunit/releases/tag/4.8.21

 - kphoen/rulerz updated from 0.16.1 to 0.16.2
   See changes: https://github.com/K-Phoen/rulerz/compare/0.16.1...0.16.2
   Release notes: https://github.com/K-Phoen/rulerz/releases/tag/0.16.2
This commit is contained in:
Jeremy Benoist
2015-12-22 09:34:32 +01:00
parent bd2c8b4677
commit 516022d60e
2 changed files with 61 additions and 68 deletions

View File

@ -69,29 +69,22 @@
"phpunit/phpunit": "~4.4", "phpunit/phpunit": "~4.4",
"symfony/phpunit-bridge": "~2.7" "symfony/phpunit-bridge": "~2.7"
}, },
"repositories": [
{
"type": "vcs",
"url": "https://github.com/wallabag/phpMobi"
}
],
"scripts": { "scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"build-parameters": [ "build-parameters": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
],
"post-cmd": [
"@build-parameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-install-cmd": [
"@post-cmd"
],
"post-update-cmd": [
"@post-cmd"
] ]
}, },
"extra": { "extra": {

96
composer.lock generated
View File

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "a220bd9143d23fd3a86b2ed83e6551c9", "hash": "3cfde4d3168704b0058a99413c69fc5a",
"content-hash": "55bc43598b50ffeb3a1db44cfb267deb", "content-hash": "6916bff6c2a88f268cd6ca75aebbf4c6",
"packages": [ "packages": [
{ {
"name": "behat/transliterator", "name": "behat/transliterator",
@ -117,16 +117,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "v1.5.2", "version": "v1.5.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "47c7128262da274f590ae6f86eb137a7a64e82af" "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af", "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136",
"reference": "47c7128262da274f590ae6f86eb137a7a64e82af", "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -183,7 +183,7 @@
"cache", "cache",
"caching" "caching"
], ],
"time": "2015-12-03 10:50:37" "time": "2015-12-19 05:03:47"
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
@ -1106,17 +1106,17 @@
}, },
{ {
"name": "friendsofsymfony/rest-bundle", "name": "friendsofsymfony/rest-bundle",
"version": "1.7.4", "version": "1.7.6",
"target-dir": "FOS/RestBundle", "target-dir": "FOS/RestBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
"reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775" "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/64ba918b1eb47acb5aa7fef1ce95623235b53775", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/f95b2f141748e9a5e2ddae833f60c38417aee8c3",
"reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775", "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1188,7 +1188,7 @@
"keywords": [ "keywords": [
"rest" "rest"
], ],
"time": "2015-12-05 14:55:07" "time": "2015-12-20 13:45:30"
}, },
{ {
"name": "friendsofsymfony/user-bundle", "name": "friendsofsymfony/user-bundle",
@ -2480,16 +2480,16 @@
}, },
{ {
"name": "j0k3r/graby", "name": "j0k3r/graby",
"version": "1.0.6", "version": "1.0.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/j0k3r/graby.git", "url": "https://github.com/j0k3r/graby.git",
"reference": "c9f5543fad60dc4efd12195733f96bb4fdb0e6e0" "reference": "301f8c492be4c9b2bed8f29c32641636de0eca0a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby/zipball/c9f5543fad60dc4efd12195733f96bb4fdb0e6e0", "url": "https://api.github.com/repos/j0k3r/graby/zipball/301f8c492be4c9b2bed8f29c32641636de0eca0a",
"reference": "c9f5543fad60dc4efd12195733f96bb4fdb0e6e0", "reference": "301f8c492be4c9b2bed8f29c32641636de0eca0a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2532,20 +2532,20 @@
} }
], ],
"description": "Graby helps you extract article content from web pages", "description": "Graby helps you extract article content from web pages",
"time": "2015-12-02 13:22:19" "time": "2015-12-16 10:21:48"
}, },
{ {
"name": "j0k3r/graby-site-config", "name": "j0k3r/graby-site-config",
"version": "1.0.9", "version": "1.0.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git", "url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "7666fed2a2cd211ef366f6fed9ccddd8e0b9e623" "reference": "daea5cdd2c3d89cb90402205392423030f8eebce"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/7666fed2a2cd211ef366f6fed9ccddd8e0b9e623", "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/daea5cdd2c3d89cb90402205392423030f8eebce",
"reference": "7666fed2a2cd211ef366f6fed9ccddd8e0b9e623", "reference": "daea5cdd2c3d89cb90402205392423030f8eebce",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2568,7 +2568,7 @@
} }
], ],
"description": "Graby site config files", "description": "Graby site config files",
"time": "2015-12-03 19:49:20" "time": "2015-12-16 10:27:19"
}, },
{ {
"name": "j0k3r/php-readability", "name": "j0k3r/php-readability",
@ -2963,16 +2963,16 @@
}, },
{ {
"name": "kphoen/rulerz", "name": "kphoen/rulerz",
"version": "0.16.1", "version": "0.16.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/K-Phoen/rulerz.git", "url": "https://github.com/K-Phoen/rulerz.git",
"reference": "d5dbd1c8d9fd5f0732a710de93056dce92ff927a" "reference": "2b4fd796dadad204353e966b9f53040225ce6871"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d5dbd1c8d9fd5f0732a710de93056dce92ff927a", "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871",
"reference": "d5dbd1c8d9fd5f0732a710de93056dce92ff927a", "reference": "2b4fd796dadad204353e966b9f53040225ce6871",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3029,7 +3029,7 @@
"doctrine", "doctrine",
"specification" "specification"
], ],
"time": "2015-12-05 18:18:05" "time": "2015-12-07 22:24:24"
}, },
{ {
"name": "kphoen/rulerz-bundle", "name": "kphoen/rulerz-bundle",
@ -3481,17 +3481,17 @@
}, },
{ {
"name": "nelmio/api-doc-bundle", "name": "nelmio/api-doc-bundle",
"version": "2.11.0", "version": "2.11.1",
"target-dir": "Nelmio/ApiDocBundle", "target-dir": "Nelmio/ApiDocBundle",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/NelmioApiDocBundle.git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
"reference": "49238f44aa73f545c0a927b00251c89a0acf3005" "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/49238f44aa73f545c0a927b00251c89a0acf3005", "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a",
"reference": "49238f44aa73f545c0a927b00251c89a0acf3005", "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3561,7 +3561,7 @@
"documentation", "documentation",
"rest" "rest"
], ],
"time": "2015-12-04 08:15:49" "time": "2015-12-08 13:19:42"
}, },
{ {
"name": "nelmio/cors-bundle", "name": "nelmio/cors-bundle",
@ -3689,16 +3689,16 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "1.1.1", "version": "1.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32" "reference": "d762ee5b099a29044603cd4649851e81aa66cb47"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/a208865a5aeffc2dbbef2a5b3409887272d93f32", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47",
"reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32", "reference": "d762ee5b099a29044603cd4649851e81aa66cb47",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3733,7 +3733,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2015-12-01 02:52:15" "time": "2015-12-10 14:48:13"
}, },
{ {
"name": "phpcollection/phpcollection", "name": "phpcollection/phpcollection",
@ -6114,16 +6114,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "4.8.19", "version": "4.8.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "b2caaf8947aba5e002d42126723e9d69795f32b4" "reference": "ea76b17bced0500a28098626b84eda12dbcf119c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c",
"reference": "b2caaf8947aba5e002d42126723e9d69795f32b4", "reference": "ea76b17bced0500a28098626b84eda12dbcf119c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6182,7 +6182,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2015-11-30 08:18:59" "time": "2015-12-12 07:45:58"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
@ -6306,23 +6306,23 @@
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
"version": "1.4.0", "version": "1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828" "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/2b0112e42c338afa9ad9dfeb94d66f6d84c2f828", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
"reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828", "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.3" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~5" "phpunit/phpunit": "~4.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -6354,7 +6354,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2015-12-06 07:21:36" "time": "2015-12-08 07:14:41"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",