Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed Apr 23, 2024
1 parent 27cfa24 commit 61673ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion composer.lock

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

2 changes: 1 addition & 1 deletion vendor/composer/autoload_classmap.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'tobimori\\DreamForm\\Models\\FormPage' => $baseDir . '/classes/Models/FormPage.php',
'tobimori\\DreamForm\\Models\\FormsPage' => $baseDir . '/classes/Models/FormsPage.php',
'tobimori\\DreamForm\\Models\\SubmissionPage' => $baseDir . '/classes/Models/SubmissionPage.php',
'tobimori\\DreamForm\\Models\\Submission\\SubmissionSession' => $baseDir . '/classes/Models/Submission/SubmissionSession.php',
'tobimori\\DreamForm\\Models\\SubmissionSession' => $baseDir . '/classes/Models/SubmissionSession.php',
'tobimori\\DreamForm\\Performer' => $baseDir . '/classes/Performer.php',
'tobimori\\DreamForm\\Permissions\\FormPermissions' => $baseDir . '/classes/Permissions/FormPermissions.php',
'tobimori\\DreamForm\\Permissions\\SubmissionPermissions' => $baseDir . '/classes/Permissions/SubmissionPermissions.php',
Expand Down
2 changes: 1 addition & 1 deletion vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class ComposerStaticInit910c4189a868d9db3fa89792673c4e88
'tobimori\\DreamForm\\Models\\FormPage' => __DIR__ . '/../..' . '/classes/Models/FormPage.php',
'tobimori\\DreamForm\\Models\\FormsPage' => __DIR__ . '/../..' . '/classes/Models/FormsPage.php',
'tobimori\\DreamForm\\Models\\SubmissionPage' => __DIR__ . '/../..' . '/classes/Models/SubmissionPage.php',
'tobimori\\DreamForm\\Models\\Submission\\SubmissionSession' => __DIR__ . '/../..' . '/classes/Models/Submission/SubmissionSession.php',
'tobimori\\DreamForm\\Models\\SubmissionSession' => __DIR__ . '/../..' . '/classes/Models/SubmissionSession.php',
'tobimori\\DreamForm\\Performer' => __DIR__ . '/../..' . '/classes/Performer.php',
'tobimori\\DreamForm\\Permissions\\FormPermissions' => __DIR__ . '/../..' . '/classes/Permissions/FormPermissions.php',
'tobimori\\DreamForm\\Permissions\\SubmissionPermissions' => __DIR__ . '/../..' . '/classes/Permissions/SubmissionPermissions.php',
Expand Down
8 changes: 4 additions & 4 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php return array(
'root' => array(
'name' => 'tobimori/kirby-dreamform',
'pretty_version' => '1.0.3',
'version' => '1.0.3.0',
'pretty_version' => '1.2.0',
'version' => '1.2.0.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand All @@ -20,8 +20,8 @@
'dev_requirement' => false,
),
'tobimori/kirby-dreamform' => array(
'pretty_version' => '1.0.3',
'version' => '1.0.3.0',
'pretty_version' => '1.2.0',
'version' => '1.2.0.0',
'reference' => null,
'type' => 'kirby-plugin',
'install_path' => __DIR__ . '/../../',
Expand Down

0 comments on commit 61673ca

Please sign in to comment.