mirror of
https://github.com/typemill/typemill.git
synced 2025-08-12 09:04:37 +02:00
Version 1.0.2: Fixed Settings Bug
This commit is contained in:
51
composer.lock
generated
51
composer.lock
generated
@@ -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": "d051059d0d2e16c98ddd6562a4ae9c17",
|
||||
"content-hash": "d87e8a91b5cd2804da3d65681e9d5945",
|
||||
"packages": [
|
||||
{
|
||||
"name": "container-interop/container-interop",
|
||||
@@ -647,52 +647,6 @@
|
||||
"templating"
|
||||
],
|
||||
"time": "2017-06-07T18:45:17+00:00"
|
||||
},
|
||||
{
|
||||
"name": "vlucas/valitron",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vlucas/valitron.git",
|
||||
"reference": "107d1eebc1d5420b6e88032a4bec0420adfa7495"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vlucas/valitron/zipball/107d1eebc1d5420b6e88032a4bec0420adfa7495",
|
||||
"reference": "107d1eebc1d5420b6e88032a4bec0420adfa7495",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Valitron": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Vance Lucas",
|
||||
"email": "vance@vancelucas.com",
|
||||
"homepage": "http://www.vancelucas.com"
|
||||
}
|
||||
],
|
||||
"description": "Simple, elegant, stand-alone validation library with NO dependencies",
|
||||
"homepage": "http://github.com/vlucas/valitron",
|
||||
"keywords": [
|
||||
"valid",
|
||||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"time": "2017-06-26 21:34:20"
|
||||
}
|
||||
],
|
||||
"packages-dev": [],
|
||||
@@ -702,8 +656,7 @@
|
||||
"slim/twig-view": 20,
|
||||
"slim/flash": 20,
|
||||
"erusev/parsedown-extra": 20,
|
||||
"jbroadway/urlify": 20,
|
||||
"vlucas/valitron": 20
|
||||
"jbroadway/urlify": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
Reference in New Issue
Block a user