Skip to content

Commit

Permalink
Round trip LTI 1.3 / Close Mods
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed Sep 3, 2022
1 parent 69371d3 commit e381fc5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"symfony/error-handler" : "v5.3.11",
"symfony/http-kernel" : "v5.3.12",

"tsugi/lib": "dev-master#b68d98a3b09edf27086b70d31e7d27556a796310",
"tsugi/lib": "dev-master#67b3211d7a694ac0e2e81bb0332f80acb1d90d67",
"koseu/lib": "dev-master#5c5bcb32469977bea262b1900461c3f205adb899"
},
"config": {
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -6060,12 +6060,12 @@
"source": {
"type": "git",
"url": "https://github.com/tsugiproject/tsugi-php.git",
"reference": "b68d98a3b09edf27086b70d31e7d27556a796310"
"reference": "67b3211d7a694ac0e2e81bb0332f80acb1d90d67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tsugiproject/tsugi-php/zipball/b68d98a3b09edf27086b70d31e7d27556a796310",
"reference": "b68d98a3b09edf27086b70d31e7d27556a796310",
"url": "https://api.github.com/repos/tsugiproject/tsugi-php/zipball/67b3211d7a694ac0e2e81bb0332f80acb1d90d67",
"reference": "67b3211d7a694ac0e2e81bb0332f80acb1d90d67",
"shasum": ""
},
"require": {
Expand All @@ -6081,7 +6081,7 @@
"time": "2022-08-04T18:07:58+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
"installation-source": "source",
"autoload": {
"psr-4": {
"Tsugi\\": "src/"
Expand Down
6 changes: 3 additions & 3 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => '__root__',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ecdc0c8db527a2e0c9bc79089555bca3315209e4',
'reference' => '69371d37feb9fc9d5fc5f4cb3432521578b92730',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand All @@ -13,7 +13,7 @@
'__root__' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ecdc0c8db527a2e0c9bc79089555bca3315209e4',
'reference' => '69371d37feb9fc9d5fc5f4cb3432521578b92730',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
Expand Down Expand Up @@ -847,7 +847,7 @@
'tsugi/lib' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'b68d98a3b09edf27086b70d31e7d27556a796310',
'reference' => '67b3211d7a694ac0e2e81bb0332f80acb1d90d67',
'type' => 'library',
'install_path' => __DIR__ . '/../tsugi/lib',
'aliases' => array(
Expand Down

0 comments on commit e381fc5

Please sign in to comment.