Update composer, adjust margin

pull/17/head
Skylar Ittner 6 years ago
parent 39ccaa2f2d
commit 4c135d6e59

280
composer.lock generated

@ -54,16 +54,16 @@
}, },
{ {
"name": "beberlei/assert", "name": "beberlei/assert",
"version": "v2.9.4", "version": "v2.9.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/beberlei/assert.git", "url": "https://github.com/beberlei/assert.git",
"reference": "7c24bedba95c600bba7b6021185a7d7fa2deb961" "reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/beberlei/assert/zipball/7c24bedba95c600bba7b6021185a7d7fa2deb961", "url": "https://api.github.com/repos/beberlei/assert/zipball/ec9e4cf0b63890edce844ee3922e2b95a526e936",
"reference": "7c24bedba95c600bba7b6021185a7d7fa2deb961", "reference": "ec9e4cf0b63890edce844ee3922e2b95a526e936",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -105,20 +105,20 @@
"assertion", "assertion",
"validation" "validation"
], ],
"time": "2018-04-09T14:40:28+00:00" "time": "2018-06-11T17:15:25+00:00"
}, },
{ {
"name": "catfan/medoo", "name": "catfan/medoo",
"version": "v1.5.6", "version": "v1.5.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/catfan/Medoo.git", "url": "https://github.com/catfan/Medoo.git",
"reference": "f77a93f72864e892c99d1033b8733e5da8fb0b3b" "reference": "8d90cba0e8ff176028847527d0ea76fe41a06ecf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/catfan/Medoo/zipball/f77a93f72864e892c99d1033b8733e5da8fb0b3b", "url": "https://api.github.com/repos/catfan/Medoo/zipball/8d90cba0e8ff176028847527d0ea76fe41a06ecf",
"reference": "f77a93f72864e892c99d1033b8733e5da8fb0b3b", "reference": "8d90cba0e8ff176028847527d0ea76fe41a06ecf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -164,7 +164,7 @@
"sql", "sql",
"sqlite" "sqlite"
], ],
"time": "2018-03-26T17:54:24+00:00" "time": "2018-06-14T18:59:08+00:00"
}, },
{ {
"name": "christian-riesen/base32", "name": "christian-riesen/base32",
@ -220,24 +220,70 @@
], ],
"time": "2016-05-05T11:49:03+00:00" "time": "2016-05-05T11:49:03+00:00"
}, },
{
"name": "endroid/installer",
"version": "1.0.6",
"source": {
"type": "git",
"url": "https://github.com/endroid/installer.git",
"reference": "c57edad5e6bc0c3b9df8fa703db34c288e22df62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/endroid/installer/zipball/c57edad5e6bc0c3b9df8fa703db34c288e22df62",
"reference": "c57edad5e6bc0c3b9df8fa703db34c288e22df62",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7|^6.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"class": "Endroid\\Installer\\Installer"
},
"autoload": {
"psr-4": {
"Endroid\\Installer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeroen van den Enden",
"email": "info@endroid.nl"
}
],
"time": "2018-09-15T22:11:24+00:00"
},
{ {
"name": "endroid/qr-code", "name": "endroid/qr-code",
"version": "3.2.8", "version": "3.4.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/endroid/qr-code.git", "url": "https://github.com/endroid/qr-code.git",
"reference": "844f9ea95bd6b012097890c6106c909cd802add2" "reference": "bff7b8ca38d7e15e75e36deadaef6d9250af4221"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/endroid/qr-code/zipball/844f9ea95bd6b012097890c6106c909cd802add2", "url": "https://api.github.com/repos/endroid/qr-code/zipball/bff7b8ca38d7e15e75e36deadaef6d9250af4221",
"reference": "844f9ea95bd6b012097890c6106c909cd802add2", "reference": "bff7b8ca38d7e15e75e36deadaef6d9250af4221",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"bacon/bacon-qr-code": "^1.0.3", "bacon/bacon-qr-code": "^1.0.3",
"endroid/installer": "^1.0.3",
"ext-gd": "*", "ext-gd": "*",
"khanamiryan/qrcode-detector-decoder": "^1.0", "khanamiryan/qrcode-detector-decoder": "^1.0.2",
"myclabs/php-enum": "^1.5", "myclabs/php-enum": "^1.5",
"php": ">=7.1", "php": ">=7.1",
"symfony/options-resolver": "^2.7|^3.0|^4.0", "symfony/options-resolver": "^2.7|^3.0|^4.0",
@ -264,8 +310,7 @@
"authors": [ "authors": [
{ {
"name": "Jeroen van den Enden", "name": "Jeroen van den Enden",
"email": "info@endroid.nl", "email": "info@endroid.nl"
"homepage": "https://endroid.nl/"
} }
], ],
"description": "Endroid QR Code", "description": "Endroid QR Code",
@ -278,20 +323,20 @@
"qr", "qr",
"qrcode" "qrcode"
], ],
"time": "2018-02-27T21:35:30+00:00" "time": "2018-08-21T20:10:48+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.3.2", "version": "6.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90" "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/68d0ea14d5a3f42a20e87632a5f84931e2709c90", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "68d0ea14d5a3f42a20e87632a5f84931e2709c90", "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -301,7 +346,7 @@
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0" "psr/log": "^1.0"
}, },
"suggest": { "suggest": {
@ -343,7 +388,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2018-03-26T16:33:04+00:00" "time": "2018-04-22T15:46:56+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
@ -463,16 +508,16 @@
}, },
{ {
"name": "khanamiryan/qrcode-detector-decoder", "name": "khanamiryan/qrcode-detector-decoder",
"version": "1.0.1", "version": "1.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git", "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
"reference": "4ff2f14006930631ed30f0d15da72b032c96bc0a" "reference": "a75482d3bc804e3f6702332bfda6cccbb0dfaa76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/4ff2f14006930631ed30f0d15da72b032c96bc0a", "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/a75482d3bc804e3f6702332bfda6cccbb0dfaa76",
"reference": "4ff2f14006930631ed30f0d15da72b032c96bc0a", "reference": "a75482d3bc804e3f6702332bfda6cccbb0dfaa76",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -509,7 +554,7 @@
"qr", "qr",
"zxing" "zxing"
], ],
"time": "2018-04-01T20:25:53+00:00" "time": "2018-04-26T11:41:33+00:00"
}, },
{ {
"name": "mibe/feedwriter", "name": "mibe/feedwriter",
@ -610,20 +655,20 @@
}, },
{ {
"name": "myclabs/php-enum", "name": "myclabs/php-enum",
"version": "1.5.2", "version": "1.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/myclabs/php-enum.git", "url": "https://github.com/myclabs/php-enum.git",
"reference": "3ed7088cfd0a0e06534b7f8b0eee82acea574fac" "reference": "ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/3ed7088cfd0a0e06534b7f8b0eee82acea574fac", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219",
"reference": "3ed7088cfd0a0e06534b7f8b0eee82acea574fac", "reference": "ca2f4090a7ecae6f0c67fc9bd07cfb51cdf04219",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3" "php": ">=5.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0", "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
@ -650,7 +695,7 @@
"keywords": [ "keywords": [
"enum" "enum"
], ],
"time": "2017-06-28T16:24:08+00:00" "time": "2018-08-01T21:05:54+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",
@ -716,33 +761,29 @@
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
"version": "v2.0.17", "version": "v9.99.99",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paragonie/random_compat.git", "url": "https://github.com/paragonie/random_compat.git",
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d" "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.0" "php": "^7"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "4.*|5.*" "phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
}, },
"suggest": { "suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
}, },
"type": "library", "type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "MIT"
@ -761,7 +802,7 @@
"pseudorandom", "pseudorandom",
"random" "random"
], ],
"time": "2018-07-04T16:31:37+00:00" "time": "2018-07-02T15:55:56+00:00"
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phpmailer/phpmailer",
@ -892,22 +933,22 @@
}, },
{ {
"name": "spomky-labs/otphp", "name": "spomky-labs/otphp",
"version": "v8.3.2", "version": "v8.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Spomky-Labs/otphp.git", "url": "https://github.com/Spomky-Labs/otphp.git",
"reference": "d6cc467350fc281c8d4d351f9f1718f2f3967721" "reference": "eb14442699ae6470b29ffd89238a9ccfb9f20788"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/d6cc467350fc281c8d4d351f9f1718f2f3967721", "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/eb14442699ae6470b29ffd89238a9ccfb9f20788",
"reference": "d6cc467350fc281c8d4d351f9f1718f2f3967721", "reference": "eb14442699ae6470b29ffd89238a9ccfb9f20788",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"beberlei/assert": "^2.4", "beberlei/assert": "^2.4",
"paragonie/constant_time_encoding": "^1.0|^2.0", "paragonie/constant_time_encoding": "^1.0|^2.0",
"paragonie/random_compat": "^2.0", "paragonie/random_compat": ">=2",
"php": "^5.5|^7.0", "php": "^5.5|^7.0",
"symfony/polyfill-mbstring": "^1.1", "symfony/polyfill-mbstring": "^1.1",
"symfony/polyfill-php56": "^1.1" "symfony/polyfill-php56": "^1.1"
@ -952,29 +993,30 @@
"otp", "otp",
"totp" "totp"
], ],
"time": "2017-07-24T10:27:40+00:00" "time": "2018-09-13T19:25:26+00:00"
}, },
{ {
"name": "symfony/inflector", "name": "symfony/inflector",
"version": "v4.0.8", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/inflector.git", "url": "https://github.com/symfony/inflector.git",
"reference": "da634a9968162f7c5c94f8d6949a4ede86085304" "reference": "07810b5c88ec0c2e98972571a40a126b44664e13"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/inflector/zipball/da634a9968162f7c5c94f8d6949a4ede86085304", "url": "https://api.github.com/repos/symfony/inflector/zipball/07810b5c88ec0c2e98972571a40a126b44664e13",
"reference": "da634a9968162f7c5c94f8d6949a4ede86085304", "reference": "07810b5c88ec0c2e98972571a40a126b44664e13",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3" "php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.0-dev" "dev-master": "4.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -1009,20 +1051,20 @@
"symfony", "symfony",
"words" "words"
], ],
"time": "2018-01-03T17:15:19+00:00" "time": "2018-07-26T08:55:25+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v4.0.8", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "371532a2cfe932f7a3766dd4c45364566def1dd0" "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/371532a2cfe932f7a3766dd4c45364566def1dd0", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/1913f1962477cdbb13df951f8147d5da1fe2412c",
"reference": "371532a2cfe932f7a3766dd4c45364566def1dd0", "reference": "1913f1962477cdbb13df951f8147d5da1fe2412c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1031,7 +1073,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.0-dev" "dev-master": "4.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -1063,20 +1105,78 @@
"configuration", "configuration",
"options" "options"
], ],
"time": "2018-01-18T22:19:33+00:00" "time": "2018-07-26T08:55:25+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.9.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-08-06T14:22:27+00:00"
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.7.0", "version": "v1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1088,7 +1188,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.7-dev" "dev-master": "1.9-dev"
} }
}, },
"autoload": { "autoload": {
@ -1122,20 +1222,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2018-01-30T19:27:44+00:00" "time": "2018-08-06T14:22:27+00:00"
}, },
{ {
"name": "symfony/polyfill-php56", "name": "symfony/polyfill-php56",
"version": "v1.7.0", "version": "v1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php56.git", "url": "https://github.com/symfony/polyfill-php56.git",
"reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8" "reference": "7b4fc009172cc0196535b0328bd1226284a28000"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ebc999ce5f14204c5150b9bd15f8f04e621409d8", "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
"reference": "ebc999ce5f14204c5150b9bd15f8f04e621409d8", "reference": "7b4fc009172cc0196535b0328bd1226284a28000",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1145,7 +1245,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.7-dev" "dev-master": "1.9-dev"
} }
}, },
"autoload": { "autoload": {
@ -1178,20 +1278,20 @@
"portable", "portable",
"shim" "shim"
], ],
"time": "2018-01-30T19:27:44+00:00" "time": "2018-08-06T14:22:27+00:00"
}, },
{ {
"name": "symfony/polyfill-util", "name": "symfony/polyfill-util",
"version": "v1.7.0", "version": "v1.9.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-util.git", "url": "https://github.com/symfony/polyfill-util.git",
"reference": "e17c808ec4228026d4f5a8832afa19be85979563" "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/e17c808ec4228026d4f5a8832afa19be85979563", "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
"reference": "e17c808ec4228026d4f5a8832afa19be85979563", "reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1200,7 +1300,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.7-dev" "dev-master": "1.9-dev"
} }
}, },
"autoload": { "autoload": {
@ -1230,20 +1330,20 @@
"polyfill", "polyfill",
"shim" "shim"
], ],
"time": "2018-01-31T18:08:44+00:00" "time": "2018-08-06T14:22:27+00:00"
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v4.0.8", "version": "v4.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7" "reference": "ae8561ba08af38e12dc5e21582ddb4baf66719ca"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/e0fef10eb7e11cae9421d8d89024dfeae0acffb7", "url": "https://api.github.com/repos/symfony/property-access/zipball/ae8561ba08af38e12dc5e21582ddb4baf66719ca",
"reference": "e0fef10eb7e11cae9421d8d89024dfeae0acffb7", "reference": "ae8561ba08af38e12dc5e21582ddb4baf66719ca",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1259,7 +1359,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.0-dev" "dev-master": "4.1-dev"
} }
}, },
"autoload": { "autoload": {
@ -1297,7 +1397,7 @@
"property path", "property path",
"reflection" "reflection"
], ],
"time": "2018-01-03T07:38:00+00:00" "time": "2018-08-24T10:22:26+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],

@ -16,7 +16,7 @@ if (!empty($_GET['delsynccode'])) {
?> ?>
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-sm-10 col-md-6 col-lg-4 col-xl-4"> <div class="col-sm-10 col-md-6 col-lg-4 col-xl-4">
<div class="card"> <div class="card mb-4">
<div class="card-body"> <div class="card-body">
<h5 class="card-title"><i class="fas fa-mobile-alt"></i> <?php $Strings->get("sync mobile"); ?></h5> <h5 class="card-title"><i class="fas fa-mobile-alt"></i> <?php $Strings->get("sync mobile"); ?></h5>
<hr /> <hr />

Loading…
Cancel
Save