aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-12-03 23:22:49 +0100
committerVirtualTam <virtualtam@flibidi.net>2019-01-12 22:47:48 +0100
commit92c6439dbc41d8a2873dfebbc44e30d75c0c473d (patch)
tree2211f48b1c07fc0160dd89dce3790c440743b7c9
parentfe3713d2e5c91e2d07af72b39f321521d3dd470c (diff)
downloadShaarli-92c6439dbc41d8a2873dfebbc44e30d75c0c473d.tar.gz
Shaarli-92c6439dbc41d8a2873dfebbc44e30d75c0c473d.tar.zst
Shaarli-92c6439dbc41d8a2873dfebbc44e30d75c0c473d.zip
namespacing: add curl-ext to suggested dependencies
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--composer.json3
-rw-r--r--composer.lock87
2 files changed, 47 insertions, 43 deletions
diff --git a/composer.json b/composer.json
index 7d0f96b3..4c14e794 100644
--- a/composer.json
+++ b/composer.json
@@ -29,6 +29,9 @@
29 "phpunit/phpunit": "^5.0", 29 "phpunit/phpunit": "^5.0",
30 "squizlabs/php_codesniffer": "2.*" 30 "squizlabs/php_codesniffer": "2.*"
31 }, 31 },
32 "suggest": {
33 "ext-curl": "*"
34 },
32 "autoload": { 35 "autoload": {
33 "psr-4": { 36 "psr-4": {
34 "Shaarli\\": "application", 37 "Shaarli\\": "application",
diff --git a/composer.lock b/composer.lock
index c43dad6f..5723cff4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "3876b34296fedb365517b785af8384de", 7 "content-hash": "45937c29ca4a55504b0d0a60a03c42c6",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "arthurhoaro/web-thumbnailer", 10 "name": "arthurhoaro/web-thumbnailer",
@@ -195,16 +195,16 @@
195 }, 195 },
196 { 196 {
197 "name": "gettext/languages", 197 "name": "gettext/languages",
198 "version": "2.4.0", 198 "version": "2.5.0",
199 "source": { 199 "source": {
200 "type": "git", 200 "type": "git",
201 "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git", 201 "url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
202 "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5" 202 "reference": "78db2d17933f0765a102f368a6663f057162ddbd"
203 }, 203 },
204 "dist": { 204 "dist": {
205 "type": "zip", 205 "type": "zip",
206 "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/1b74377bd0c4cd87e8d72b948f5d8867e23505a5", 206 "url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/78db2d17933f0765a102f368a6663f057162ddbd",
207 "reference": "1b74377bd0c4cd87e8d72b948f5d8867e23505a5", 207 "reference": "78db2d17933f0765a102f368a6663f057162ddbd",
208 "shasum": "" 208 "shasum": ""
209 }, 209 },
210 "require": { 210 "require": {
@@ -252,7 +252,7 @@
252 "translations", 252 "translations",
253 "unicode" 253 "unicode"
254 ], 254 ],
255 "time": "2018-06-21T15:58:36+00:00" 255 "time": "2018-11-13T22:06:07+00:00"
256 }, 256 },
257 { 257 {
258 "name": "katzgrau/klogger", 258 "name": "katzgrau/klogger",
@@ -542,16 +542,16 @@
542 }, 542 },
543 { 543 {
544 "name": "psr/log", 544 "name": "psr/log",
545 "version": "1.0.2", 545 "version": "1.1.0",
546 "source": { 546 "source": {
547 "type": "git", 547 "type": "git",
548 "url": "https://github.com/php-fig/log.git", 548 "url": "https://github.com/php-fig/log.git",
549 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 549 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
550 }, 550 },
551 "dist": { 551 "dist": {
552 "type": "zip", 552 "type": "zip",
553 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 553 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
554 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 554 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
555 "shasum": "" 555 "shasum": ""
556 }, 556 },
557 "require": { 557 "require": {
@@ -585,7 +585,7 @@
585 "psr", 585 "psr",
586 "psr-3" 586 "psr-3"
587 ], 587 ],
588 "time": "2016-10-10T12:19:37+00:00" 588 "time": "2018-11-20T15:27:04+00:00"
589 }, 589 },
590 { 590 {
591 "name": "pubsubhubbub/publisher", 591 "name": "pubsubhubbub/publisher",
@@ -2023,16 +2023,16 @@
2023 }, 2023 },
2024 { 2024 {
2025 "name": "squizlabs/php_codesniffer", 2025 "name": "squizlabs/php_codesniffer",
2026 "version": "2.9.1", 2026 "version": "2.9.2",
2027 "source": { 2027 "source": {
2028 "type": "git", 2028 "type": "git",
2029 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 2029 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2030 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62" 2030 "reference": "2acf168de78487db620ab4bc524135a13cfe6745"
2031 }, 2031 },
2032 "dist": { 2032 "dist": {
2033 "type": "zip", 2033 "type": "zip",
2034 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62", 2034 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/2acf168de78487db620ab4bc524135a13cfe6745",
2035 "reference": "dcbed1074f8244661eecddfc2a675430d8d33f62", 2035 "reference": "2acf168de78487db620ab4bc524135a13cfe6745",
2036 "shasum": "" 2036 "shasum": ""
2037 }, 2037 },
2038 "require": { 2038 "require": {
@@ -2097,20 +2097,20 @@
2097 "phpcs", 2097 "phpcs",
2098 "standards" 2098 "standards"
2099 ], 2099 ],
2100 "time": "2017-05-22T02:43:20+00:00" 2100 "time": "2018-11-07T22:31:41+00:00"
2101 }, 2101 },
2102 { 2102 {
2103 "name": "symfony/console", 2103 "name": "symfony/console",
2104 "version": "v3.4.17", 2104 "version": "v3.4.19",
2105 "source": { 2105 "source": {
2106 "type": "git", 2106 "type": "git",
2107 "url": "https://github.com/symfony/console.git", 2107 "url": "https://github.com/symfony/console.git",
2108 "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b" 2108 "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb"
2109 }, 2109 },
2110 "dist": { 2110 "dist": {
2111 "type": "zip", 2111 "type": "zip",
2112 "url": "https://api.github.com/repos/symfony/console/zipball/3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", 2112 "url": "https://api.github.com/repos/symfony/console/zipball/8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
2113 "reference": "3b2b415d4c48fbefca7dc742aa0a0171bfae4e0b", 2113 "reference": "8f80fc39bbc3b7c47ee54ba7aa2653521ace94bb",
2114 "shasum": "" 2114 "shasum": ""
2115 }, 2115 },
2116 "require": { 2116 "require": {
@@ -2166,20 +2166,20 @@
2166 ], 2166 ],
2167 "description": "Symfony Console Component", 2167 "description": "Symfony Console Component",
2168 "homepage": "https://symfony.com", 2168 "homepage": "https://symfony.com",
2169 "time": "2018-10-02T16:33:53+00:00" 2169 "time": "2018-11-26T12:48:07+00:00"
2170 }, 2170 },
2171 { 2171 {
2172 "name": "symfony/debug", 2172 "name": "symfony/debug",
2173 "version": "v3.4.17", 2173 "version": "v3.4.19",
2174 "source": { 2174 "source": {
2175 "type": "git", 2175 "type": "git",
2176 "url": "https://github.com/symfony/debug.git", 2176 "url": "https://github.com/symfony/debug.git",
2177 "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6" 2177 "reference": "2016b3eec2e49c127dd02d0ef44a35c53181560d"
2178 }, 2178 },
2179 "dist": { 2179 "dist": {
2180 "type": "zip", 2180 "type": "zip",
2181 "url": "https://api.github.com/repos/symfony/debug/zipball/0a612e9dfbd2ccce03eb174365f31ecdca930ff6", 2181 "url": "https://api.github.com/repos/symfony/debug/zipball/2016b3eec2e49c127dd02d0ef44a35c53181560d",
2182 "reference": "0a612e9dfbd2ccce03eb174365f31ecdca930ff6", 2182 "reference": "2016b3eec2e49c127dd02d0ef44a35c53181560d",
2183 "shasum": "" 2183 "shasum": ""
2184 }, 2184 },
2185 "require": { 2185 "require": {
@@ -2222,20 +2222,20 @@
2222 ], 2222 ],
2223 "description": "Symfony Debug Component", 2223 "description": "Symfony Debug Component",
2224 "homepage": "https://symfony.com", 2224 "homepage": "https://symfony.com",
2225 "time": "2018-10-02T16:33:53+00:00" 2225 "time": "2018-11-11T19:48:54+00:00"
2226 }, 2226 },
2227 { 2227 {
2228 "name": "symfony/finder", 2228 "name": "symfony/finder",
2229 "version": "v3.4.17", 2229 "version": "v3.4.19",
2230 "source": { 2230 "source": {
2231 "type": "git", 2231 "type": "git",
2232 "url": "https://github.com/symfony/finder.git", 2232 "url": "https://github.com/symfony/finder.git",
2233 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d" 2233 "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442"
2234 }, 2234 },
2235 "dist": { 2235 "dist": {
2236 "type": "zip", 2236 "type": "zip",
2237 "url": "https://api.github.com/repos/symfony/finder/zipball/54ba444dddc5bd5708a34bd095ea67c6eb54644d", 2237 "url": "https://api.github.com/repos/symfony/finder/zipball/6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442",
2238 "reference": "54ba444dddc5bd5708a34bd095ea67c6eb54644d", 2238 "reference": "6cf2be5cbd0e87aa35c01f80ae0bf40b6798e442",
2239 "shasum": "" 2239 "shasum": ""
2240 }, 2240 },
2241 "require": { 2241 "require": {
@@ -2271,11 +2271,11 @@
2271 ], 2271 ],
2272 "description": "Symfony Finder Component", 2272 "description": "Symfony Finder Component",
2273 "homepage": "https://symfony.com", 2273 "homepage": "https://symfony.com",
2274 "time": "2018-10-03T08:46:40+00:00" 2274 "time": "2018-11-11T19:48:54+00:00"
2275 }, 2275 },
2276 { 2276 {
2277 "name": "symfony/polyfill-ctype", 2277 "name": "symfony/polyfill-ctype",
2278 "version": "v1.9.0", 2278 "version": "v1.10.0",
2279 "source": { 2279 "source": {
2280 "type": "git", 2280 "type": "git",
2281 "url": "https://github.com/symfony/polyfill-ctype.git", 2281 "url": "https://github.com/symfony/polyfill-ctype.git",
@@ -2333,16 +2333,16 @@
2333 }, 2333 },
2334 { 2334 {
2335 "name": "symfony/polyfill-mbstring", 2335 "name": "symfony/polyfill-mbstring",
2336 "version": "v1.9.0", 2336 "version": "v1.10.0",
2337 "source": { 2337 "source": {
2338 "type": "git", 2338 "type": "git",
2339 "url": "https://github.com/symfony/polyfill-mbstring.git", 2339 "url": "https://github.com/symfony/polyfill-mbstring.git",
2340 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" 2340 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2341 }, 2341 },
2342 "dist": { 2342 "dist": {
2343 "type": "zip", 2343 "type": "zip",
2344 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", 2344 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
2345 "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", 2345 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2346 "shasum": "" 2346 "shasum": ""
2347 }, 2347 },
2348 "require": { 2348 "require": {
@@ -2388,20 +2388,20 @@
2388 "portable", 2388 "portable",
2389 "shim" 2389 "shim"
2390 ], 2390 ],
2391 "time": "2018-08-06T14:22:27+00:00" 2391 "time": "2018-09-21T13:07:52+00:00"
2392 }, 2392 },
2393 { 2393 {
2394 "name": "symfony/yaml", 2394 "name": "symfony/yaml",
2395 "version": "v3.4.17", 2395 "version": "v3.4.19",
2396 "source": { 2396 "source": {
2397 "type": "git", 2397 "type": "git",
2398 "url": "https://github.com/symfony/yaml.git", 2398 "url": "https://github.com/symfony/yaml.git",
2399 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f" 2399 "reference": "291e13d808bec481eab83f301f7bff3e699ef603"
2400 }, 2400 },
2401 "dist": { 2401 "dist": {
2402 "type": "zip", 2402 "type": "zip",
2403 "url": "https://api.github.com/repos/symfony/yaml/zipball/640b6c27fed4066d64b64d5903a86043f4a4de7f", 2403 "url": "https://api.github.com/repos/symfony/yaml/zipball/291e13d808bec481eab83f301f7bff3e699ef603",
2404 "reference": "640b6c27fed4066d64b64d5903a86043f4a4de7f", 2404 "reference": "291e13d808bec481eab83f301f7bff3e699ef603",
2405 "shasum": "" 2405 "shasum": ""
2406 }, 2406 },
2407 "require": { 2407 "require": {
@@ -2447,7 +2447,7 @@
2447 ], 2447 ],
2448 "description": "Symfony Yaml Component", 2448 "description": "Symfony Yaml Component",
2449 "homepage": "https://symfony.com", 2449 "homepage": "https://symfony.com",
2450 "time": "2018-10-02T16:33:53+00:00" 2450 "time": "2018-11-11T19:48:54+00:00"
2451 }, 2451 },
2452 { 2452 {
2453 "name": "theseer/fdomdocument", 2453 "name": "theseer/fdomdocument",
@@ -2548,7 +2548,8 @@
2548 "prefer-stable": false, 2548 "prefer-stable": false,
2549 "prefer-lowest": false, 2549 "prefer-lowest": false,
2550 "platform": { 2550 "platform": {
2551 "php": ">=5.6" 2551 "php": ">=5.6",
2552 "ext-zlib": "*"
2552 }, 2553 },
2553 "platform-dev": [], 2554 "platform-dev": [],
2554 "platform-overrides": { 2555 "platform-overrides": {