Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

Commit eb82ba1

Browse files
author
James
committed
move HTTPBase.php above CreditCardFraudDetection.php in composer include
this is to work around a problem in the require order of the composer.json
1 parent afe93f4 commit eb82ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"autoload": {
1616
"files": [
17-
"src/CreditCardFraudDetection.php",
1817
"src/HTTPBase.php",
18+
"src/CreditCardFraudDetection.php",
1919
"src/TelephoneVerification.php"
2020
]
2121
}

0 commit comments

Comments
 (0)