diff options
-rw-r--r-- | composer.json | 25 | ||||
-rw-r--r-- | composer.lock | 96 |
2 files changed, 57 insertions, 64 deletions
diff --git a/composer.json b/composer.json index 4018cd51..cce26702 100644 --- a/composer.json +++ b/composer.json | |||
@@ -69,29 +69,22 @@ | |||
69 | "phpunit/phpunit": "~4.4", | 69 | "phpunit/phpunit": "~4.4", |
70 | "symfony/phpunit-bridge": "~2.7" | 70 | "symfony/phpunit-bridge": "~2.7" |
71 | }, | 71 | }, |
72 | "repositories": [ | ||
73 | { | ||
74 | "type": "vcs", | ||
75 | "url": "https://github.com/wallabag/phpMobi" | ||
76 | } | ||
77 | ], | ||
78 | "scripts": { | 72 | "scripts": { |
79 | "post-install-cmd": [ | 73 | "build-parameters": [ |
80 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 74 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" |
81 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | ||
82 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | ||
83 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | ||
84 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | ||
85 | ], | 75 | ], |
86 | "post-update-cmd": [ | 76 | "post-cmd": [ |
87 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 77 | "@build-parameters", |
88 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 78 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
89 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 79 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
90 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | 80 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", |
91 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | 81 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
92 | ], | 82 | ], |
93 | "build-parameters": [ | 83 | "post-install-cmd": [ |
94 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters" | 84 | "@post-cmd" |
85 | ], | ||
86 | "post-update-cmd": [ | ||
87 | "@post-cmd" | ||
95 | ] | 88 | ] |
96 | }, | 89 | }, |
97 | "extra": { | 90 | "extra": { |
diff --git a/composer.lock b/composer.lock index 70bcc2ec..8db3f948 100644 --- a/composer.lock +++ b/composer.lock | |||
@@ -4,8 +4,8 @@ | |||
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | 4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | "This file is @generated automatically" | 5 | "This file is @generated automatically" |
6 | ], | 6 | ], |
7 | "hash": "a220bd9143d23fd3a86b2ed83e6551c9", | 7 | "hash": "3cfde4d3168704b0058a99413c69fc5a", |
8 | "content-hash": "55bc43598b50ffeb3a1db44cfb267deb", | 8 | "content-hash": "6916bff6c2a88f268cd6ca75aebbf4c6", |
9 | "packages": [ | 9 | "packages": [ |
10 | { | 10 | { |
11 | "name": "behat/transliterator", | 11 | "name": "behat/transliterator", |
@@ -117,16 +117,16 @@ | |||
117 | }, | 117 | }, |
118 | { | 118 | { |
119 | "name": "doctrine/cache", | 119 | "name": "doctrine/cache", |
120 | "version": "v1.5.2", | 120 | "version": "v1.5.4", |
121 | "source": { | 121 | "source": { |
122 | "type": "git", | 122 | "type": "git", |
123 | "url": "https://github.com/doctrine/cache.git", | 123 | "url": "https://github.com/doctrine/cache.git", |
124 | "reference": "47c7128262da274f590ae6f86eb137a7a64e82af" | 124 | "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136" |
125 | }, | 125 | }, |
126 | "dist": { | 126 | "dist": { |
127 | "type": "zip", | 127 | "type": "zip", |
128 | "url": "https://api.github.com/repos/doctrine/cache/zipball/47c7128262da274f590ae6f86eb137a7a64e82af", | 128 | "url": "https://api.github.com/repos/doctrine/cache/zipball/47cdc76ceb95cc591d9c79a36dc3794975b5d136", |
129 | "reference": "47c7128262da274f590ae6f86eb137a7a64e82af", | 129 | "reference": "47cdc76ceb95cc591d9c79a36dc3794975b5d136", |
130 | "shasum": "" | 130 | "shasum": "" |
131 | }, | 131 | }, |
132 | "require": { | 132 | "require": { |
@@ -183,7 +183,7 @@ | |||
183 | "cache", | 183 | "cache", |
184 | "caching" | 184 | "caching" |
185 | ], | 185 | ], |
186 | "time": "2015-12-03 10:50:37" | 186 | "time": "2015-12-19 05:03:47" |
187 | }, | 187 | }, |
188 | { | 188 | { |
189 | "name": "doctrine/collections", | 189 | "name": "doctrine/collections", |
@@ -1106,17 +1106,17 @@ | |||
1106 | }, | 1106 | }, |
1107 | { | 1107 | { |
1108 | "name": "friendsofsymfony/rest-bundle", | 1108 | "name": "friendsofsymfony/rest-bundle", |
1109 | "version": "1.7.4", | 1109 | "version": "1.7.6", |
1110 | "target-dir": "FOS/RestBundle", | 1110 | "target-dir": "FOS/RestBundle", |
1111 | "source": { | 1111 | "source": { |
1112 | "type": "git", | 1112 | "type": "git", |
1113 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", | 1113 | "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", |
1114 | "reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775" | 1114 | "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3" |
1115 | }, | 1115 | }, |
1116 | "dist": { | 1116 | "dist": { |
1117 | "type": "zip", | 1117 | "type": "zip", |
1118 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/64ba918b1eb47acb5aa7fef1ce95623235b53775", | 1118 | "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/f95b2f141748e9a5e2ddae833f60c38417aee8c3", |
1119 | "reference": "64ba918b1eb47acb5aa7fef1ce95623235b53775", | 1119 | "reference": "f95b2f141748e9a5e2ddae833f60c38417aee8c3", |
1120 | "shasum": "" | 1120 | "shasum": "" |
1121 | }, | 1121 | }, |
1122 | "require": { | 1122 | "require": { |
@@ -1188,7 +1188,7 @@ | |||
1188 | "keywords": [ | 1188 | "keywords": [ |
1189 | "rest" | 1189 | "rest" |
1190 | ], | 1190 | ], |
1191 | "time": "2015-12-05 14:55:07" | 1191 | "time": "2015-12-20 13:45:30" |
1192 | }, | 1192 | }, |
1193 | { | 1193 | { |
1194 | "name": "friendsofsymfony/user-bundle", | 1194 | "name": "friendsofsymfony/user-bundle", |
@@ -2480,16 +2480,16 @@ | |||
2480 | }, | 2480 | }, |
2481 | { | 2481 | { |
2482 | "name": "j0k3r/graby", | 2482 | "name": "j0k3r/graby", |
2483 | "version": "1.0.6", | 2483 | "version": "1.0.7", |
2484 | "source": { | 2484 | "source": { |
2485 | "type": "git", | 2485 | "type": "git", |
2486 | "url": "https://github.com/j0k3r/graby.git", | 2486 | "url": "https://github.com/j0k3r/graby.git", |
2487 | "reference": "c9f5543fad60dc4efd12195733f96bb4fdb0e6e0" | 2487 | "reference": "301f8c492be4c9b2bed8f29c32641636de0eca0a" |
2488 | }, | 2488 | }, |
2489 | "dist": { | 2489 | "dist": { |
2490 | "type": "zip", | 2490 | "type": "zip", |
2491 | "url": "https://api.github.com/repos/j0k3r/graby/zipball/c9f5543fad60dc4efd12195733f96bb4fdb0e6e0", | 2491 | "url": "https://api.github.com/repos/j0k3r/graby/zipball/301f8c492be4c9b2bed8f29c32641636de0eca0a", |
2492 | "reference": "c9f5543fad60dc4efd12195733f96bb4fdb0e6e0", | 2492 | "reference": "301f8c492be4c9b2bed8f29c32641636de0eca0a", |
2493 | "shasum": "" | 2493 | "shasum": "" |
2494 | }, | 2494 | }, |
2495 | "require": { | 2495 | "require": { |
@@ -2532,20 +2532,20 @@ | |||
2532 | } | 2532 | } |
2533 | ], | 2533 | ], |
2534 | "description": "Graby helps you extract article content from web pages", | 2534 | "description": "Graby helps you extract article content from web pages", |
2535 | "time": "2015-12-02 13:22:19" | 2535 | "time": "2015-12-16 10:21:48" |
2536 | }, | 2536 | }, |
2537 | { | 2537 | { |
2538 | "name": "j0k3r/graby-site-config", | 2538 | "name": "j0k3r/graby-site-config", |
2539 | "version": "1.0.9", | 2539 | "version": "1.0.10", |
2540 | "source": { | 2540 | "source": { |
2541 | "type": "git", | 2541 | "type": "git", |
2542 | "url": "https://github.com/j0k3r/graby-site-config.git", | 2542 | "url": "https://github.com/j0k3r/graby-site-config.git", |
2543 | "reference": "7666fed2a2cd211ef366f6fed9ccddd8e0b9e623" | 2543 | "reference": "daea5cdd2c3d89cb90402205392423030f8eebce" |
2544 | }, | 2544 | }, |
2545 | "dist": { | 2545 | "dist": { |
2546 | "type": "zip", | 2546 | "type": "zip", |
2547 | "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/7666fed2a2cd211ef366f6fed9ccddd8e0b9e623", | 2547 | "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/daea5cdd2c3d89cb90402205392423030f8eebce", |
2548 | "reference": "7666fed2a2cd211ef366f6fed9ccddd8e0b9e623", | 2548 | "reference": "daea5cdd2c3d89cb90402205392423030f8eebce", |
2549 | "shasum": "" | 2549 | "shasum": "" |
2550 | }, | 2550 | }, |
2551 | "require": { | 2551 | "require": { |
@@ -2568,7 +2568,7 @@ | |||
2568 | } | 2568 | } |
2569 | ], | 2569 | ], |
2570 | "description": "Graby site config files", | 2570 | "description": "Graby site config files", |
2571 | "time": "2015-12-03 19:49:20" | 2571 | "time": "2015-12-16 10:27:19" |
2572 | }, | 2572 | }, |
2573 | { | 2573 | { |
2574 | "name": "j0k3r/php-readability", | 2574 | "name": "j0k3r/php-readability", |
@@ -2963,16 +2963,16 @@ | |||
2963 | }, | 2963 | }, |
2964 | { | 2964 | { |
2965 | "name": "kphoen/rulerz", | 2965 | "name": "kphoen/rulerz", |
2966 | "version": "0.16.1", | 2966 | "version": "0.16.2", |
2967 | "source": { | 2967 | "source": { |
2968 | "type": "git", | 2968 | "type": "git", |
2969 | "url": "https://github.com/K-Phoen/rulerz.git", | 2969 | "url": "https://github.com/K-Phoen/rulerz.git", |
2970 | "reference": "d5dbd1c8d9fd5f0732a710de93056dce92ff927a" | 2970 | "reference": "2b4fd796dadad204353e966b9f53040225ce6871" |
2971 | }, | 2971 | }, |
2972 | "dist": { | 2972 | "dist": { |
2973 | "type": "zip", | 2973 | "type": "zip", |
2974 | "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/d5dbd1c8d9fd5f0732a710de93056dce92ff927a", | 2974 | "url": "https://api.github.com/repos/K-Phoen/rulerz/zipball/2b4fd796dadad204353e966b9f53040225ce6871", |
2975 | "reference": "d5dbd1c8d9fd5f0732a710de93056dce92ff927a", | 2975 | "reference": "2b4fd796dadad204353e966b9f53040225ce6871", |
2976 | "shasum": "" | 2976 | "shasum": "" |
2977 | }, | 2977 | }, |
2978 | "require": { | 2978 | "require": { |
@@ -3029,7 +3029,7 @@ | |||
3029 | "doctrine", | 3029 | "doctrine", |
3030 | "specification" | 3030 | "specification" |
3031 | ], | 3031 | ], |
3032 | "time": "2015-12-05 18:18:05" | 3032 | "time": "2015-12-07 22:24:24" |
3033 | }, | 3033 | }, |
3034 | { | 3034 | { |
3035 | "name": "kphoen/rulerz-bundle", | 3035 | "name": "kphoen/rulerz-bundle", |
@@ -3481,17 +3481,17 @@ | |||
3481 | }, | 3481 | }, |
3482 | { | 3482 | { |
3483 | "name": "nelmio/api-doc-bundle", | 3483 | "name": "nelmio/api-doc-bundle", |
3484 | "version": "2.11.0", | 3484 | "version": "2.11.1", |
3485 | "target-dir": "Nelmio/ApiDocBundle", | 3485 | "target-dir": "Nelmio/ApiDocBundle", |
3486 | "source": { | 3486 | "source": { |
3487 | "type": "git", | 3487 | "type": "git", |
3488 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", | 3488 | "url": "https://github.com/nelmio/NelmioApiDocBundle.git", |
3489 | "reference": "49238f44aa73f545c0a927b00251c89a0acf3005" | 3489 | "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a" |
3490 | }, | 3490 | }, |
3491 | "dist": { | 3491 | "dist": { |
3492 | "type": "zip", | 3492 | "type": "zip", |
3493 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/49238f44aa73f545c0a927b00251c89a0acf3005", | 3493 | "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/19d4e37365edd5104e31662a2d3b510d92a7e78a", |
3494 | "reference": "49238f44aa73f545c0a927b00251c89a0acf3005", | 3494 | "reference": "19d4e37365edd5104e31662a2d3b510d92a7e78a", |
3495 | "shasum": "" | 3495 | "shasum": "" |
3496 | }, | 3496 | }, |
3497 | "require": { | 3497 | "require": { |
@@ -3561,7 +3561,7 @@ | |||
3561 | "documentation", | 3561 | "documentation", |
3562 | "rest" | 3562 | "rest" |
3563 | ], | 3563 | ], |
3564 | "time": "2015-12-04 08:15:49" | 3564 | "time": "2015-12-08 13:19:42" |
3565 | }, | 3565 | }, |
3566 | { | 3566 | { |
3567 | "name": "nelmio/cors-bundle", | 3567 | "name": "nelmio/cors-bundle", |
@@ -3689,16 +3689,16 @@ | |||
3689 | }, | 3689 | }, |
3690 | { | 3690 | { |
3691 | "name": "paragonie/random_compat", | 3691 | "name": "paragonie/random_compat", |
3692 | "version": "1.1.1", | 3692 | "version": "1.1.4", |
3693 | "source": { | 3693 | "source": { |
3694 | "type": "git", | 3694 | "type": "git", |
3695 | "url": "https://github.com/paragonie/random_compat.git", | 3695 | "url": "https://github.com/paragonie/random_compat.git", |
3696 | "reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32" | 3696 | "reference": "d762ee5b099a29044603cd4649851e81aa66cb47" |
3697 | }, | 3697 | }, |
3698 | "dist": { | 3698 | "dist": { |
3699 | "type": "zip", | 3699 | "type": "zip", |
3700 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a208865a5aeffc2dbbef2a5b3409887272d93f32", | 3700 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/d762ee5b099a29044603cd4649851e81aa66cb47", |
3701 | "reference": "a208865a5aeffc2dbbef2a5b3409887272d93f32", | 3701 | "reference": "d762ee5b099a29044603cd4649851e81aa66cb47", |
3702 | "shasum": "" | 3702 | "shasum": "" |
3703 | }, | 3703 | }, |
3704 | "require": { | 3704 | "require": { |
@@ -3733,7 +3733,7 @@ | |||
3733 | "pseudorandom", | 3733 | "pseudorandom", |
3734 | "random" | 3734 | "random" |
3735 | ], | 3735 | ], |
3736 | "time": "2015-12-01 02:52:15" | 3736 | "time": "2015-12-10 14:48:13" |
3737 | }, | 3737 | }, |
3738 | { | 3738 | { |
3739 | "name": "phpcollection/phpcollection", | 3739 | "name": "phpcollection/phpcollection", |
@@ -6114,16 +6114,16 @@ | |||
6114 | }, | 6114 | }, |
6115 | { | 6115 | { |
6116 | "name": "phpunit/phpunit", | 6116 | "name": "phpunit/phpunit", |
6117 | "version": "4.8.19", | 6117 | "version": "4.8.21", |
6118 | "source": { | 6118 | "source": { |
6119 | "type": "git", | 6119 | "type": "git", |
6120 | "url": "https://github.com/sebastianbergmann/phpunit.git", | 6120 | "url": "https://github.com/sebastianbergmann/phpunit.git", |
6121 | "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4" | 6121 | "reference": "ea76b17bced0500a28098626b84eda12dbcf119c" |
6122 | }, | 6122 | }, |
6123 | "dist": { | 6123 | "dist": { |
6124 | "type": "zip", | 6124 | "type": "zip", |
6125 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b2caaf8947aba5e002d42126723e9d69795f32b4", | 6125 | "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ea76b17bced0500a28098626b84eda12dbcf119c", |
6126 | "reference": "b2caaf8947aba5e002d42126723e9d69795f32b4", | 6126 | "reference": "ea76b17bced0500a28098626b84eda12dbcf119c", |
6127 | "shasum": "" | 6127 | "shasum": "" |
6128 | }, | 6128 | }, |
6129 | "require": { | 6129 | "require": { |
@@ -6182,7 +6182,7 @@ | |||
6182 | "testing", | 6182 | "testing", |
6183 | "xunit" | 6183 | "xunit" |
6184 | ], | 6184 | ], |
6185 | "time": "2015-11-30 08:18:59" | 6185 | "time": "2015-12-12 07:45:58" |
6186 | }, | 6186 | }, |
6187 | { | 6187 | { |
6188 | "name": "phpunit/phpunit-mock-objects", | 6188 | "name": "phpunit/phpunit-mock-objects", |
@@ -6306,23 +6306,23 @@ | |||
6306 | }, | 6306 | }, |
6307 | { | 6307 | { |
6308 | "name": "sebastian/diff", | 6308 | "name": "sebastian/diff", |
6309 | "version": "1.4.0", | 6309 | "version": "1.4.1", |
6310 | "source": { | 6310 | "source": { |
6311 | "type": "git", | 6311 | "type": "git", |
6312 | "url": "https://github.com/sebastianbergmann/diff.git", | 6312 | "url": "https://github.com/sebastianbergmann/diff.git", |
6313 | "reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828" | 6313 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" |
6314 | }, | 6314 | }, |
6315 | "dist": { | 6315 | "dist": { |
6316 | "type": "zip", | 6316 | "type": "zip", |
6317 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/2b0112e42c338afa9ad9dfeb94d66f6d84c2f828", | 6317 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", |
6318 | "reference": "2b0112e42c338afa9ad9dfeb94d66f6d84c2f828", | 6318 | "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", |
6319 | "shasum": "" | 6319 | "shasum": "" |
6320 | }, | 6320 | }, |
6321 | "require": { | 6321 | "require": { |
6322 | "php": ">=5.3.3" | 6322 | "php": ">=5.3.3" |
6323 | }, | 6323 | }, |
6324 | "require-dev": { | 6324 | "require-dev": { |
6325 | "phpunit/phpunit": "~5" | 6325 | "phpunit/phpunit": "~4.8" |
6326 | }, | 6326 | }, |
6327 | "type": "library", | 6327 | "type": "library", |
6328 | "extra": { | 6328 | "extra": { |
@@ -6354,7 +6354,7 @@ | |||
6354 | "keywords": [ | 6354 | "keywords": [ |
6355 | "diff" | 6355 | "diff" |
6356 | ], | 6356 | ], |
6357 | "time": "2015-12-06 07:21:36" | 6357 | "time": "2015-12-08 07:14:41" |
6358 | }, | 6358 | }, |
6359 | { | 6359 | { |
6360 | "name": "sebastian/environment", | 6360 | "name": "sebastian/environment", |