1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-12 00:54:52 +02:00

Version 1.2.3: Reorder Pages

This commit is contained in:
Sebastian
2018-09-14 00:31:25 +02:00
parent 98100a28b5
commit c2baf33f63
68 changed files with 82 additions and 63 deletions

87
composer.lock generated
View File

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