Working schedule v2

This commit is contained in:
Mathieu Lagace
2020-07-30 17:46:11 -04:00
parent 8d22092ea8
commit 4c5d635d5b
25 changed files with 1174 additions and 497 deletions

175
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e2dc7086eb67a56fb816e262934a3a2a",
"content-hash": "1039ad9d19c53cf0ed27db80f8923088",
"packages": [
{
"name": "barryvdh/laravel-dompdf",
@@ -2310,6 +2310,69 @@
],
"time": "2019-12-10T16:54:57+00:00"
},
{
"name": "laravel/telescope",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
"reference": "a8d2e1106ba655006fde47a0b7ed53851c6398f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/telescope/zipball/a8d2e1106ba655006fde47a0b7ed53851c6398f5",
"reference": "a8d2e1106ba655006fde47a0b7ed53851c6398f5",
"shasum": ""
},
"require": {
"ext-json": "*",
"laravel/framework": "^6.0|^7.0",
"moontoast/math": "^1.1",
"php": "^7.2",
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
"ext-gd": "*",
"orchestra/testbench": "^4.0|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Telescope\\TelescopeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Telescope\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Mohamed Said",
"email": "mohamed@laravel.com"
}
],
"description": "An elegant debug assistant for the Laravel framework.",
"keywords": [
"debugging",
"laravel",
"monitoring"
],
"time": "2020-07-28T19:12:33+00:00"
},
{
"name": "laravel/tinker",
"version": "v2.4.0",
@@ -2822,6 +2885,57 @@
],
"time": "2020-05-22T08:12:19+00:00"
},
{
"name": "moontoast/math",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/moontoast-math.git",
"reference": "5f47d34c87767dbcc08b30377a9827df71de91fa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/moontoast-math/zipball/5f47d34c87767dbcc08b30377a9827df71de91fa",
"reference": "5f47d34c87767dbcc08b30377a9827df71de91fa",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"phpseclib/bcmath_compat": ">=1.0.3"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.0",
"phpunit/phpunit": "^4.8 || ^5.5 || ^6.5 || ^7.0",
"satooshi/php-coveralls": "^0.6.1",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Moontoast\\Math\\": "src/Moontoast/Math",
"Moontoast\\Math\\Exception\\": "src/Moontoast/Math/Exception"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A mathematics library, providing functionality for large numbers",
"homepage": "https://github.com/ramsey/moontoast-math",
"keywords": [
"bcmath",
"math"
],
"abandoned": "brick/math",
"time": "2020-01-05T04:49:34+00:00"
},
{
"name": "nao-pon/flysystem-cached-extra",
"version": "1.0.3",
@@ -3783,6 +3897,63 @@
],
"time": "2020-06-07T10:40:07+00:00"
},
{
"name": "phpseclib/bcmath_compat",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/bcmath_compat.git",
"reference": "89cbb63742a32730b7187773a60b6b12b9db4479"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/bcmath_compat/zipball/89cbb63742a32730b7187773a60b6b12b9db4479",
"reference": "89cbb63742a32730b7187773a60b6b12b9db4479",
"shasum": ""
},
"require": {
"phpseclib/phpseclib": ">=2.0.19"
},
"provide": {
"ext-bcmath": "7.3.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"ext-gmp": "Will enable faster math operations"
},
"type": "library",
"autoload": {
"files": [
"lib/bcmath.php"
],
"psr-4": {
"bcmath_compat\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jim Wigginton",
"email": "terrafrost@php.net",
"homepage": "http://phpseclib.sourceforge.net"
}
],
"description": "PHP 5.x/7.x polyfill for bcmath extension",
"keywords": [
"BigInteger",
"bcmath",
"bigdecimal",
"math",
"polyfill"
],
"time": "2020-04-26T16:34:33+00:00"
},
{
"name": "phpseclib/phpseclib",
"version": "2.0.27",
@@ -9321,7 +9492,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.2"
"php": "^7.4"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"