aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.editorconfig10
l---------bin/phpunit2
-rw-r--r--composer.json23
-rw-r--r--composer.lock582
4 files changed, 526 insertions, 91 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..f339d2da
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
1; top-most EditorConfig file
2root = true
3
4; Unix-style newlines
5[*]
6end_of_line = LF
7indent_style = space
8indent_size = 4
9trim_trailing_whitespace = true
10insert_final_newline = true
diff --git a/bin/phpunit b/bin/phpunit
index 02269f4e..4ba32564 120000
--- a/bin/phpunit
+++ b/bin/phpunit
@@ -1 +1 @@
../vendor/phpunit/phpunit/composer/bin/phpunit \ No newline at end of file ../vendor/phpunit/phpunit/phpunit \ No newline at end of file
diff --git a/composer.json b/composer.json
index 77bccc2f..d83a497e 100644
--- a/composer.json
+++ b/composer.json
@@ -68,11 +68,11 @@
68 "friendsofsymfony/rest-bundle": "~1.4", 68 "friendsofsymfony/rest-bundle": "~1.4",
69 "jms/serializer-bundle": "~0.13", 69 "jms/serializer-bundle": "~0.13",
70 "nelmio/api-doc-bundle": "~2.7", 70 "nelmio/api-doc-bundle": "~2.7",
71 "ezyang/htmlpurifier": "dev-master", 71 "ezyang/htmlpurifier": "~4.6",
72 "mgargano/simplehtmldom": "dev-master", 72 "mgargano/simplehtmldom": "~1.5",
73 "robmorgan/phinx": "*", 73 "robmorgan/phinx": "~0.4",
74 "tecnick.com/tcpdf": "dev-master", 74 "tecnick.com/tcpdf": "~6.2",
75 "simplepie/simplepie": "dev-master", 75 "simplepie/simplepie": "~1.3.1",
76 "htmlawed/htmlawed": "dev-master", 76 "htmlawed/htmlawed": "dev-master",
77 "wallabag/PHP-Flash-Messages": "dev-master", 77 "wallabag/PHP-Flash-Messages": "dev-master",
78 "wallabag/kriss_php5": "dev-master", 78 "wallabag/kriss_php5": "dev-master",
@@ -83,8 +83,8 @@
83 "wallabag/Fivefilters_Libraries": "dev-master" 83 "wallabag/Fivefilters_Libraries": "dev-master"
84 }, 84 },
85 "require-dev": { 85 "require-dev": {
86 "sensio/generator-bundle": "~2.3", 86 "sensio/generator-bundle": "~2.5",
87 "phpunit/phpunit": "~3.7" 87 "phpunit/phpunit": "~4.4"
88 }, 88 },
89 "scripts": { 89 "scripts": {
90 "post-root-package-install": [ 90 "post-root-package-install": [
@@ -114,9 +114,6 @@
114 "symfony-assets-install": "relative", 114 "symfony-assets-install": "relative",
115 "incenteev-parameters": { 115 "incenteev-parameters": {
116 "file": "app/config/parameters.yml" 116 "file": "app/config/parameters.yml"
117 },
118 "branch-alias": {
119 "dev-master": "2.6-dev"
120 } 117 }
121 }, 118 },
122 "autoload": { 119 "autoload": {
@@ -124,5 +121,7 @@
124 }, 121 },
125 "config": { 122 "config": {
126 "bin-dir": "bin" 123 "bin-dir": "bin"
127 } 124 },
128} \ No newline at end of file 125 "minimum-stability": "dev",
126 "prefer-stable": true
127}
diff --git a/composer.lock b/composer.lock
index 21b67941..679707c4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 4 "Read more about it at http://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": "0b5709027fc69b731fc04169ba983646", 7 "hash": "c66ae5c411c272a3b593f7fa80b30f7c",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "doctrine/annotations", 10 "name": "doctrine/annotations",
@@ -720,16 +720,16 @@
720 }, 720 },
721 { 721 {
722 "name": "ezyang/htmlpurifier", 722 "name": "ezyang/htmlpurifier",
723 "version": "dev-master", 723 "version": "v4.6.0",
724 "source": { 724 "source": {
725 "type": "git", 725 "type": "git",
726 "url": "https://github.com/ezyang/htmlpurifier.git", 726 "url": "https://github.com/ezyang/htmlpurifier.git",
727 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f" 727 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
728 }, 728 },
729 "dist": { 729 "dist": {
730 "type": "zip", 730 "type": "zip",
731 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f", 731 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
732 "reference": "0c3e68dd0357321b5a5818c3aa832b1cc24a4b1f", 732 "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
733 "shasum": "" 733 "shasum": ""
734 }, 734 },
735 "require": { 735 "require": {
@@ -760,7 +760,7 @@
760 "keywords": [ 760 "keywords": [
761 "html" 761 "html"
762 ], 762 ],
763 "time": "2014-12-09 02:30:54" 763 "time": "2013-11-30 08:25:19"
764 }, 764 },
765 { 765 {
766 "name": "friendsofsymfony/rest-bundle", 766 "name": "friendsofsymfony/rest-bundle",
@@ -1284,7 +1284,7 @@
1284 }, 1284 },
1285 { 1285 {
1286 "name": "mgargano/simplehtmldom", 1286 "name": "mgargano/simplehtmldom",
1287 "version": "dev-master", 1287 "version": "1.5",
1288 "source": { 1288 "source": {
1289 "type": "git", 1289 "type": "git",
1290 "url": "https://github.com/matstars/simplehtmldom.git", 1290 "url": "https://github.com/matstars/simplehtmldom.git",
@@ -1876,16 +1876,16 @@
1876 }, 1876 },
1877 { 1877 {
1878 "name": "simplepie/simplepie", 1878 "name": "simplepie/simplepie",
1879 "version": "dev-master", 1879 "version": "1.3.1",
1880 "source": { 1880 "source": {
1881 "type": "git", 1881 "type": "git",
1882 "url": "https://github.com/simplepie/simplepie.git", 1882 "url": "https://github.com/simplepie/simplepie.git",
1883 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252" 1883 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc"
1884 }, 1884 },
1885 "dist": { 1885 "dist": {
1886 "type": "zip", 1886 "type": "zip",
1887 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9a9faaa0d563426cf6d897c169373c5b62f1b252", 1887 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc",
1888 "reference": "9a9faaa0d563426cf6d897c169373c5b62f1b252", 1888 "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc",
1889 "shasum": "" 1889 "shasum": ""
1890 }, 1890 },
1891 "require": { 1891 "require": {
@@ -1926,7 +1926,7 @@
1926 "feeds", 1926 "feeds",
1927 "rss" 1927 "rss"
1928 ], 1928 ],
1929 "time": "2014-04-28 12:50:39" 1929 "time": "2012-10-30 17:54:03"
1930 }, 1930 },
1931 { 1931 {
1932 "name": "swiftmailer/swiftmailer", 1932 "name": "swiftmailer/swiftmailer",
@@ -2279,7 +2279,7 @@
2279 }, 2279 },
2280 { 2280 {
2281 "name": "tecnick.com/tcpdf", 2281 "name": "tecnick.com/tcpdf",
2282 "version": "dev-master", 2282 "version": "6.2.6",
2283 "source": { 2283 "source": {
2284 "type": "git", 2284 "type": "git",
2285 "url": "https://github.com/tecnickcom/TCPDF.git", 2285 "url": "https://github.com/tecnickcom/TCPDF.git",
@@ -2872,47 +2872,102 @@
2872 ], 2872 ],
2873 "packages-dev": [ 2873 "packages-dev": [
2874 { 2874 {
2875 "name": "doctrine/instantiator",
2876 "version": "1.0.4",
2877 "source": {
2878 "type": "git",
2879 "url": "https://github.com/doctrine/instantiator.git",
2880 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
2881 },
2882 "dist": {
2883 "type": "zip",
2884 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
2885 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
2886 "shasum": ""
2887 },
2888 "require": {
2889 "php": ">=5.3,<8.0-DEV"
2890 },
2891 "require-dev": {
2892 "athletic/athletic": "~0.1.8",
2893 "ext-pdo": "*",
2894 "ext-phar": "*",
2895 "phpunit/phpunit": "~4.0",
2896 "squizlabs/php_codesniffer": "2.0.*@ALPHA"
2897 },
2898 "type": "library",
2899 "extra": {
2900 "branch-alias": {
2901 "dev-master": "1.0.x-dev"
2902 }
2903 },
2904 "autoload": {
2905 "psr-0": {
2906 "Doctrine\\Instantiator\\": "src"
2907 }
2908 },
2909 "notification-url": "https://packagist.org/downloads/",
2910 "license": [
2911 "MIT"
2912 ],
2913 "authors": [
2914 {
2915 "name": "Marco Pivetta",
2916 "email": "ocramius@gmail.com",
2917 "homepage": "http://ocramius.github.com/"
2918 }
2919 ],
2920 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2921 "homepage": "https://github.com/doctrine/instantiator",
2922 "keywords": [
2923 "constructor",
2924 "instantiate"
2925 ],
2926 "time": "2014-10-13 12:58:55"
2927 },
2928 {
2875 "name": "phpunit/php-code-coverage", 2929 "name": "phpunit/php-code-coverage",
2876 "version": "1.2.18", 2930 "version": "2.0.15",
2877 "source": { 2931 "source": {
2878 "type": "git", 2932 "type": "git",
2879 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 2933 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2880 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" 2934 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
2881 }, 2935 },
2882 "dist": { 2936 "dist": {
2883 "type": "zip", 2937 "type": "zip",
2884 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", 2938 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67",
2885 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", 2939 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
2886 "shasum": "" 2940 "shasum": ""
2887 }, 2941 },
2888 "require": { 2942 "require": {
2889 "php": ">=5.3.3", 2943 "php": ">=5.3.3",
2890 "phpunit/php-file-iterator": ">=1.3.0@stable", 2944 "phpunit/php-file-iterator": "~1.3",
2891 "phpunit/php-text-template": ">=1.2.0@stable", 2945 "phpunit/php-text-template": "~1.2",
2892 "phpunit/php-token-stream": ">=1.1.3,<1.3.0" 2946 "phpunit/php-token-stream": "~1.3",
2947 "sebastian/environment": "~1.0",
2948 "sebastian/version": "~1.0"
2893 }, 2949 },
2894 "require-dev": { 2950 "require-dev": {
2895 "phpunit/phpunit": "3.7.*@dev" 2951 "ext-xdebug": ">=2.1.4",
2952 "phpunit/phpunit": "~4"
2896 }, 2953 },
2897 "suggest": { 2954 "suggest": {
2898 "ext-dom": "*", 2955 "ext-dom": "*",
2899 "ext-xdebug": ">=2.0.5" 2956 "ext-xdebug": ">=2.2.1",
2957 "ext-xmlwriter": "*"
2900 }, 2958 },
2901 "type": "library", 2959 "type": "library",
2902 "extra": { 2960 "extra": {
2903 "branch-alias": { 2961 "branch-alias": {
2904 "dev-master": "1.2.x-dev" 2962 "dev-master": "2.0.x-dev"
2905 } 2963 }
2906 }, 2964 },
2907 "autoload": { 2965 "autoload": {
2908 "classmap": [ 2966 "classmap": [
2909 "PHP/" 2967 "src/"
2910 ] 2968 ]
2911 }, 2969 },
2912 "notification-url": "https://packagist.org/downloads/", 2970 "notification-url": "https://packagist.org/downloads/",
2913 "include-path": [
2914 ""
2915 ],
2916 "license": [ 2971 "license": [
2917 "BSD-3-Clause" 2972 "BSD-3-Clause"
2918 ], 2973 ],
@@ -2930,7 +2985,7 @@
2930 "testing", 2985 "testing",
2931 "xunit" 2986 "xunit"
2932 ], 2987 ],
2933 "time": "2014-09-02 10:13:14" 2988 "time": "2015-01-24 10:06:35"
2934 }, 2989 },
2935 { 2990 {
2936 "name": "phpunit/php-file-iterator", 2991 "name": "phpunit/php-file-iterator",
@@ -3067,45 +3122,44 @@
3067 }, 3122 },
3068 { 3123 {
3069 "name": "phpunit/php-token-stream", 3124 "name": "phpunit/php-token-stream",
3070 "version": "1.2.2", 3125 "version": "1.4.0",
3071 "source": { 3126 "source": {
3072 "type": "git", 3127 "type": "git",
3073 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 3128 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
3074 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" 3129 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
3075 }, 3130 },
3076 "dist": { 3131 "dist": {
3077 "type": "zip", 3132 "type": "zip",
3078 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32", 3133 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74",
3079 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32", 3134 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
3080 "shasum": "" 3135 "shasum": ""
3081 }, 3136 },
3082 "require": { 3137 "require": {
3083 "ext-tokenizer": "*", 3138 "ext-tokenizer": "*",
3084 "php": ">=5.3.3" 3139 "php": ">=5.3.3"
3085 }, 3140 },
3141 "require-dev": {
3142 "phpunit/phpunit": "~4.2"
3143 },
3086 "type": "library", 3144 "type": "library",
3087 "extra": { 3145 "extra": {
3088 "branch-alias": { 3146 "branch-alias": {
3089 "dev-master": "1.2-dev" 3147 "dev-master": "1.4-dev"
3090 } 3148 }
3091 }, 3149 },
3092 "autoload": { 3150 "autoload": {
3093 "classmap": [ 3151 "classmap": [
3094 "PHP/" 3152 "src/"
3095 ] 3153 ]
3096 }, 3154 },
3097 "notification-url": "https://packagist.org/downloads/", 3155 "notification-url": "https://packagist.org/downloads/",
3098 "include-path": [
3099 ""
3100 ],
3101 "license": [ 3156 "license": [
3102 "BSD-3-Clause" 3157 "BSD-3-Clause"
3103 ], 3158 ],
3104 "authors": [ 3159 "authors": [
3105 { 3160 {
3106 "name": "Sebastian Bergmann", 3161 "name": "Sebastian Bergmann",
3107 "email": "sb@sebastian-bergmann.de", 3162 "email": "sebastian@phpunit.de"
3108 "role": "lead"
3109 } 3163 }
3110 ], 3164 ],
3111 "description": "Wrapper around PHP's tokenizer extension.", 3165 "description": "Wrapper around PHP's tokenizer extension.",
@@ -3113,62 +3167,61 @@
3113 "keywords": [ 3167 "keywords": [
3114 "tokenizer" 3168 "tokenizer"
3115 ], 3169 ],
3116 "time": "2014-03-03 05:10:30" 3170 "time": "2015-01-17 09:51:32"
3117 }, 3171 },
3118 { 3172 {
3119 "name": "phpunit/phpunit", 3173 "name": "phpunit/phpunit",
3120 "version": "3.7.38", 3174 "version": "4.4.5",
3121 "source": { 3175 "source": {
3122 "type": "git", 3176 "type": "git",
3123 "url": "https://github.com/sebastianbergmann/phpunit.git", 3177 "url": "https://github.com/sebastianbergmann/phpunit.git",
3124 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6" 3178 "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a"
3125 }, 3179 },
3126 "dist": { 3180 "dist": {
3127 "type": "zip", 3181 "type": "zip",
3128 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/38709dc22d519a3d1be46849868aa2ddf822bcf6", 3182 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2e8580deebb7d1ac92ac878595e6bffe01069c2a",
3129 "reference": "38709dc22d519a3d1be46849868aa2ddf822bcf6", 3183 "reference": "2e8580deebb7d1ac92ac878595e6bffe01069c2a",
3130 "shasum": "" 3184 "shasum": ""
3131 }, 3185 },
3132 "require": { 3186 "require": {
3133 "ext-ctype": "*",
3134 "ext-dom": "*", 3187 "ext-dom": "*",
3135 "ext-json": "*", 3188 "ext-json": "*",
3136 "ext-pcre": "*", 3189 "ext-pcre": "*",
3137 "ext-reflection": "*", 3190 "ext-reflection": "*",
3138 "ext-spl": "*", 3191 "ext-spl": "*",
3139 "php": ">=5.3.3", 3192 "php": ">=5.3.3",
3140 "phpunit/php-code-coverage": "~1.2", 3193 "phpunit/php-code-coverage": "~2.0",
3141 "phpunit/php-file-iterator": "~1.3", 3194 "phpunit/php-file-iterator": "~1.3.2",
3142 "phpunit/php-text-template": "~1.1", 3195 "phpunit/php-text-template": "~1.2",
3143 "phpunit/php-timer": "~1.0", 3196 "phpunit/php-timer": "~1.0.2",
3144 "phpunit/phpunit-mock-objects": "~1.2", 3197 "phpunit/phpunit-mock-objects": "~2.3",
3198 "sebastian/comparator": "~1.0",
3199 "sebastian/diff": "~1.1",
3200 "sebastian/environment": "~1.1",
3201 "sebastian/exporter": "~1.1",
3202 "sebastian/global-state": "~1.0",
3203 "sebastian/recursion-context": "~1.0",
3204 "sebastian/version": "~1.0",
3145 "symfony/yaml": "~2.0" 3205 "symfony/yaml": "~2.0"
3146 }, 3206 },
3147 "require-dev": {
3148 "pear-pear.php.net/pear": "1.9.4"
3149 },
3150 "suggest": { 3207 "suggest": {
3151 "phpunit/php-invoker": "~1.1" 3208 "phpunit/php-invoker": "~1.1"
3152 }, 3209 },
3153 "bin": [ 3210 "bin": [
3154 "composer/bin/phpunit" 3211 "phpunit"
3155 ], 3212 ],
3156 "type": "library", 3213 "type": "library",
3157 "extra": { 3214 "extra": {
3158 "branch-alias": { 3215 "branch-alias": {
3159 "dev-master": "3.7.x-dev" 3216 "dev-master": "4.4.x-dev"
3160 } 3217 }
3161 }, 3218 },
3162 "autoload": { 3219 "autoload": {
3163 "classmap": [ 3220 "classmap": [
3164 "PHPUnit/" 3221 "src/"
3165 ] 3222 ]
3166 }, 3223 },
3167 "notification-url": "https://packagist.org/downloads/", 3224 "notification-url": "https://packagist.org/downloads/",
3168 "include-path": [
3169 "",
3170 "../../symfony/yaml/"
3171 ],
3172 "license": [ 3225 "license": [
3173 "BSD-3-Clause" 3226 "BSD-3-Clause"
3174 ], 3227 ],
@@ -3180,45 +3233,51 @@
3180 } 3233 }
3181 ], 3234 ],
3182 "description": "The PHP Unit Testing framework.", 3235 "description": "The PHP Unit Testing framework.",
3183 "homepage": "http://www.phpunit.de/", 3236 "homepage": "https://phpunit.de/",
3184 "keywords": [ 3237 "keywords": [
3185 "phpunit", 3238 "phpunit",
3186 "testing", 3239 "testing",
3187 "xunit" 3240 "xunit"
3188 ], 3241 ],
3189 "time": "2014-10-17 09:04:17" 3242 "time": "2015-01-27 16:06:15"
3190 }, 3243 },
3191 { 3244 {
3192 "name": "phpunit/phpunit-mock-objects", 3245 "name": "phpunit/phpunit-mock-objects",
3193 "version": "1.2.3", 3246 "version": "2.3.0",
3194 "source": { 3247 "source": {
3195 "type": "git", 3248 "type": "git",
3196 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 3249 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
3197 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875" 3250 "reference": "c63d2367247365f688544f0d500af90a11a44c65"
3198 }, 3251 },
3199 "dist": { 3252 "dist": {
3200 "type": "zip", 3253 "type": "zip",
3201 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5794e3c5c5ba0fb037b11d8151add2a07fa82875", 3254 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
3202 "reference": "5794e3c5c5ba0fb037b11d8151add2a07fa82875", 3255 "reference": "c63d2367247365f688544f0d500af90a11a44c65",
3203 "shasum": "" 3256 "shasum": ""
3204 }, 3257 },
3205 "require": { 3258 "require": {
3259 "doctrine/instantiator": "~1.0,>=1.0.1",
3206 "php": ">=5.3.3", 3260 "php": ">=5.3.3",
3207 "phpunit/php-text-template": ">=1.1.1@stable" 3261 "phpunit/php-text-template": "~1.2"
3262 },
3263 "require-dev": {
3264 "phpunit/phpunit": "~4.3"
3208 }, 3265 },
3209 "suggest": { 3266 "suggest": {
3210 "ext-soap": "*" 3267 "ext-soap": "*"
3211 }, 3268 },
3212 "type": "library", 3269 "type": "library",
3270 "extra": {
3271 "branch-alias": {
3272 "dev-master": "2.3.x-dev"
3273 }
3274 },
3213 "autoload": { 3275 "autoload": {
3214 "classmap": [ 3276 "classmap": [
3215 "PHPUnit/" 3277 "src/"
3216 ] 3278 ]
3217 }, 3279 },
3218 "notification-url": "https://packagist.org/downloads/", 3280 "notification-url": "https://packagist.org/downloads/",
3219 "include-path": [
3220 ""
3221 ],
3222 "license": [ 3281 "license": [
3223 "BSD-3-Clause" 3282 "BSD-3-Clause"
3224 ], 3283 ],
@@ -3235,7 +3294,378 @@
3235 "mock", 3294 "mock",
3236 "xunit" 3295 "xunit"
3237 ], 3296 ],
3238 "time": "2013-01-13 10:24:48" 3297 "time": "2014-10-03 05:12:11"
3298 },
3299 {
3300 "name": "sebastian/comparator",
3301 "version": "1.1.1",
3302 "source": {
3303 "type": "git",
3304 "url": "https://github.com/sebastianbergmann/comparator.git",
3305 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e"
3306 },
3307 "dist": {
3308 "type": "zip",
3309 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e",
3310 "reference": "1dd8869519a225f7f2b9eb663e225298fade819e",
3311 "shasum": ""
3312 },
3313 "require": {
3314 "php": ">=5.3.3",
3315 "sebastian/diff": "~1.2",
3316 "sebastian/exporter": "~1.2"
3317 },
3318 "require-dev": {
3319 "phpunit/phpunit": "~4.4"
3320 },
3321 "type": "library",
3322 "extra": {
3323 "branch-alias": {
3324 "dev-master": "1.1.x-dev"
3325 }
3326 },
3327 "autoload": {
3328 "classmap": [
3329 "src/"
3330 ]
3331 },
3332 "notification-url": "https://packagist.org/downloads/",
3333 "license": [
3334 "BSD-3-Clause"
3335 ],
3336 "authors": [
3337 {
3338 "name": "Jeff Welch",
3339 "email": "whatthejeff@gmail.com"
3340 },
3341 {
3342 "name": "Volker Dusch",
3343 "email": "github@wallbash.com"
3344 },
3345 {
3346 "name": "Bernhard Schussek",
3347 "email": "bschussek@2bepublished.at"
3348 },
3349 {
3350 "name": "Sebastian Bergmann",
3351 "email": "sebastian@phpunit.de"
3352 }
3353 ],
3354 "description": "Provides the functionality to compare PHP values for equality",
3355 "homepage": "http://www.github.com/sebastianbergmann/comparator",
3356 "keywords": [
3357 "comparator",
3358 "compare",
3359 "equality"
3360 ],
3361 "time": "2015-01-29 16:28:08"
3362 },
3363 {
3364 "name": "sebastian/diff",
3365 "version": "1.2.0",
3366 "source": {
3367 "type": "git",
3368 "url": "https://github.com/sebastianbergmann/diff.git",
3369 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
3370 },
3371 "dist": {
3372 "type": "zip",
3373 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
3374 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
3375 "shasum": ""
3376 },
3377 "require": {
3378 "php": ">=5.3.3"
3379 },
3380 "require-dev": {
3381 "phpunit/phpunit": "~4.2"
3382 },
3383 "type": "library",
3384 "extra": {
3385 "branch-alias": {
3386 "dev-master": "1.2-dev"
3387 }
3388 },
3389 "autoload": {
3390 "classmap": [
3391 "src/"
3392 ]
3393 },
3394 "notification-url": "https://packagist.org/downloads/",
3395 "license": [
3396 "BSD-3-Clause"
3397 ],
3398 "authors": [
3399 {
3400 "name": "Kore Nordmann",
3401 "email": "mail@kore-nordmann.de"
3402 },
3403 {
3404 "name": "Sebastian Bergmann",
3405 "email": "sebastian@phpunit.de"
3406 }
3407 ],
3408 "description": "Diff implementation",
3409 "homepage": "http://www.github.com/sebastianbergmann/diff",
3410 "keywords": [
3411 "diff"
3412 ],
3413 "time": "2014-08-15 10:29:00"
3414 },
3415 {
3416 "name": "sebastian/environment",
3417 "version": "1.2.1",
3418 "source": {
3419 "type": "git",
3420 "url": "https://github.com/sebastianbergmann/environment.git",
3421 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
3422 },
3423 "dist": {
3424 "type": "zip",
3425 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
3426 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
3427 "shasum": ""
3428 },
3429 "require": {
3430 "php": ">=5.3.3"
3431 },
3432 "require-dev": {
3433 "phpunit/phpunit": "~4.3"
3434 },
3435 "type": "library",
3436 "extra": {
3437 "branch-alias": {
3438 "dev-master": "1.2.x-dev"
3439 }
3440 },
3441 "autoload": {
3442 "classmap": [
3443 "src/"
3444 ]
3445 },
3446 "notification-url": "https://packagist.org/downloads/",
3447 "license": [
3448 "BSD-3-Clause"
3449 ],
3450 "authors": [
3451 {
3452 "name": "Sebastian Bergmann",
3453 "email": "sebastian@phpunit.de"
3454 }
3455 ],
3456 "description": "Provides functionality to handle HHVM/PHP environments",
3457 "homepage": "http://www.github.com/sebastianbergmann/environment",
3458 "keywords": [
3459 "Xdebug",
3460 "environment",
3461 "hhvm"
3462 ],
3463 "time": "2014-10-25 08:00:45"
3464 },
3465 {
3466 "name": "sebastian/exporter",
3467 "version": "1.2.0",
3468 "source": {
3469 "type": "git",
3470 "url": "https://github.com/sebastianbergmann/exporter.git",
3471 "reference": "84839970d05254c73cde183a721c7af13aede943"
3472 },
3473 "dist": {
3474 "type": "zip",
3475 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943",
3476 "reference": "84839970d05254c73cde183a721c7af13aede943",
3477 "shasum": ""
3478 },
3479 "require": {
3480 "php": ">=5.3.3",
3481 "sebastian/recursion-context": "~1.0"
3482 },
3483 "require-dev": {
3484 "phpunit/phpunit": "~4.4"
3485 },
3486 "type": "library",
3487 "extra": {
3488 "branch-alias": {
3489 "dev-master": "1.2.x-dev"
3490 }
3491 },
3492 "autoload": {
3493 "classmap": [
3494 "src/"
3495 ]
3496 },
3497 "notification-url": "https://packagist.org/downloads/",
3498 "license": [
3499 "BSD-3-Clause"
3500 ],
3501 "authors": [
3502 {
3503 "name": "Jeff Welch",
3504 "email": "whatthejeff@gmail.com"
3505 },
3506 {
3507 "name": "Volker Dusch",
3508 "email": "github@wallbash.com"
3509 },
3510 {
3511 "name": "Bernhard Schussek",
3512 "email": "bschussek@2bepublished.at"
3513 },
3514 {
3515 "name": "Sebastian Bergmann",
3516 "email": "sebastian@phpunit.de"
3517 },
3518 {
3519 "name": "Adam Harvey",
3520 "email": "aharvey@php.net"
3521 }
3522 ],
3523 "description": "Provides the functionality to export PHP variables for visualization",
3524 "homepage": "http://www.github.com/sebastianbergmann/exporter",
3525 "keywords": [
3526 "export",
3527 "exporter"
3528 ],
3529 "time": "2015-01-27 07:23:06"
3530 },
3531 {
3532 "name": "sebastian/global-state",
3533 "version": "1.0.0",
3534 "source": {
3535 "type": "git",
3536 "url": "https://github.com/sebastianbergmann/global-state.git",
3537 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01"
3538 },
3539 "dist": {
3540 "type": "zip",
3541 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3542 "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01",
3543 "shasum": ""
3544 },
3545 "require": {
3546 "php": ">=5.3.3"
3547 },
3548 "require-dev": {
3549 "phpunit/phpunit": "~4.2"
3550 },
3551 "suggest": {
3552 "ext-uopz": "*"
3553 },
3554 "type": "library",
3555 "extra": {
3556 "branch-alias": {
3557 "dev-master": "1.0-dev"
3558 }
3559 },
3560 "autoload": {
3561 "classmap": [
3562 "src/"
3563 ]
3564 },
3565 "notification-url": "https://packagist.org/downloads/",
3566 "license": [
3567 "BSD-3-Clause"
3568 ],
3569 "authors": [
3570 {
3571 "name": "Sebastian Bergmann",
3572 "email": "sebastian@phpunit.de"
3573 }
3574 ],
3575 "description": "Snapshotting of global state",
3576 "homepage": "http://www.github.com/sebastianbergmann/global-state",
3577 "keywords": [
3578 "global state"
3579 ],
3580 "time": "2014-10-06 09:23:50"
3581 },
3582 {
3583 "name": "sebastian/recursion-context",
3584 "version": "1.0.0",
3585 "source": {
3586 "type": "git",
3587 "url": "https://github.com/sebastianbergmann/recursion-context.git",
3588 "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
3589 },
3590 "dist": {
3591 "type": "zip",
3592 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252",
3593 "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
3594 "shasum": ""
3595 },
3596 "require": {
3597 "php": ">=5.3.3"
3598 },
3599 "require-dev": {
3600 "phpunit/phpunit": "~4.4"
3601 },
3602 "type": "library",
3603 "extra": {
3604 "branch-alias": {
3605 "dev-master": "1.0.x-dev"
3606 }
3607 },
3608 "autoload": {
3609 "classmap": [
3610 "src/"
3611 ]
3612 },
3613 "notification-url": "https://packagist.org/downloads/",
3614 "license": [
3615 "BSD-3-Clause"
3616 ],
3617 "authors": [
3618 {
3619 "name": "Jeff Welch",
3620 "email": "whatthejeff@gmail.com"
3621 },
3622 {
3623 "name": "Sebastian Bergmann",
3624 "email": "sebastian@phpunit.de"
3625 },
3626 {
3627 "name": "Adam Harvey",
3628 "email": "aharvey@php.net"
3629 }
3630 ],
3631 "description": "Provides functionality to recursively process PHP variables",
3632 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
3633 "time": "2015-01-24 09:48:32"
3634 },
3635 {
3636 "name": "sebastian/version",
3637 "version": "1.0.4",
3638 "source": {
3639 "type": "git",
3640 "url": "https://github.com/sebastianbergmann/version.git",
3641 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
3642 },
3643 "dist": {
3644 "type": "zip",
3645 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
3646 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
3647 "shasum": ""
3648 },
3649 "type": "library",
3650 "autoload": {
3651 "classmap": [
3652 "src/"
3653 ]
3654 },
3655 "notification-url": "https://packagist.org/downloads/",
3656 "license": [
3657 "BSD-3-Clause"
3658 ],
3659 "authors": [
3660 {
3661 "name": "Sebastian Bergmann",
3662 "email": "sebastian@phpunit.de",
3663 "role": "lead"
3664 }
3665 ],
3666 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
3667 "homepage": "https://github.com/sebastianbergmann/version",
3668 "time": "2014-12-15 14:25:24"
3239 }, 3669 },
3240 { 3670 {
3241 "name": "sensio/generator-bundle", 3671 "name": "sensio/generator-bundle",
@@ -3287,12 +3717,8 @@
3287 } 3717 }
3288 ], 3718 ],
3289 "aliases": [], 3719 "aliases": [],
3290 "minimum-stability": "stable", 3720 "minimum-stability": "dev",
3291 "stability-flags": { 3721 "stability-flags": {
3292 "ezyang/htmlpurifier": 20,
3293 "mgargano/simplehtmldom": 20,
3294 "tecnick.com/tcpdf": 20,
3295 "simplepie/simplepie": 20,
3296 "htmlawed/htmlawed": 20, 3722 "htmlawed/htmlawed": 20,
3297 "wallabag/php-flash-messages": 20, 3723 "wallabag/php-flash-messages": 20,
3298 "wallabag/kriss_php5": 20, 3724 "wallabag/kriss_php5": 20,
@@ -3302,7 +3728,7 @@
3302 "wallabag/phpmobi": 20, 3728 "wallabag/phpmobi": 20,
3303 "wallabag/fivefilters_libraries": 20 3729 "wallabag/fivefilters_libraries": 20
3304 }, 3730 },
3305 "prefer-stable": false, 3731 "prefer-stable": true,
3306 "prefer-lowest": false, 3732 "prefer-lowest": false,
3307 "platform": { 3733 "platform": {
3308 "php": ">=5.3.3" 3734 "php": ">=5.3.3"