library updates

This commit is contained in:
flash 2016-12-22 17:27:04 +01:00
parent f594fe8e50
commit de1f8acb59
2 changed files with 17 additions and 17 deletions

32
composer.lock generated
View file

@ -1170,16 +1170,16 @@
}, },
{ {
"name": "paypal/rest-api-sdk-php", "name": "paypal/rest-api-sdk-php",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/paypal/PayPal-PHP-SDK.git", "url": "https://github.com/paypal/PayPal-PHP-SDK.git",
"reference": "f87c4306cccf31be9acea71a55c4978a7f77afcf" "reference": "7e664f12be32b975575371e8ad3bc17b6b318851"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/f87c4306cccf31be9acea71a55c4978a7f77afcf", "url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/7e664f12be32b975575371e8ad3bc17b6b318851",
"reference": "f87c4306cccf31be9acea71a55c4978a7f77afcf", "reference": "7e664f12be32b975575371e8ad3bc17b6b318851",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1215,7 +1215,7 @@
"rest", "rest",
"sdk" "sdk"
], ],
"time": "2016-10-27 21:14:38" "time": "2016-12-14 21:59:21"
}, },
{ {
"name": "phroute/phroute", "name": "phroute/phroute",
@ -1569,16 +1569,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v3.2.0", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "64ab6fc0b42e5386631f408e6adcaaff8eee5ba1" "reference": "5fd18eca88f4d187807a1eba083bc99feaa8635b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/64ab6fc0b42e5386631f408e6adcaaff8eee5ba1", "url": "https://api.github.com/repos/symfony/translation/zipball/5fd18eca88f4d187807a1eba083bc99feaa8635b",
"reference": "64ab6fc0b42e5386631f408e6adcaaff8eee5ba1", "reference": "5fd18eca88f4d187807a1eba083bc99feaa8635b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1629,20 +1629,20 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2016-11-18 21:17:59" "time": "2016-11-30 14:40:17"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v1.28.2", "version": "v1.29.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "b22ce0eb070e41f7cba65d78fe216de29726459c" "reference": "74f723e542368ca2080b252740be5f1113ebb898"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/b22ce0eb070e41f7cba65d78fe216de29726459c", "url": "https://api.github.com/repos/twigphp/Twig/zipball/74f723e542368ca2080b252740be5f1113ebb898",
"reference": "b22ce0eb070e41f7cba65d78fe216de29726459c", "reference": "74f723e542368ca2080b252740be5f1113ebb898",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1655,7 +1655,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.28-dev" "dev-master": "1.29-dev"
} }
}, },
"autoload": { "autoload": {
@ -1690,7 +1690,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"time": "2016-11-23 18:41:40" "time": "2016-12-13 17:28:18"
} }
], ],
"packages-dev": [], "packages-dev": [],

View file

@ -13,7 +13,7 @@
<script src="/js/libs.js" type="text/javascript"></script> <script src="/js/libs.js" type="text/javascript"></script>
<script src="/js/sakura.js" type="text/javascript"></script> <script src="/js/sakura.js" type="text/javascript"></script>
<script src="/js/yuuno.js" type="text/javascript"></script> <script src="/js/yuuno.js" type="text/javascript"></script>
{{ block('js') }} {{ block('js') is defined ? block('js') : '' }}
</head> </head>
<body> <body>
<div <div