1
0
mirror of https://github.com/typemill/typemill.git synced 2025-09-02 10:23:05 +02:00

Version 1.2.11: Table component for visual editor

This commit is contained in:
Sebastian
2019-02-19 19:02:33 +01:00
parent f40622ed2c
commit 45135d4da5
11 changed files with 86 additions and 68 deletions

10
composer.lock generated
View File

@@ -652,16 +652,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v3.4.21",
"version": "v3.4.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2"
"reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2",
"reference": "d1cdd46c53c264a2bd42505bd0e8ce21423bd0e2",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ed5be1663fa66623b3a7004d5d51a14c4045399b",
"reference": "ed5be1663fa66623b3a7004d5d51a14c4045399b",
"shasum": ""
},
"require": {
@@ -711,7 +711,7 @@
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"time": "2019-01-01T18:08:36+00:00"
"time": "2019-01-16T13:27:11+00:00"
},
{
"name": "symfony/polyfill-ctype",