aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-12-22 09:34:32 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:35:37 +0100
commit516022d60ea5c4e0c18a222590d23190a2c7765f (patch)
treeb686bc6d439fbcb3875fbe90d94447e97c6f0f96 /composer.json
parentbd2c8b4677cb8c81fa909837ee330c536cd0a5ef (diff)
downloadwallabag-516022d60ea5c4e0c18a222590d23190a2c7765f.tar.gz
wallabag-516022d60ea5c4e0c18a222590d23190a2c7765f.tar.zst
wallabag-516022d60ea5c4e0c18a222590d23190a2c7765f.zip
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
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json25
1 files changed, 9 insertions, 16 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": {