Updated composer

This commit is contained in:
Michael 2018-09-22 22:17:32 +00:00
parent c7e047bf83
commit 8d72c864b2
1 changed files with 266 additions and 330 deletions

596
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "5f6a43237dc52758484cd21cd76e8ce6",
"content-hash": "36f76191086a7f81370b51d0ff8cea1d",
"packages": [
{
"name": "asika/simple-console",
@ -41,16 +41,16 @@
},
{
"name": "bower-asset/Chart-js",
"version": "v2.7.1",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/chartjs/Chart.js.git",
"reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff"
"reference": "98f104cdd03617f1300b417b3d60c23d4e3e3403"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/chartjs/Chart.js/zipball/0fead21939b92c15093c1b7d5ee2627fb5900fff",
"reference": "0fead21939b92c15093c1b7d5ee2627fb5900fff",
"url": "https://api.github.com/repos/chartjs/Chart.js/zipball/98f104cdd03617f1300b417b3d60c23d4e3e3403",
"reference": "98f104cdd03617f1300b417b3d60c23d4e3e3403",
"shasum": ""
},
"type": "bower-asset-library",
@ -69,7 +69,7 @@
"MIT"
],
"description": "Simple HTML5 charts using the canvas element.",
"time": "2017-10-28T15:01:52+00:00"
"time": "2018-03-01T21:45:21+00:00"
},
{
"name": "bower-asset/base64",
@ -135,16 +135,16 @@
},
{
"name": "bower-asset/vue",
"version": "v2.5.16",
"version": "v2.5.17",
"source": {
"type": "git",
"url": "https://github.com/vuejs/vue.git",
"reference": "25342194016dc3bcc81cb3e8e229b0fb7ba1d1d6"
"reference": "636c9b4ef17f2062720b677cbbe613f146f4d4db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vuejs/vue/zipball/25342194016dc3bcc81cb3e8e229b0fb7ba1d1d6",
"reference": "25342194016dc3bcc81cb3e8e229b0fb7ba1d1d6",
"url": "https://api.github.com/repos/vuejs/vue/zipball/636c9b4ef17f2062720b677cbbe613f146f4d4db",
"reference": "636c9b4ef17f2062720b677cbbe613f146f4d4db",
"shasum": ""
},
"type": "bower-asset-library"
@ -196,29 +196,118 @@
"time": "2016-04-25T04:17:52+00:00"
},
{
"name": "divineomega/password_exposed",
"version": "v2.5.1",
"name": "divineomega/do-file-cache",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/DivineOmega/password_exposed.git",
"reference": "c928bf722eb02398df11076add60df070cb55581"
"url": "https://github.com/DivineOmega/DO-File-Cache.git",
"reference": "261c6e30a0de8cd325f826d08b2e51b2e367a1a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/c928bf722eb02398df11076add60df070cb55581",
"reference": "c928bf722eb02398df11076add60df070cb55581",
"url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/261c6e30a0de8cd325f826d08b2e51b2e367a1a3",
"reference": "261c6e30a0de8cd325f826d08b2e51b2e367a1a3",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^6.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"DivineOmega\\DOFileCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-only"
],
"description": "DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.",
"keywords": [
"cache",
"caching",
"caching library",
"file cache",
"library",
"php"
],
"time": "2018-09-12T23:08:34+00:00"
},
{
"name": "divineomega/do-file-cache-psr-6",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/DivineOmega/DO-File-Cache-PSR-6.git",
"reference": "18f9807d0491d093e9a12741afb40257d92f017e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DivineOmega/DO-File-Cache-PSR-6/zipball/18f9807d0491d093e9a12741afb40257d92f017e",
"reference": "18f9807d0491d093e9a12741afb40257d92f017e",
"shasum": ""
},
"require": {
"divineomega/do-file-cache": "^2.0.0",
"psr/cache": "^1.0"
},
"require-dev": {
"cache/integration-tests": "^0.16.0",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"DivineOmega\\DOFileCachePSR6\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-only"
],
"authors": [
{
"name": "Jordan Hall",
"email": "jordan@hall05.co.uk"
}
],
"description": "PSR-6 adapter for DO File Cache",
"time": "2018-07-13T08:32:36+00:00"
},
{
"name": "divineomega/password_exposed",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/DivineOmega/password_exposed.git",
"reference": "1f1b49e3ec55b0f07115d342b145091368b081c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/1f1b49e3ec55b0f07115d342b145091368b081c4",
"reference": "1f1b49e3ec55b0f07115d342b145091368b081c4",
"shasum": ""
},
"require": {
"divineomega/do-file-cache-psr-6": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"paragonie/certainty": "^1",
"php": ">=5.6",
"rapidwebltd/rw-file-cache-psr-6": "^1.0"
"php": ">=5.6"
},
"require-dev": {
"fzaninotto/faker": "^1.7",
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5.7",
"satooshi/php-coveralls": "^2.0",
"vimeo/psalm": "^1"
},
"type": "library",
@ -241,7 +330,7 @@
}
],
"description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.",
"time": "2018-04-02T18:16:36+00:00"
"time": "2018-07-12T22:09:43+00:00"
},
{
"name": "ezyang/htmlpurifier",
@ -289,16 +378,16 @@
},
{
"name": "fxp/composer-asset-plugin",
"version": "v1.4.2",
"version": "v1.4.4",
"source": {
"type": "git",
"url": "https://github.com/fxpio/composer-asset-plugin.git",
"reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a"
"reference": "0d07328eef6e6f3753aa835fd2faef7fed1717bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/61352d99940d2b2392a5d2db83b8c0ef5faf222a",
"reference": "61352d99940d2b2392a5d2db83b8c0ef5faf222a",
"url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/0d07328eef6e6f3753aa835fd2faef7fed1717bf",
"reference": "0d07328eef6e6f3753aa835fd2faef7fed1717bf",
"shasum": ""
},
"require": {
@ -306,7 +395,7 @@
"php": ">=5.3.3"
},
"require-dev": {
"composer/composer": "^1.4.0"
"composer/composer": "^1.6.0"
},
"type": "composer-plugin",
"extra": {
@ -344,20 +433,20 @@
"npm",
"package"
],
"time": "2017-10-20T06:53:56+00:00"
"time": "2018-07-02T11:37:17+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.3.0",
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
@ -367,7 +456,7 @@
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.0 || ^5.0",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.0"
},
"suggest": {
@ -376,7 +465,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
"dev-master": "6.3-dev"
}
},
"autoload": {
@ -409,7 +498,7 @@
"rest",
"web service"
],
"time": "2017-06-22T18:50:49+00:00"
"time": "2018-04-22T15:46:56+00:00"
},
{
"name": "guzzlehttp/promises",
@ -672,16 +761,16 @@
},
{
"name": "mobiledetect/mobiledetectlib",
"version": "2.8.30",
"version": "2.8.33",
"source": {
"type": "git",
"url": "https://github.com/serbanghita/Mobile-Detect.git",
"reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3"
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
"reference": "5500bbbf312fe77ef0c7223858dad84fe49ee0c3",
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cd385290f9a0d609d2eddd165a1e44ec1bf12102",
"reference": "cd385290f9a0d609d2eddd165a1e44ec1bf12102",
"shasum": ""
},
"require": {
@ -720,7 +809,7 @@
"mobile detector",
"php mobile detect"
],
"time": "2017-12-18T10:38:51+00:00"
"time": "2018-09-01T15:05:15+00:00"
},
{
"name": "npm-asset/cropperjs",
@ -861,67 +950,16 @@
},
{
"name": "npm-asset/fullcalendar",
"version": "3.8.2",
"version": "3.9.0",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.8.2.tgz",
"url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.9.0.tgz",
"reference": null,
"shasum": "ef7dc77b89134bbe6163e51136f7a1f8bfc1d807"
"shasum": "b608a9989f3416f0b1d526c6bdfeeaf2ac79eda5"
},
"require": {
"npm-asset/jquery": ">=2,<4.0",
"npm-asset/moment": ">=2.9.0,<3.0.0"
},
"require-dev": {
"npm-asset/awesome-typescript-loader": ">=3.3.0,<4.0.0",
"npm-asset/bootstrap": ">=3.3.7,<4.0.0",
"npm-asset/components-jqueryui": "dev-github:components/jqueryui",
"npm-asset/css-loader": ">=0.28.7,<0.29.0",
"npm-asset/del": ">=2.2.1,<3.0.0",
"npm-asset/dts-generator": ">=2.1.0,<3.0.0",
"npm-asset/eslint": ">=4.13.1,<5.0.0",
"npm-asset/eslint-config-standard": ">=11.0.0-beta.0,<12.0.0",
"npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
"npm-asset/eslint-plugin-node": ">=5.2.1,<6.0.0",
"npm-asset/eslint-plugin-promise": ">=3.6.0,<4.0.0",
"npm-asset/eslint-plugin-standard": ">=3.0.1,<4.0.0",
"npm-asset/extract-text-webpack-plugin": ">=3.0.2,<4.0.0",
"npm-asset/glob": ">=7.1.2,<8.0.0",
"npm-asset/gulp": ">=3.9.1,<4.0.0",
"npm-asset/gulp-cssmin": ">=0.1.7,<0.2.0",
"npm-asset/gulp-eslint": ">=4.0.0,<5.0.0",
"npm-asset/gulp-filter": ">=4.0.0,<5.0.0",
"npm-asset/gulp-modify-file": ">=1.0.0,<2.0.0",
"npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
"npm-asset/gulp-shell": ">=0.6.5,<0.7.0",
"npm-asset/gulp-tslint": ">=8.1.2,<9.0.0",
"npm-asset/gulp-uglify": ">=2.0.0,<3.0.0",
"npm-asset/gulp-util": ">=3.0.7,<4.0.0",
"npm-asset/gulp-watch": ">=4.3.11,<5.0.0",
"npm-asset/gulp-zip": ">=3.2.0,<4.0.0",
"npm-asset/jasmine-core": "2.5.2",
"npm-asset/jasmine-fixture": ">=2.0.0,<3.0.0",
"npm-asset/jasmine-jquery": ">=2.1.1,<3.0.0",
"npm-asset/jquery-mockjax": ">=2.2.0,<3.0.0",
"npm-asset/jquery-simulate": "dev-github:jquery/jquery-simulate",
"npm-asset/karma": ">=0.13.22,<0.14.0",
"npm-asset/karma-jasmine": ">=1.0.2,<2.0.0",
"npm-asset/karma-phantomjs-launcher": ">=1.0.0,<2.0.0",
"npm-asset/karma-sourcemap-loader": ">=0.3.7,<0.4.0",
"npm-asset/karma-verbose-reporter": "0.0.6",
"npm-asset/moment-timezone": ">=0.5.5,<0.6.0",
"npm-asset/native-promise-only": ">=0.8.1,<0.9.0",
"npm-asset/node-sass": ">=4.7.2,<5.0.0",
"npm-asset/phantomjs-prebuilt": ">=2.1.7,<3.0.0",
"npm-asset/sass-loader": ">=6.0.6,<7.0.0",
"npm-asset/tslib": ">=1.8.0,<2.0.0",
"npm-asset/tslint": ">=5.8.0,<6.0.0",
"npm-asset/tslint-config-standard": ">=7.0.0,<8.0.0",
"npm-asset/types--jquery": "2.0.47",
"npm-asset/typescript": ">=2.6.2,<3.0.0",
"npm-asset/webpack": ">=3.8.1,<4.0.0",
"npm-asset/webpack-stream": ">=4.0.0,<5.0.0",
"npm-asset/yargs": ">=4.8.1,<5.0.0"
"npm-asset/moment": ">=2.20.1,<3.0.0"
},
"type": "npm-asset-library",
"extra": {
@ -969,7 +1007,7 @@
"full-sized",
"jquery-plugin"
],
"time": "2018-01-30T23:49:01+00:00"
"time": "2018-03-05T03:30:23+00:00"
},
{
"name": "npm-asset/imagesloaded",
@ -1196,12 +1234,12 @@
},
{
"name": "npm-asset/jquery-datetimepicker",
"version": "2.5.17",
"version": "2.5.20",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.17.tgz",
"url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.20.tgz",
"reference": null,
"shasum": "8857a631f248081d4072563bde40fa8c17e407b1"
"shasum": "687d6204b90b03dc93f725f8df036e1d061f37ac"
},
"require": {
"npm-asset/jquery": ">=1.7.2",
@ -1209,8 +1247,14 @@
"npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
},
"require-dev": {
"npm-asset/chai": ">=4.1.2,<5.0.0",
"npm-asset/concat": "dev-github:azer/concat",
"npm-asset/concat-cli": ">=4.0.0,<5.0.0",
"npm-asset/karma": ">=2.0.0,<3.0.0",
"npm-asset/karma-chai": ">=0.1.0,<0.2.0",
"npm-asset/karma-firefox-launcher": ">=1.1.0,<2.0.0",
"npm-asset/karma-mocha": ">=1.3.0,<2.0.0",
"npm-asset/mocha": ">=5.0.4,<6.0.0",
"npm-asset/uglifycss": ">=0.0.27,<0.0.28",
"npm-asset/uglifyjs": ">=2.4.10,<3.0.0"
},
@ -1226,13 +1270,13 @@
"url": "git+https://github.com/xdan/datetimepicker.git"
},
"npm-asset-scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "karma start --browsers Firefox karma.conf.js --single-run",
"concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
"minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
"minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
"github": "git add --all && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
"build": "npm run minify && npm run concat && npm run minifyconcat",
"public": "npm version patch --no-git-tag-version && npm run build && npm run github"
"public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github"
}
},
"license": [
@ -1242,7 +1286,7 @@
{
"name": "Chupurnov",
"email": "chupurnov@gmail.com",
"url": "http://xdsoft.net/"
"url": "https://xdsoft.net/"
}
],
"description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
@ -1256,7 +1300,7 @@
"time",
"timepicker"
],
"time": "2018-01-23T05:56:50+00:00"
"time": "2018-03-21T16:26:39+00:00"
},
{
"name": "npm-asset/jquery-mousewheel",
@ -1315,45 +1359,12 @@
},
{
"name": "npm-asset/moment",
"version": "2.20.1",
"version": "2.22.2",
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/moment/-/moment-2.20.1.tgz",
"url": "https://registry.npmjs.org/moment/-/moment-2.22.2.tgz",
"reference": null,
"shasum": "d6eb1a46cbcc14a2b2f9434112c1ff8907f313fd"
},
"require-dev": {
"npm-asset/benchmark": "dev-default|*",
"npm-asset/coveralls": ">=2.11.2,<3.0.0",
"npm-asset/es6-promise": "dev-default|*",
"npm-asset/grunt": "~0.4",
"npm-asset/grunt-benchmark": "dev-default|*",
"npm-asset/grunt-cli": "dev-default|*",
"npm-asset/grunt-contrib-clean": "dev-default|*",
"npm-asset/grunt-contrib-concat": "dev-default|*",
"npm-asset/grunt-contrib-copy": "dev-default|*",
"npm-asset/grunt-contrib-jshint": "dev-default|*",
"npm-asset/grunt-contrib-uglify": "dev-default|*",
"npm-asset/grunt-contrib-watch": "dev-default|*",
"npm-asset/grunt-env": "dev-default|*",
"npm-asset/grunt-exec": "dev-default|*",
"npm-asset/grunt-jscs": "dev-default|*",
"npm-asset/grunt-karma": "dev-default|*",
"npm-asset/grunt-nuget": "dev-default|*",
"npm-asset/grunt-string-replace": "dev-default|*",
"npm-asset/karma": "dev-default|*",
"npm-asset/karma-chrome-launcher": "dev-default|*",
"npm-asset/karma-firefox-launcher": "dev-default|*",
"npm-asset/karma-qunit": "dev-default|*",
"npm-asset/karma-sauce-launcher": "dev-default|*",
"npm-asset/load-grunt-tasks": "dev-default|*",
"npm-asset/nyc": ">=2.1.4,<3.0.0",
"npm-asset/qunit": ">=0.7.5,<0.8.0",
"npm-asset/qunit-cli": ">=0.1.4,<0.2.0",
"npm-asset/rollup": "dev-default|*",
"npm-asset/spacejam": "dev-default|*",
"npm-asset/typescript": ">=1.8.10,<2.0.0",
"npm-asset/uglify-js": "dev-default|*"
"shasum": "3c257f9839fc0e93ff53149632239eb90783ff66"
},
"type": "npm-asset-library",
"extra": {
@ -1423,16 +1434,21 @@
"time",
"validate"
],
"time": "2017-12-19T04:44:18+00:00"
"time": "2018-06-01T06:58:41+00:00"
},
{
"name": "npm-asset/php-date-formatter",
"version": "1.3.4",
"version": "v1.3.5",
"source": {
"type": "git",
"url": "https://github.com/kartik-v/php-date-formatter.git",
"reference": "d842e1c4e6a8d6108017b726321c305bb5ae4fb5"
},
"dist": {
"type": "tar",
"url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.4.tgz",
"reference": null,
"shasum": "09a15ae0766ba0beb1900c27c1ec319ef2e4563e"
"type": "zip",
"url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/d842e1c4e6a8d6108017b726321c305bb5ae4fb5",
"reference": "d842e1c4e6a8d6108017b726321c305bb5ae4fb5",
"shasum": ""
},
"type": "npm-asset-library",
"extra": {
@ -1445,35 +1461,31 @@
},
"npm-asset-repository": {
"type": "git",
"url": "git+https://github.com/kartik-v/php-date-formatter.git"
},
"npm-asset-scripts": []
"url": "https://github.com/kartik-v/php-date-formatter.git"
}
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kartik Visweswaran",
"email": "kartikv2@gmail.com"
}
"Kartik Visweswaran <kartikv2@gmail.com>"
],
"description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
"homepage": "https://github.com/kartik-v/php-date-formatter",
"time": "2016-02-18T15:15:55+00:00"
"time": "2018-07-13T06:56:46+00:00"
},
{
"name": "paragonie/certainty",
"version": "v1.0.2",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/paragonie/certainty.git",
"reference": "a2d14f5b0b85c58329dee248d77d34e7e1202a32"
"reference": "d0f22c0fe579cf0e4f8ee301de5bc97ab124faac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/certainty/zipball/a2d14f5b0b85c58329dee248d77d34e7e1202a32",
"reference": "a2d14f5b0b85c58329dee248d77d34e7e1202a32",
"url": "https://api.github.com/repos/paragonie/certainty/zipball/d0f22c0fe579cf0e4f8ee301de5bc97ab124faac",
"reference": "d0f22c0fe579cf0e4f8ee301de5bc97ab124faac",
"shasum": ""
},
"require": {
@ -1520,28 +1532,27 @@
"ssl",
"tls"
],
"time": "2018-03-12T18:34:23+00:00"
"time": "2018-04-09T07:21:55+00:00"
},
{
"name": "paragonie/constant_time_encoding",
"version": "v1.0.2",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "6111a38faf6fdebc14e36652d22036f379ba58d3"
"reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/6111a38faf6fdebc14e36652d22036f379ba58d3",
"reference": "6111a38faf6fdebc14e36652d22036f379ba58d3",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/eccf915f45f911bfb189d1d1638d940ec6ee6e33",
"reference": "eccf915f45f911bfb189d1d1638d940ec6ee6e33",
"shasum": ""
},
"require": {
"php": "^5.3|^7"
"php": "^7"
},
"require-dev": {
"paragonie/random_compat": "^1|^2",
"phpunit/phpunit": "4.*|5.*",
"phpunit/phpunit": "^6|^7",
"vimeo/psalm": "^1"
},
"type": "library",
@ -1583,20 +1594,20 @@
"hex2bin",
"rfc4648"
],
"time": "2018-03-10T19:46:06+00:00"
"time": "2018-03-10T19:47:49+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v2.0.11",
"version": "v2.0.17",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
"reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/29af24f25bab834fcbb38ad2a69fa93b867e070d",
"reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
"shasum": ""
},
"require": {
@ -1628,27 +1639,28 @@
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2017-09-27T21:40:39+00:00"
"time": "2018-07-04T16:31:37+00:00"
},
{
"name": "paragonie/sodium_compat",
"version": "v1.6.0",
"version": "v1.7.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
"reference": "1f6e5682eff4a5a6a394b14331a1904f1740e432"
"reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/1f6e5682eff4a5a6a394b14331a1904f1740e432",
"reference": "1f6e5682eff4a5a6a394b14331a1904f1740e432",
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/7b73005be3c224f12c47bd75a23ce24b762e47e8",
"reference": "7b73005be3c224f12c47bd75a23ce24b762e47e8",
"shasum": ""
},
"require": {
"paragonie/random_compat": "^1|^2",
"paragonie/random_compat": ">=1",
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
},
"require-dev": {
@ -1713,7 +1725,7 @@
"secret-key cryptography",
"side-channel resistant"
],
"time": "2018-02-15T05:50:20+00:00"
"time": "2018-09-22T03:59:58+00:00"
},
{
"name": "pear/text_languagedetect",
@ -1855,94 +1867,6 @@
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "rapidwebltd/rw-file-cache",
"version": "v1.2.5",
"source": {
"type": "git",
"url": "https://github.com/rapidwebltd/RW-File-Cache.git",
"reference": "4a1d5aaefa6ffafec8e2d60787f12bcd9890977e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rapidwebltd/RW-File-Cache/zipball/4a1d5aaefa6ffafec8e2d60787f12bcd9890977e",
"reference": "4a1d5aaefa6ffafec8e2d60787f12bcd9890977e",
"shasum": ""
},
"require": {
"php": ">=5.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"rapidweb\\RWFileCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-only"
],
"description": "RW File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.",
"homepage": "https://github.com/rapidwebltd/RW-File-Cache",
"keywords": [
"cache",
"caching",
"caching library",
"file cache",
"library",
"php"
],
"time": "2018-01-23T17:20:58+00:00"
},
{
"name": "rapidwebltd/rw-file-cache-psr-6",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/rapidwebltd/RW-File-Cache-PSR-6.git",
"reference": "b74ea201d4c964f0e6db0fb036d1ab28a570df66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rapidwebltd/RW-File-Cache-PSR-6/zipball/b74ea201d4c964f0e6db0fb036d1ab28a570df66",
"reference": "b74ea201d4c964f0e6db0fb036d1ab28a570df66",
"shasum": ""
},
"require": {
"psr/cache": "^1.0",
"rapidwebltd/rw-file-cache": "^1.2.3"
},
"require-dev": {
"cache/integration-tests": "^0.16.0",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"rapidweb\\RWFileCachePSR6\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-only"
],
"authors": [
{
"name": "Jordan Hall",
"email": "jordan.hall@rapidweb.biz"
}
],
"description": "PSR-6 adapter for RW File Cache",
"time": "2018-01-30T19:13:45+00:00"
},
{
"name": "seld/cli-prompt",
"version": "1.0.3",
@ -1993,16 +1917,16 @@
},
{
"name": "smarty/smarty",
"version": "v3.1.31",
"version": "v3.1.33",
"source": {
"type": "git",
"url": "https://github.com/smarty-php/smarty.git",
"reference": "c7d42e4a327c402897dd587871434888fde1e7a9"
"reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/c7d42e4a327c402897dd587871434888fde1e7a9",
"reference": "c7d42e4a327c402897dd587871434888fde1e7a9",
"url": "https://api.github.com/repos/smarty-php/smarty/zipball/dd55b23121e55a3b4f1af90a707a6c4e5969530f",
"reference": "dd55b23121e55a3b4f1af90a707a6c4e5969530f",
"shasum": ""
},
"require": {
@ -2042,7 +1966,7 @@
"keywords": [
"templating"
],
"time": "2016-12-14T21:57:25+00:00"
"time": "2018-09-12T20:54:16+00:00"
}
],
"packages-dev": [
@ -2191,53 +2115,6 @@
],
"time": "2017-10-19T19:58:43+00:00"
},
{
"name": "phar-io/version",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2017-03-05T17:38:23+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "1.0.1",
@ -2386,16 +2263,16 @@
},
{
"name": "phpspec/prophecy",
"version": "1.7.6",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712"
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
"reference": "33a7e3c4fda54e912ff6338c48823bd5c0f0b712",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"shasum": ""
},
"require": {
@ -2407,12 +2284,12 @@
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7.x-dev"
"dev-master": "1.8.x-dev"
}
},
"autoload": {
@ -2445,7 +2322,7 @@
"spy",
"stub"
],
"time": "2018-04-18T13:57:24+00:00"
"time": "2018-08-05T17:53:17+00:00"
},
{
"name": "phpunit/dbunit",
@ -3406,21 +3283,80 @@
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/yaml",
"version": "v3.4.8",
"name": "symfony/polyfill-ctype",
"version": "v1.9.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0"
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/a42f9da85c7c38d59f5e53f076fe81a091f894d0",
"reference": "a42f9da85c7c38d59f5e53f076fe81a091f894d0",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8"
"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/yaml",
"version": "v3.4.15",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/c2f4812ead9f847cb69e90917ca7502e6892d6b8",
"reference": "c2f4812ead9f847cb69e90917ca7502e6892d6b8",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
@ -3461,7 +3397,7 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2018-04-03T05:14:20+00:00"
"time": "2018-08-10T07:34:36+00:00"
},
{
"name": "webmozart/assert",