From 24c65916a42ff34bc5f24b365a7f61c1b7b451b4 Mon Sep 17 00:00:00 2001
From: Liam Morland <lkmorlan@uwaterloo.ca>
Date: Thu, 7 Apr 2022 11:50:49 -0400
Subject: [PATCH] Issue #3044734: Sort dependencies in info file

---
 fillpdf.info.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/fillpdf.info.yml b/fillpdf.info.yml
index 91563d5..bd99caa 100644
--- a/fillpdf.info.yml
+++ b/fillpdf.info.yml
@@ -6,9 +6,9 @@ package: Other
 configure: fillpdf.settings
 dependencies:
   - drupal:file
-  - token:token
-  - drupal:views
-  - drupal:serialization
   - drupal:options
+  - drupal:serialization
+  - drupal:views
+  - token:token
 test_dependencies:
   - webform:webform
-- 
GitLab