aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-12-22 13:00:37 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-01-15 09:35:38 +0100
commit5c895a7fd15822856fb407910264c5d95e1e223c (patch)
treea850ff9ccfd8067d4f8cdd341a2dda4324008afa /composer.lock
parent619cc45359ead519b64129181a07e14160fbbfcb (diff)
downloadwallabag-5c895a7fd15822856fb407910264c5d95e1e223c.tar.gz
wallabag-5c895a7fd15822856fb407910264c5d95e1e223c.tar.zst
wallabag-5c895a7fd15822856fb407910264c5d95e1e223c.zip
Update bundle & stock file
- update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock225
1 files changed, 114 insertions, 111 deletions
diff --git a/composer.lock b/composer.lock
index 8db3f948..d5c9d603 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": "3cfde4d3168704b0058a99413c69fc5a", 7 "hash": "f9037d0e31ddc387133f603a5f1a2c8c",
8 "content-hash": "6916bff6c2a88f268cd6ca75aebbf4c6", 8 "content-hash": "12c1a8f82eb6129b288629c4b56a448d",
9 "packages": [ 9 "packages": [
10 { 10 {
11 "name": "behat/transliterator", 11 "name": "behat/transliterator",
@@ -2169,16 +2169,16 @@
2169 }, 2169 },
2170 { 2170 {
2171 "name": "hoa/stream", 2171 "name": "hoa/stream",
2172 "version": "0.15.10.26", 2172 "version": "0.15.08.28",
2173 "source": { 2173 "source": {
2174 "type": "git", 2174 "type": "git",
2175 "url": "https://github.com/hoaproject/Stream.git", 2175 "url": "https://github.com/hoaproject/Stream.git",
2176 "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3" 2176 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb"
2177 }, 2177 },
2178 "dist": { 2178 "dist": {
2179 "type": "zip", 2179 "type": "zip",
2180 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/011ab91d942f1d7096deade4c8a10fe57d51c5b3", 2180 "url": "https://api.github.com/repos/hoaproject/Stream/zipball/cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2181 "reference": "011ab91d942f1d7096deade4c8a10fe57d51c5b3", 2181 "reference": "cbd0f4749e447f4d31001e7c898f5e794c5861cb",
2182 "shasum": "" 2182 "shasum": ""
2183 }, 2183 },
2184 "require": { 2184 "require": {
@@ -2223,7 +2223,7 @@
2223 "stream", 2223 "stream",
2224 "wrapper" 2224 "wrapper"
2225 ], 2225 ],
2226 "time": "2015-10-22 06:30:43" 2226 "time": "2015-08-28 07:31:43"
2227 }, 2227 },
2228 { 2228 {
2229 "name": "hoa/ustring", 2229 "name": "hoa/ustring",
@@ -2823,36 +2823,41 @@
2823 }, 2823 },
2824 { 2824 {
2825 "name": "jms/serializer", 2825 "name": "jms/serializer",
2826 "version": "0.16.0", 2826 "version": "1.1.0",
2827 "source": { 2827 "source": {
2828 "type": "git", 2828 "type": "git",
2829 "url": "https://github.com/schmittjoh/serializer.git", 2829 "url": "https://github.com/schmittjoh/serializer.git",
2830 "reference": "c8a171357ca92b6706e395c757f334902d430ea9" 2830 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48"
2831 }, 2831 },
2832 "dist": { 2832 "dist": {
2833 "type": "zip", 2833 "type": "zip",
2834 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9", 2834 "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2835 "reference": "c8a171357ca92b6706e395c757f334902d430ea9", 2835 "reference": "fe13a1f993ea3456e195b7820692f2eb2b6bbb48",
2836 "shasum": "" 2836 "shasum": ""
2837 }, 2837 },
2838 "require": { 2838 "require": {
2839 "doctrine/annotations": "1.*", 2839 "doctrine/annotations": "1.*",
2840 "doctrine/instantiator": "~1.0.3",
2840 "jms/metadata": "~1.1", 2841 "jms/metadata": "~1.1",
2841 "jms/parser-lib": "1.*", 2842 "jms/parser-lib": "1.*",
2842 "php": ">=5.3.2", 2843 "php": ">=5.4.0",
2843 "phpcollection/phpcollection": "~0.1" 2844 "phpcollection/phpcollection": "~0.1"
2844 }, 2845 },
2846 "conflict": {
2847 "twig/twig": "<1.12"
2848 },
2845 "require-dev": { 2849 "require-dev": {
2846 "doctrine/orm": "~2.1", 2850 "doctrine/orm": "~2.1",
2847 "doctrine/phpcr-odm": "~1.0.1", 2851 "doctrine/phpcr-odm": "~1.0.1",
2848 "jackalope/jackalope-doctrine-dbal": "1.0.*", 2852 "jackalope/jackalope-doctrine-dbal": "1.0.*",
2853 "phpunit/phpunit": "~4.0",
2849 "propel/propel1": "~1.7", 2854 "propel/propel1": "~1.7",
2850 "symfony/filesystem": "2.*", 2855 "symfony/filesystem": "2.*",
2851 "symfony/form": "~2.1", 2856 "symfony/form": "~2.1",
2852 "symfony/translation": "~2.0", 2857 "symfony/translation": "~2.0",
2853 "symfony/validator": "~2.0", 2858 "symfony/validator": "~2.0",
2854 "symfony/yaml": "2.*", 2859 "symfony/yaml": "2.*",
2855 "twig/twig": ">=1.8,<2.0-dev" 2860 "twig/twig": "~1.12|~2.0"
2856 }, 2861 },
2857 "suggest": { 2862 "suggest": {
2858 "symfony/yaml": "Required if you'd like to serialize data to YAML format." 2863 "symfony/yaml": "Required if you'd like to serialize data to YAML format."
@@ -2860,7 +2865,7 @@
2860 "type": "library", 2865 "type": "library",
2861 "extra": { 2866 "extra": {
2862 "branch-alias": { 2867 "branch-alias": {
2863 "dev-master": "0.15-dev" 2868 "dev-master": "1.1-dev"
2864 } 2869 }
2865 }, 2870 },
2866 "autoload": { 2871 "autoload": {
@@ -2874,10 +2879,8 @@
2874 ], 2879 ],
2875 "authors": [ 2880 "authors": [
2876 { 2881 {
2877 "name": "Johannes Schmitt", 2882 "name": "Johannes M. Schmitt",
2878 "email": "schmittjoh@gmail.com", 2883 "email": "schmittjoh@gmail.com"
2879 "homepage": "https://github.com/schmittjoh",
2880 "role": "Developer of wrapped JMSSerializerBundle"
2881 } 2884 }
2882 ], 2885 ],
2883 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.", 2886 "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
@@ -2889,27 +2892,28 @@
2889 "serialization", 2892 "serialization",
2890 "xml" 2893 "xml"
2891 ], 2894 ],
2892 "time": "2014-03-18 08:39:00" 2895 "time": "2015-10-27 09:24:41"
2893 }, 2896 },
2894 { 2897 {
2895 "name": "jms/serializer-bundle", 2898 "name": "jms/serializer-bundle",
2896 "version": "0.13.0", 2899 "version": "1.1.0",
2897 "target-dir": "JMS/SerializerBundle", 2900 "target-dir": "JMS/SerializerBundle",
2898 "source": { 2901 "source": {
2899 "type": "git", 2902 "type": "git",
2900 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git", 2903 "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
2901 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795" 2904 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e"
2902 }, 2905 },
2903 "dist": { 2906 "dist": {
2904 "type": "zip", 2907 "type": "zip",
2905 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795", 2908 "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/3e396c980545350c2efb65a50041d2a9f9d6562e",
2906 "reference": "bb15db3e661168f4310fad48b86915ff1ca33795", 2909 "reference": "3e396c980545350c2efb65a50041d2a9f9d6562e",
2907 "shasum": "" 2910 "shasum": ""
2908 }, 2911 },
2909 "require": { 2912 "require": {
2910 "jms/serializer": "~0.11", 2913 "jms/serializer": "^1.0.0",
2911 "php": ">=5.3.2", 2914 "php": ">=5.4.0",
2912 "symfony/framework-bundle": "~2.1" 2915 "phpoption/phpoption": "^1.1.0",
2916 "symfony/framework-bundle": "~2.3|~3.0"
2913 }, 2917 },
2914 "require-dev": { 2918 "require-dev": {
2915 "doctrine/doctrine-bundle": "*", 2919 "doctrine/doctrine-bundle": "*",
@@ -2920,6 +2924,7 @@
2920 "symfony/finder": "*", 2924 "symfony/finder": "*",
2921 "symfony/form": "*", 2925 "symfony/form": "*",
2922 "symfony/process": "*", 2926 "symfony/process": "*",
2927 "symfony/stopwatch": "*",
2923 "symfony/twig-bundle": "*", 2928 "symfony/twig-bundle": "*",
2924 "symfony/validator": "*", 2929 "symfony/validator": "*",
2925 "symfony/yaml": "*" 2930 "symfony/yaml": "*"
@@ -2930,7 +2935,7 @@
2930 "type": "symfony-bundle", 2935 "type": "symfony-bundle",
2931 "extra": { 2936 "extra": {
2932 "branch-alias": { 2937 "branch-alias": {
2933 "dev-master": "0.13-dev" 2938 "dev-master": "1.1-dev"
2934 } 2939 }
2935 }, 2940 },
2936 "autoload": { 2941 "autoload": {
@@ -2944,10 +2949,8 @@
2944 ], 2949 ],
2945 "authors": [ 2950 "authors": [
2946 { 2951 {
2947 "name": "Johannes Schmitt", 2952 "name": "Johannes M. Schmitt",
2948 "email": "schmittjoh@gmail.com", 2953 "email": "schmittjoh@gmail.com"
2949 "homepage": "https://github.com/schmittjoh",
2950 "role": "Developer of wrapped JMSSerializerBundle"
2951 } 2954 }
2952 ], 2955 ],
2953 "description": "Allows you to easily serialize, and deserialize data of any complexity", 2956 "description": "Allows you to easily serialize, and deserialize data of any complexity",
@@ -2959,7 +2962,7 @@
2959 "serialization", 2962 "serialization",
2960 "xml" 2963 "xml"
2961 ], 2964 ],
2962 "time": "2013-12-05 14:36:11" 2965 "time": "2015-11-10 12:26:42"
2963 }, 2966 },
2964 { 2967 {
2965 "name": "kphoen/rulerz", 2968 "name": "kphoen/rulerz",
@@ -3219,36 +3222,40 @@
3219 }, 3222 },
3220 { 3223 {
3221 "name": "liip/theme-bundle", 3224 "name": "liip/theme-bundle",
3222 "version": "1.1.3", 3225 "version": "1.4.0",
3223 "target-dir": "Liip/ThemeBundle",
3224 "source": { 3226 "source": {
3225 "type": "git", 3227 "type": "git",
3226 "url": "https://github.com/liip/LiipThemeBundle.git", 3228 "url": "https://github.com/liip/LiipThemeBundle.git",
3227 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b" 3229 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905"
3228 }, 3230 },
3229 "dist": { 3231 "dist": {
3230 "type": "zip", 3232 "type": "zip",
3231 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/a594cc6deda293034b8fd7795c9950f02fc8251b", 3233 "url": "https://api.github.com/repos/liip/LiipThemeBundle/zipball/ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3232 "reference": "a594cc6deda293034b8fd7795c9950f02fc8251b", 3234 "reference": "ae4f0f1b045689bed9150d5bd32d2f7f2f98b905",
3233 "shasum": "" 3235 "shasum": ""
3234 }, 3236 },
3235 "require": { 3237 "require": {
3236 "php": ">=5.3.3", 3238 "php": "^5.3.9|^7.0",
3237 "symfony/framework-bundle": "~2.0" 3239 "psr/log": "~1.0",
3240 "symfony/framework-bundle": "~2.3|~3.0"
3238 }, 3241 },
3239 "require-dev": { 3242 "require-dev": {
3240 "symfony/console": "~2.0", 3243 "kriswallsmith/assetic": "~1.1",
3241 "symfony/expression-language": "~2.6" 3244 "phpunit/php-code-coverage": "~2.2@stable",
3245 "phpunit/phpunit": "~4.5@stable",
3246 "symfony/console": "~2.3|~3.0",
3247 "symfony/expression-language": "~2.6|~3.0",
3248 "twig/twig": "~1.4|~2.0@dev"
3242 }, 3249 },
3243 "type": "symfony-bundle", 3250 "type": "symfony-bundle",
3244 "extra": { 3251 "extra": {
3245 "branch-alias": { 3252 "branch-alias": {
3246 "dev-master": "1.1-dev" 3253 "dev-master": "1.4-dev"
3247 } 3254 }
3248 }, 3255 },
3249 "autoload": { 3256 "autoload": {
3250 "psr-0": { 3257 "psr-4": {
3251 "Liip\\ThemeBundle": "" 3258 "Liip\\ThemeBundle\\": ""
3252 } 3259 }
3253 }, 3260 },
3254 "notification-url": "https://packagist.org/downloads/", 3261 "notification-url": "https://packagist.org/downloads/",
@@ -3270,7 +3277,7 @@
3270 "themes", 3277 "themes",
3271 "theming" 3278 "theming"
3272 ], 3279 ],
3273 "time": "2015-02-02 15:55:54" 3280 "time": "2015-12-05 09:33:29"
3274 }, 3281 },
3275 { 3282 {
3276 "name": "mgargano/simplehtmldom", 3283 "name": "mgargano/simplehtmldom",
@@ -4029,45 +4036,37 @@
4029 }, 4036 },
4030 { 4037 {
4031 "name": "sensio/distribution-bundle", 4038 "name": "sensio/distribution-bundle",
4032 "version": "v3.0.34", 4039 "version": "v5.0.3",
4033 "target-dir": "Sensio/Bundle/DistributionBundle",
4034 "source": { 4040 "source": {
4035 "type": "git", 4041 "type": "git",
4036 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", 4042 "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
4037 "reference": "587f3cd08bf8856cfc888b255f34f18b85930657" 4043 "reference": "419c1824af940e2be0f833aca2327e1181a6b503"
4038 }, 4044 },
4039 "dist": { 4045 "dist": {
4040 "type": "zip", 4046 "type": "zip",
4041 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/587f3cd08bf8856cfc888b255f34f18b85930657", 4047 "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/419c1824af940e2be0f833aca2327e1181a6b503",
4042 "reference": "587f3cd08bf8856cfc888b255f34f18b85930657", 4048 "reference": "419c1824af940e2be0f833aca2327e1181a6b503",
4043 "shasum": "" 4049 "shasum": ""
4044 }, 4050 },
4045 "require": { 4051 "require": {
4046 "php": ">=5.3.3", 4052 "php": ">=5.3.9",
4047 "sensiolabs/security-checker": "~3.0", 4053 "sensiolabs/security-checker": "~3.0",
4048 "symfony/class-loader": "~2.2", 4054 "symfony/class-loader": "~2.3|~3.0",
4049 "symfony/framework-bundle": "~2.3", 4055 "symfony/config": "~2.3|~3.0",
4050 "symfony/process": "~2.2" 4056 "symfony/dependency-injection": "~2.3|~3.0",
4051 }, 4057 "symfony/filesystem": "~2.3|~3.0",
4052 "require-dev": { 4058 "symfony/http-kernel": "~2.3|~3.0",
4053 "symfony/form": "~2.2", 4059 "symfony/process": "~2.3|~3.0"
4054 "symfony/validator": "~2.2",
4055 "symfony/yaml": "~2.2"
4056 },
4057 "suggest": {
4058 "symfony/form": "If you want to use the configurator",
4059 "symfony/validator": "If you want to use the configurator",
4060 "symfony/yaml": "If you want to use the configurator"
4061 }, 4060 },
4062 "type": "symfony-bundle", 4061 "type": "symfony-bundle",
4063 "extra": { 4062 "extra": {
4064 "branch-alias": { 4063 "branch-alias": {
4065 "dev-master": "3.0.x-dev" 4064 "dev-master": "5.0.x-dev"
4066 } 4065 }
4067 }, 4066 },
4068 "autoload": { 4067 "autoload": {
4069 "psr-0": { 4068 "psr-4": {
4070 "Sensio\\Bundle\\DistributionBundle": "" 4069 "Sensio\\Bundle\\DistributionBundle\\": ""
4071 } 4070 }
4072 }, 4071 },
4073 "notification-url": "https://packagist.org/downloads/", 4072 "notification-url": "https://packagist.org/downloads/",
@@ -4085,7 +4084,7 @@
4085 "configuration", 4084 "configuration",
4086 "distribution" 4085 "distribution"
4087 ], 4086 ],
4088 "time": "2015-11-26 18:10:17" 4087 "time": "2015-12-18 17:44:11"
4089 }, 4088 },
4090 { 4089 {
4091 "name": "sensio/framework-extra-bundle", 4090 "name": "sensio/framework-extra-bundle",
@@ -5443,34 +5442,34 @@
5443 }, 5442 },
5444 { 5443 {
5445 "name": "willdurand/hateoas", 5444 "name": "willdurand/hateoas",
5446 "version": "v2.6.0", 5445 "version": "v2.9.0",
5447 "source": { 5446 "source": {
5448 "type": "git", 5447 "type": "git",
5449 "url": "https://github.com/willdurand/Hateoas.git", 5448 "url": "https://github.com/willdurand/Hateoas.git",
5450 "reference": "fc0869381d6934e5d430084154584761297caa6c" 5449 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c"
5451 }, 5450 },
5452 "dist": { 5451 "dist": {
5453 "type": "zip", 5452 "type": "zip",
5454 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/fc0869381d6934e5d430084154584761297caa6c", 5453 "url": "https://api.github.com/repos/willdurand/Hateoas/zipball/6e6ee945100bef3534c9276f0cf1c70d0115670c",
5455 "reference": "fc0869381d6934e5d430084154584761297caa6c", 5454 "reference": "6e6ee945100bef3534c9276f0cf1c70d0115670c",
5456 "shasum": "" 5455 "shasum": ""
5457 }, 5456 },
5458 "require": { 5457 "require": {
5459 "doctrine/annotations": "~1.0", 5458 "doctrine/annotations": "~1.0",
5460 "doctrine/common": "~2.0", 5459 "doctrine/common": "~2.0",
5461 "jms/metadata": "~1.1", 5460 "jms/metadata": "~1.1",
5462 "jms/serializer": "~0.13", 5461 "jms/serializer": "~1.0",
5463 "php": ">=5.3", 5462 "php": ">=5.4",
5464 "symfony/expression-language": "~2.4" 5463 "symfony/expression-language": "~2.4 || ~3.0"
5465 }, 5464 },
5466 "require-dev": { 5465 "require-dev": {
5467 "atoum/atoum": "*@dev", 5466 "atoum/atoum": "*@dev",
5468 "hautelook/frankenstein": "~0.1", 5467 "hautelook/frankenstein": "~0.1",
5469 "pagerfanta/pagerfanta": "~1.0", 5468 "pagerfanta/pagerfanta": "~1.0",
5470 "phpunit/phpunit": "~3.7", 5469 "phpunit/phpunit": "~3.7",
5471 "symfony/dependency-injection": "~2.0", 5470 "symfony/dependency-injection": "~2.0 || ~3.0",
5472 "symfony/routing": "~2.0", 5471 "symfony/routing": "~2.0 || ~3.0",
5473 "symfony/yaml": "~2.0", 5472 "symfony/yaml": "~2.0 || ~3.0",
5474 "twig/twig": "~1.12" 5473 "twig/twig": "~1.12"
5475 }, 5474 },
5476 "suggest": { 5475 "suggest": {
@@ -5481,7 +5480,7 @@
5481 "type": "library", 5480 "type": "library",
5482 "extra": { 5481 "extra": {
5483 "branch-alias": { 5482 "branch-alias": {
5484 "dev-master": "2.6-dev" 5483 "dev-master": "2.9-dev"
5485 } 5484 }
5486 }, 5485 },
5487 "autoload": { 5486 "autoload": {
@@ -5504,36 +5503,36 @@
5504 } 5503 }
5505 ], 5504 ],
5506 "description": "A PHP library to support implementing representations for HATEOAS REST web services", 5505 "description": "A PHP library to support implementing representations for HATEOAS REST web services",
5507 "time": "2015-05-21 21:57:34" 5506 "time": "2015-12-04 15:31:02"
5508 }, 5507 },
5509 { 5508 {
5510 "name": "willdurand/hateoas-bundle", 5509 "name": "willdurand/hateoas-bundle",
5511 "version": "0.5.0", 5510 "version": "1.1.0",
5512 "target-dir": "Bazinga/Bundle/HateoasBundle", 5511 "target-dir": "Bazinga/Bundle/HateoasBundle",
5513 "source": { 5512 "source": {
5514 "type": "git", 5513 "type": "git",
5515 "url": "https://github.com/willdurand/BazingaHateoasBundle.git", 5514 "url": "https://github.com/willdurand/BazingaHateoasBundle.git",
5516 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b" 5515 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2"
5517 }, 5516 },
5518 "dist": { 5517 "dist": {
5519 "type": "zip", 5518 "type": "zip",
5520 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/3c86e8080e8a229365a0ce91818da6fe6562376b", 5519 "url": "https://api.github.com/repos/willdurand/BazingaHateoasBundle/zipball/205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
5521 "reference": "3c86e8080e8a229365a0ce91818da6fe6562376b", 5520 "reference": "205a5a16899716f33edfb7a5afc4d451d0d2d0b2",
5522 "shasum": "" 5521 "shasum": ""
5523 }, 5522 },
5524 "require": { 5523 "require": {
5525 "jms/serializer-bundle": "~0.13", 5524 "jms/serializer-bundle": "~1.0",
5526 "symfony/framework-bundle": "~2.2", 5525 "symfony/framework-bundle": "~2.2 || ~3.0",
5527 "willdurand/hateoas": "~2.0" 5526 "willdurand/hateoas": "~2.9"
5528 }, 5527 },
5529 "require-dev": { 5528 "require-dev": {
5530 "symfony/expression-language": "~2.4", 5529 "symfony/expression-language": "~2.4 || ~3.0",
5531 "twig/twig": "~1.12" 5530 "twig/twig": "~1.12"
5532 }, 5531 },
5533 "type": "symfony-bundle", 5532 "type": "symfony-bundle",
5534 "extra": { 5533 "extra": {
5535 "branch-alias": { 5534 "branch-alias": {
5536 "dev-master": "1.0.x-dev" 5535 "dev-master": "1.2-dev"
5537 } 5536 }
5538 }, 5537 },
5539 "autoload": { 5538 "autoload": {
@@ -5556,7 +5555,7 @@
5556 "HATEOAS", 5555 "HATEOAS",
5557 "rest" 5556 "rest"
5558 ], 5557 ],
5559 "time": "2015-02-19 16:27:51" 5558 "time": "2015-12-07 08:25:05"
5560 }, 5559 },
5561 { 5560 {
5562 "name": "willdurand/jsonp-callback-validator", 5561 "name": "willdurand/jsonp-callback-validator",
@@ -5708,23 +5707,23 @@
5708 }, 5707 },
5709 { 5708 {
5710 "name": "doctrine/doctrine-fixtures-bundle", 5709 "name": "doctrine/doctrine-fixtures-bundle",
5711 "version": "v2.2.1", 5710 "version": "2.3.0",
5712 "source": { 5711 "source": {
5713 "type": "git", 5712 "type": "git",
5714 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git", 5713 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5715 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8" 5714 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029"
5716 }, 5715 },
5717 "dist": { 5716 "dist": {
5718 "type": "zip", 5717 "type": "zip",
5719 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/817c2d233fde0fe85cb7e4d25d43fbfcd028aef8", 5718 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5720 "reference": "817c2d233fde0fe85cb7e4d25d43fbfcd028aef8", 5719 "reference": "0f1a2f91b349e10f5c343f75ab71d23aace5b029",
5721 "shasum": "" 5720 "shasum": ""
5722 }, 5721 },
5723 "require": { 5722 "require": {
5724 "doctrine/data-fixtures": "~1.0", 5723 "doctrine/data-fixtures": "~1.0",
5725 "doctrine/doctrine-bundle": "~1.0", 5724 "doctrine/doctrine-bundle": "~1.0",
5726 "php": ">=5.3.2", 5725 "php": ">=5.3.2",
5727 "symfony/doctrine-bridge": "~2.1" 5726 "symfony/doctrine-bridge": "~2.3|~3.0"
5728 }, 5727 },
5729 "type": "symfony-bundle", 5728 "type": "symfony-bundle",
5730 "extra": { 5729 "extra": {
@@ -5761,7 +5760,7 @@
5761 "Fixture", 5760 "Fixture",
5762 "persistence" 5761 "persistence"
5763 ], 5762 ],
5764 "time": "2015-08-04 22:43:14" 5763 "time": "2015-11-04 21:23:23"
5765 }, 5764 },
5766 { 5765 {
5767 "name": "phpdocumentor/reflection-docblock", 5766 "name": "phpdocumentor/reflection-docblock",
@@ -6613,38 +6612,42 @@
6613 }, 6612 },
6614 { 6613 {
6615 "name": "sensio/generator-bundle", 6614 "name": "sensio/generator-bundle",
6616 "version": "v2.5.3", 6615 "version": "v3.0.3",
6617 "target-dir": "Sensio/Bundle/GeneratorBundle",
6618 "source": { 6616 "source": {
6619 "type": "git", 6617 "type": "git",
6620 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", 6618 "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
6621 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3" 6619 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66"
6622 }, 6620 },
6623 "dist": { 6621 "dist": {
6624 "type": "zip", 6622 "type": "zip",
6625 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3", 6623 "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
6626 "reference": "e50108c2133ee5c9c484555faed50c17a61221d3", 6624 "reference": "525e078ff7d5e9f19b0ef912bb6d6753673b3c66",
6627 "shasum": "" 6625 "shasum": ""
6628 }, 6626 },
6629 "require": { 6627 "require": {
6630 "symfony/console": "~2.5", 6628 "symfony/console": "~2.7|~3.0",
6631 "symfony/framework-bundle": "~2.2" 6629 "symfony/framework-bundle": "~2.7|~3.0",
6630 "symfony/process": "~2.7|~3.0",
6631 "symfony/yaml": "~2.7|~3.0"
6632 }, 6632 },
6633 "require-dev": { 6633 "require-dev": {
6634 "doctrine/orm": "~2.2,>=2.2.3", 6634 "doctrine/orm": "~2.4",
6635 "symfony/doctrine-bridge": "~2.2", 6635 "symfony/doctrine-bridge": "~2.7|~3.0",
6636 "twig/twig": "~1.11" 6636 "twig/twig": "~1.18"
6637 }, 6637 },
6638 "type": "symfony-bundle", 6638 "type": "symfony-bundle",
6639 "extra": { 6639 "extra": {
6640 "branch-alias": { 6640 "branch-alias": {
6641 "dev-master": "2.5.x-dev" 6641 "dev-master": "3.0.x-dev"
6642 } 6642 }
6643 }, 6643 },
6644 "autoload": { 6644 "autoload": {
6645 "psr-0": { 6645 "psr-4": {
6646 "Sensio\\Bundle\\GeneratorBundle": "" 6646 "Sensio\\Bundle\\GeneratorBundle\\": ""
6647 } 6647 },
6648 "exclude-from-classmap": [
6649 "/Tests/"
6650 ]
6648 }, 6651 },
6649 "notification-url": "https://packagist.org/downloads/", 6652 "notification-url": "https://packagist.org/downloads/",
6650 "license": [ 6653 "license": [
@@ -6657,7 +6660,7 @@
6657 } 6660 }
6658 ], 6661 ],
6659 "description": "This bundle generates code for you", 6662 "description": "This bundle generates code for you",
6660 "time": "2015-03-17 06:36:52" 6663 "time": "2015-12-20 20:01:41"
6661 }, 6664 },
6662 { 6665 {
6663 "name": "symfony/phpunit-bridge", 6666 "name": "symfony/phpunit-bridge",