- add matomo tracking code in views\layouts\app.blade.php

- delete old unused views in views\rdr\borrow\***
- composer updates
This commit is contained in:
Arno Kaimbacher 2020-05-26 21:46:06 +02:00
parent 19e2d7ea95
commit 3b3481d18c
6 changed files with 47 additions and 173 deletions

48
composer.lock generated
View file

@ -234,20 +234,20 @@
},
{
"name": "doctrine/inflector",
"version": "2.0.1",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7"
"reference": "3fc171224a316569faad2df6b18a1fd8cce5a56d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7",
"reference": "18b995743e7ec8b15fd6efc594f0fa3de4bfe6d7",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/3fc171224a316569faad2df6b18a1fd8cce5a56d",
"reference": "3fc171224a316569faad2df6b18a1fd8cce5a56d",
"shasum": ""
},
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^7.0",
@ -321,24 +321,24 @@
"type": "tidelift"
}
],
"time": "2020-05-11T11:25:59+00:00"
"time": "2020-05-25T20:08:47+00:00"
},
{
"name": "doctrine/lexer",
"version": "1.2.0",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
"shasum": ""
},
"require": {
"php": "^7.2"
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
@ -383,7 +383,21 @@
"parser",
"php"
],
"time": "2019-10-30T14:39:59+00:00"
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00"
},
{
"name": "dragonmantank/cron-expression",
@ -821,16 +835,16 @@
},
{
"name": "laravel/framework",
"version": "v6.18.15",
"version": "v6.18.16",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "a1fa3ddc0bb5285cafa6844b443633f7627d75dc"
"reference": "73f18a6bc58fb91aa83925161db25aa3674b73e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/a1fa3ddc0bb5285cafa6844b443633f7627d75dc",
"reference": "a1fa3ddc0bb5285cafa6844b443633f7627d75dc",
"url": "https://api.github.com/repos/laravel/framework/zipball/73f18a6bc58fb91aa83925161db25aa3674b73e9",
"reference": "73f18a6bc58fb91aa83925161db25aa3674b73e9",
"shasum": ""
},
"require": {
@ -964,7 +978,7 @@
"framework",
"laravel"
],
"time": "2020-05-19T17:03:02+00:00"
"time": "2020-05-26T14:31:44+00:00"
},
{
"name": "laravel/tinker",