-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d261c5b
commit d183d5a
Showing
5 changed files
with
838 additions
and
463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "blooddonor/bloodonor", | ||
"description": "This handy plugin helps you find out which blood types you can donate to, based on your blood type. Just select your blood group, and we'll do the rest!", | ||
"type": "wordpress-plugin", | ||
"autoload": { | ||
"psr-4": { | ||
"Blooddonor\\Bloodonor\\": "src/" | ||
} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Rachad-Alabi-ADEKAMBI", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": {} | ||
} |
Oops, something went wrong.