|
@@ -135,16 +135,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "jbroadway/urlify",
|
|
"name": "jbroadway/urlify",
|
|
- "version": "1.1.0-stable",
|
|
|
|
|
|
+ "version": "1.1.1-stable",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/jbroadway/urlify.git",
|
|
"url": "https://github.com/jbroadway/urlify.git",
|
|
- "reference": "99bb78cd9002d0e9ce479bb81635eb665e37e981"
|
|
|
|
|
|
+ "reference": "e8d6950edc484c29f1a499ca6710e928e219ea43"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/jbroadway/urlify/zipball/99bb78cd9002d0e9ce479bb81635eb665e37e981",
|
|
|
|
- "reference": "99bb78cd9002d0e9ce479bb81635eb665e37e981",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/jbroadway/urlify/zipball/e8d6950edc484c29f1a499ca6710e928e219ea43",
|
|
|
|
+ "reference": "e8d6950edc484c29f1a499ca6710e928e219ea43",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -163,7 +163,7 @@
|
|
},
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"license": [
|
|
- "BSD"
|
|
|
|
|
|
+ "BSD-3-Clause-Clear"
|
|
],
|
|
],
|
|
"authors": [
|
|
"authors": [
|
|
{
|
|
{
|
|
@@ -185,7 +185,7 @@
|
|
"url",
|
|
"url",
|
|
"urlify"
|
|
"urlify"
|
|
],
|
|
],
|
|
- "time": "2017-01-03T20:12:54+00:00"
|
|
|
|
|
|
+ "time": "2018-08-28T14:21:56+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "nikic/fast-route",
|
|
"name": "nikic/fast-route",
|
|
@@ -235,33 +235,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",
|
|
|
|
- "reference": "29af24f25bab834fcbb38ad2a69fa93b867e070d",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
|
|
|
|
+ "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"
|
|
@@ -280,7 +276,7 @@
|
|
"pseudorandom",
|
|
"pseudorandom",
|
|
"random"
|
|
"random"
|
|
],
|
|
],
|
|
- "time": "2018-07-04T16:31:37+00:00"
|
|
|
|
|
|
+ "time": "2018-07-02T15:55:56+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "pimple/pimple",
|
|
"name": "pimple/pimple",
|
|
@@ -433,20 +429,20 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "slim/csrf",
|
|
"name": "slim/csrf",
|
|
- "version": "0.8.2",
|
|
|
|
|
|
+ "version": "0.8.3",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim-Csrf.git",
|
|
"url": "https://github.com/slimphp/Slim-Csrf.git",
|
|
- "reference": "e416320bc0eecdf409aefaad2889737da095ff9a"
|
|
|
|
|
|
+ "reference": "5f2bcf5d89adf86dc0455a32bea84d912ab466a7"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/e416320bc0eecdf409aefaad2889737da095ff9a",
|
|
|
|
- "reference": "e416320bc0eecdf409aefaad2889737da095ff9a",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/5f2bcf5d89adf86dc0455a32bea84d912ab466a7",
|
|
|
|
+ "reference": "5f2bcf5d89adf86dc0455a32bea84d912ab466a7",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
- "paragonie/random_compat": "^1.1|^2.0",
|
|
|
|
|
|
+ "paragonie/random_compat": "^1.1|^2.0|^9.99",
|
|
"php": ">=5.5.0",
|
|
"php": ">=5.5.0",
|
|
"psr/http-message": "^1.0"
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
},
|
|
@@ -479,7 +475,7 @@
|
|
"middleware",
|
|
"middleware",
|
|
"slim"
|
|
"slim"
|
|
],
|
|
],
|
|
- "time": "2017-10-14T07:59:05+00:00"
|
|
|
|
|
|
+ "time": "2018-08-22T16:12:18+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "slim/flash",
|
|
"name": "slim/flash",
|
|
@@ -653,16 +649,16 @@
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"name": "symfony/event-dispatcher",
|
|
- "version": "v3.4.13",
|
|
|
|
|
|
+ "version": "v3.4.15",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
- "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8"
|
|
|
|
|
|
+ "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fdd5abcebd1061ec647089c6c41a07ed60af09f8",
|
|
|
|
- "reference": "fdd5abcebd1061ec647089c6c41a07ed60af09f8",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
|
|
|
|
+ "reference": "b2e1f19280c09a42dc64c0b72b80fe44dd6e88fb",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -712,29 +708,32 @@
|
|
],
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"homepage": "https://symfony.com",
|
|
- "time": "2018-04-06T07:35:25+00:00"
|
|
|
|
|
|
+ "time": "2018-07-26T09:06:28+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"name": "symfony/polyfill-ctype",
|
|
- "version": "v1.8.0",
|
|
|
|
|
|
+ "version": "v1.9.0",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
- "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae"
|
|
|
|
|
|
+ "reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
|
|
|
- "reference": "7cc359f1b7b80fc25ed7796be7d96adc9b354bae",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
|
|
+ "reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
"php": ">=5.3.3"
|
|
},
|
|
},
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-ctype": "For best performance"
|
|
|
|
+ },
|
|
"type": "library",
|
|
"type": "library",
|
|
"extra": {
|
|
"extra": {
|
|
"branch-alias": {
|
|
"branch-alias": {
|
|
- "dev-master": "1.8-dev"
|
|
|
|
|
|
+ "dev-master": "1.9-dev"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"autoload": {
|
|
"autoload": {
|
|
@@ -767,20 +766,20 @@
|
|
"polyfill",
|
|
"polyfill",
|
|
"portable"
|
|
"portable"
|
|
],
|
|
],
|
|
- "time": "2018-04-30T19:57:29+00:00"
|
|
|
|
|
|
+ "time": "2018-08-06T14:22:27+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "symfony/yaml",
|
|
"name": "symfony/yaml",
|
|
- "version": "v2.8.43",
|
|
|
|
|
|
+ "version": "v2.8.45",
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
- "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff"
|
|
|
|
|
|
+ "reference": "fbf876678e29dc634430dcf0096e216eb0004467"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
|
|
|
|
- "reference": "51356b7a2ff7c9fd06b2f1681cc463bb62b5c1ff",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/fbf876678e29dc634430dcf0096e216eb0004467",
|
|
|
|
+ "reference": "fbf876678e29dc634430dcf0096e216eb0004467",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -817,7 +816,7 @@
|
|
],
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"homepage": "https://symfony.com",
|
|
- "time": "2018-05-01T22:52:40+00:00"
|
|
|
|
|
|
+ "time": "2018-07-26T09:03:18+00:00"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"name": "twig/twig",
|
|
"name": "twig/twig",
|
|
@@ -891,12 +890,12 @@
|
|
"source": {
|
|
"source": {
|
|
"type": "git",
|
|
"type": "git",
|
|
"url": "https://github.com/vlucas/valitron.git",
|
|
"url": "https://github.com/vlucas/valitron.git",
|
|
- "reference": "3511ad84af98c1d47cc671ef0e52b1fab594c406"
|
|
|
|
|
|
+ "reference": "14702f00d36938a04c23c667630d83cd4d001b31"
|
|
},
|
|
},
|
|
"dist": {
|
|
"dist": {
|
|
"type": "zip",
|
|
"type": "zip",
|
|
- "url": "https://api.github.com/repos/vlucas/valitron/zipball/3511ad84af98c1d47cc671ef0e52b1fab594c406",
|
|
|
|
- "reference": "3511ad84af98c1d47cc671ef0e52b1fab594c406",
|
|
|
|
|
|
+ "url": "https://api.github.com/repos/vlucas/valitron/zipball/14702f00d36938a04c23c667630d83cd4d001b31",
|
|
|
|
+ "reference": "14702f00d36938a04c23c667630d83cd4d001b31",
|
|
"shasum": ""
|
|
"shasum": ""
|
|
},
|
|
},
|
|
"require": {
|
|
"require": {
|
|
@@ -932,7 +931,7 @@
|
|
"validation",
|
|
"validation",
|
|
"validator"
|
|
"validator"
|
|
],
|
|
],
|
|
- "time": "2018-06-27T07:23:19+00:00"
|
|
|
|
|
|
+ "time": "2018-09-11T16:59:23+00:00"
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"packages-dev": [],
|
|
"packages-dev": [],
|