From b7e0e276469754b19d5068cc85d5ec46428abb73 Mon Sep 17 00:00:00 2001
From: Susan Turkel <107194029+sturkel89@users.noreply.github.com>
Date: Tue, 9 Jul 2024 13:03:13 -0400
Subject: [PATCH 1/7] Update composer.json
---
composer.json | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/composer.json b/composer.json
index 97dd0db..d50b4dc 100644
--- a/composer.json
+++ b/composer.json
@@ -33,12 +33,13 @@
"vufind-org/vufindcode": "^1.2"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "3.51.0",
- "pear/http_request2": "2.6.0",
- "phpmd/phpmd": "2.15.0",
- "phpstan/phpstan": "1.10.59",
- "phpunit/phpunit": "10.5.11",
- "phing/phing": "2.17.4",
- "squizlabs/php_codesniffer": "3.9.0"
+ "friendsofphp/php-cs-fixer": "3.51.0",
+ "guzzlehttp/guzzle": "^7.8.1",
+ "pear/http_request2": "2.6.0",
+ "phpmd/phpmd": "2.15.0",
+ "phpstan/phpstan": "1.10.59",
+ "phpunit/phpunit": "10.5.11",
+ "phing/phing": "3.0",
+ "squizlabs/php_codesniffer": "3.9.0"
}
}
From 8d349400a83a5a24b771017a96dd176947c8c02f Mon Sep 17 00:00:00 2001
From: Susan Turkel <107194029+sturkel89@users.noreply.github.com>
Date: Tue, 9 Jul 2024 13:04:15 -0400
Subject: [PATCH 2/7] Update build.xml
---
build.xml | 57 +++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 43 insertions(+), 14 deletions(-)
diff --git a/build.xml b/build.xml
index 1c168e3..13fd8f5 100644
--- a/build.xml
+++ b/build.xml
@@ -1,9 +1,11 @@
+
+
@@ -41,39 +43,57 @@
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
-
+
+
+
@@ -97,30 +117,39 @@
-
+
+
+
-
+
+
+
-
+
+
-
+
+
+
-
+
+
+
From 32bf6f087a3bc8d3d4518b7ef5cfe1a4efd5d412 Mon Sep 17 00:00:00 2001
From: Susan Turkel <107194029+sturkel89@users.noreply.github.com>
Date: Tue, 9 Jul 2024 13:49:28 -0400
Subject: [PATCH 3/7] Update build.xml
Removed extra slash
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 13fd8f5..d4070e6 100644
--- a/build.xml
+++ b/build.xml
@@ -133,7 +133,7 @@
-
+
From b69d6461842da9c5ea471ee4734b7c112964bca4 Mon Sep 17 00:00:00 2001
From: Susan Turkel <107194029+sturkel89@users.noreply.github.com>
Date: Tue, 9 Jul 2024 14:05:30 -0400
Subject: [PATCH 4/7] Update build.xml
Replace phpunit_command with sh
---
build.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.xml b/build.xml
index d4070e6..2560b6d 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
-
+
@@ -126,14 +126,14 @@
-
+
-
+
From 64d33dffedb25449414aeaab017a927044e668df Mon Sep 17 00:00:00 2001
From: Susan Turkel
Date: Tue, 9 Jul 2024 14:40:57 -0400
Subject: [PATCH 5/7] Added apostrophe code to phpunit sections
---
build.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 2560b6d..6d64a31 100644
--- a/build.xml
+++ b/build.xml
@@ -127,13 +127,14 @@
-
+
+
From 26dbc1fb79c17c6961f996d8514d7d072cb96b5f Mon Sep 17 00:00:00 2001
From: Demian Katz
Date: Tue, 9 Jul 2024 14:59:00 -0400
Subject: [PATCH 6/7] Adjust whitespace.
---
composer.json | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/composer.json b/composer.json
index d50b4dc..dbb4fd0 100644
--- a/composer.json
+++ b/composer.json
@@ -33,13 +33,13 @@
"vufind-org/vufindcode": "^1.2"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "3.51.0",
- "guzzlehttp/guzzle": "^7.8.1",
- "pear/http_request2": "2.6.0",
- "phpmd/phpmd": "2.15.0",
- "phpstan/phpstan": "1.10.59",
- "phpunit/phpunit": "10.5.11",
- "phing/phing": "3.0",
- "squizlabs/php_codesniffer": "3.9.0"
+ "friendsofphp/php-cs-fixer": "3.51.0",
+ "guzzlehttp/guzzle": "^7.8.1",
+ "pear/http_request2": "2.6.0",
+ "phpmd/phpmd": "2.15.0",
+ "phpstan/phpstan": "1.10.59",
+ "phpunit/phpunit": "10.5.11",
+ "phing/phing": "3.0",
+ "squizlabs/php_codesniffer": "3.9.0"
}
}
From 6fb32d6f763b8f2de3a6484e4e4a48cc2adcb678 Mon Sep 17 00:00:00 2001
From: Demian Katz
Date: Tue, 9 Jul 2024 14:59:51 -0400
Subject: [PATCH 7/7] Remove unused property.
---
build.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/build.xml b/build.xml
index 6d64a31..2decf30 100644
--- a/build.xml
+++ b/build.xml
@@ -5,7 +5,6 @@
-