1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-11 00:24:16 +02:00

Version 1.1.5 Typemill learns math

This commit is contained in:
Sebastian
2018-05-10 06:04:56 +02:00
parent d7069f819a
commit 688050e48e
6 changed files with 84 additions and 46 deletions

52
composer.lock generated
View File

@@ -39,16 +39,16 @@
},
{
"name": "erusev/parsedown",
"version": "1.8.0-beta-1",
"version": "1.8.0-beta-4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "600db7e4de545f9b2915ade9e0684a07a1f00a3e"
"reference": "1f69f7e69797104e73fdceaae22a4b4e3978f0a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/600db7e4de545f9b2915ade9e0684a07a1f00a3e",
"reference": "600db7e4de545f9b2915ade9e0684a07a1f00a3e",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/1f69f7e69797104e73fdceaae22a4b4e3978f0a4",
"reference": "1f69f7e69797104e73fdceaae22a4b4e3978f0a4",
"shasum": ""
},
"require": {
@@ -81,7 +81,7 @@
"markdown",
"parser"
],
"time": "2018-04-08T01:46:30+00:00"
"time": "2018-05-08T21:46:15+00:00"
},
{
"name": "erusev/parsedown-extra",
@@ -89,16 +89,16 @@
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown-extra.git",
"reference": "51cdff11d89e1471e447fda487bbee4956b207c0"
"reference": "f21b40a1973b6674903a6da9857ee215e8839f96"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/51cdff11d89e1471e447fda487bbee4956b207c0",
"reference": "51cdff11d89e1471e447fda487bbee4956b207c0",
"url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/f21b40a1973b6674903a6da9857ee215e8839f96",
"reference": "f21b40a1973b6674903a6da9857ee215e8839f96",
"shasum": ""
},
"require": {
"erusev/parsedown": "^1.8.0|dev-master",
"erusev/parsedown": "^1.8.0|^1.8.0-beta-4",
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=5.3.6"
@@ -131,7 +131,7 @@
"parsedown",
"parser"
],
"time": "2018-04-08T01:24:10+00:00"
"time": "2018-05-08T22:06:04+00:00"
},
{
"name": "jbroadway/urlify",
@@ -601,16 +601,16 @@
},
{
"name": "slim/twig-view",
"version": "2.3.0",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/slimphp/Twig-View.git",
"reference": "f6ff5ec3a24e11866376b8ffa235fbbb7e1d1301"
"reference": "78386c01a97f7870462b38fff759dad649da9efc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/f6ff5ec3a24e11866376b8ffa235fbbb7e1d1301",
"reference": "f6ff5ec3a24e11866376b8ffa235fbbb7e1d1301",
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/78386c01a97f7870462b38fff759dad649da9efc",
"reference": "78386c01a97f7870462b38fff759dad649da9efc",
"shasum": ""
},
"require": {
@@ -619,7 +619,8 @@
"twig/twig": "^1.18|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7"
"phpunit/phpunit": "^4.8|^5.7",
"slim/slim": "^3.10"
},
"type": "library",
"autoload": {
@@ -647,11 +648,11 @@
"twig",
"view"
],
"time": "2017-09-20T19:47:37+00:00"
"time": "2018-05-07T10:54:29+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.8",
"version": "v3.4.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
@@ -832,24 +833,27 @@
"source": {
"type": "git",
"url": "https://github.com/vlucas/valitron.git",
"reference": "4c9ea18a65bebe0f96f84c0a2ed3a692c887bfc3"
"reference": "3c5463315bfa23b17f8949b100a960d035234e43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/4c9ea18a65bebe0f96f84c0a2ed3a692c887bfc3",
"reference": "4c9ea18a65bebe0f96f84c0a2ed3a692c887bfc3",
"url": "https://api.github.com/repos/vlucas/valitron/zipball/3c5463315bfa23b17f8949b100a960d035234e43",
"reference": "3c5463315bfa23b17f8949b100a960d035234e43",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35"
"phpunit/phpunit": "^4.8.35 || ^5.5 || ^6.5"
},
"suggest": {
"ext-mbstring": "It can support the multiple bytes string length."
},
"type": "library",
"autoload": {
"psr-0": {
"Valitron": "src/"
"psr-4": {
"Valitron\\": "src/Valitron"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -870,7 +874,7 @@
"validation",
"validator"
],
"time": "2018-04-09T07:33:49+00:00"
"time": "2018-05-06T10:45:26+00:00"
}
],
"packages-dev": [],