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

fixed settings but

This commit is contained in:
Sebastian
2017-07-02 19:18:48 +02:00
parent 9c4bff52f3
commit b227d89e9d
378 changed files with 2820 additions and 183 deletions

78
composer.lock generated
View File

@@ -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": "f62200a42c7079d79121ddda255fa670",
"content-hash": "d051059d0d2e16c98ddd6562a4ae9c17",
"packages": [
{
"name": "container-interop/container-interop",
@@ -536,16 +536,16 @@
},
{
"name": "symfony/yaml",
"version": "v2.8.19",
"version": "v2.8.22",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "286d84891690b0e2515874717e49360d1c98a703"
"reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/286d84891690b0e2515874717e49360d1c98a703",
"reference": "286d84891690b0e2515874717e49360d1c98a703",
"url": "https://api.github.com/repos/symfony/yaml/zipball/4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
"reference": "4c29dec8d489c4e37cf87ccd7166cd0b0e6a45c5",
"shasum": ""
},
"require": {
@@ -581,24 +581,24 @@
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2017-03-20T09:41:44+00:00"
"time": "2017-06-01T20:52:29+00:00"
},
{
"name": "twig/twig",
"version": "v1.33.0",
"version": "v1.34.3",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a"
"reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
"reference": "05cf49921b13f6f01d3cfdf9018cfa7a8086fd5a",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
"reference": "451c6f4197e113e24c1c85bc3fc8c2d77adeff2e",
"shasum": ""
},
"require": {
"php": ">=5.2.7"
"php": ">=5.3.3"
},
"require-dev": {
"psr/container": "^1.0",
@@ -608,12 +608,15 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.33-dev"
"dev-master": "1.34-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -643,7 +646,53 @@
"keywords": [
"templating"
],
"time": "2017-03-22T15:40:09+00:00"
"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": [],
@@ -653,7 +702,8 @@
"slim/twig-view": 20,
"slim/flash": 20,
"erusev/parsedown-extra": 20,
"jbroadway/urlify": 20
"jbroadway/urlify": 20,
"vlucas/valitron": 20
},
"prefer-stable": false,
"prefer-lowest": false,