1
0
mirror of https://github.com/robonen/education-project.git synced 2026-03-20 02:44:31 +00:00
This commit is contained in:
nikden13
2020-12-16 03:13:20 +07:00
parent c93ffe8b0f
commit 045a767774
22 changed files with 231 additions and 54 deletions

22
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": "d29a824fe1ba5e1a371425931ce19f0b",
"content-hash": "3b9c799fff22949ca00970c9003aca42",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1251,16 +1251,16 @@
},
{
"name": "lcobucci/jwt",
"version": "3.4.0",
"version": "3.3.3",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "320b9f05741b24acbbaf1106ed267ff3817fd74d"
"reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/320b9f05741b24acbbaf1106ed267ff3817fd74d",
"reference": "320b9f05741b24acbbaf1106ed267ff3817fd74d",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773",
"reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
"shasum": ""
},
"require": {
@@ -1275,9 +1275,6 @@
"phpunit/phpunit": "^5.7 || ^7.3",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"lcobucci/clock": "*"
},
"type": "library",
"extra": {
"branch-alias": {
@@ -1287,12 +1284,7 @@
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
},
"files": [
"compat/class-aliases.php",
"compat/json-exception-polyfill.php",
"compat/lcobucci-clock-polyfill.php"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -1320,7 +1312,7 @@
"type": "patreon"
}
],
"time": "2020-11-25T01:46:26+00:00"
"time": "2020-08-20T13:22:28+00:00"
},
{
"name": "league/commonmark",