Skip to content

Commit

Permalink
create composer package
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jun 22, 2024
1 parent 7f59a0b commit 4f58038
Show file tree
Hide file tree
Showing 17 changed files with 588 additions and 419 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
dbcredentials.php

/vendor/
8 changes: 0 additions & 8 deletions calculator.php

This file was deleted.

23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "litcal/anniversarycalculator",
"description": "an API that calculates anniversaries of liturgical recurrences from the General Roman Calendar",
"type": "library",
"require-dev": {
"squizlabs/php_codesniffer": "^3.10"
},
"license": "MIT",
"autoload": {
"psr-4": {
"LitCal\\": "src/"
},
"files": ["src/pgettext.php"]
},
"authors": [
{
"name": "John R. D'Orazio",
"email": "priest@johnromanodorazio.com"
}
],
"minimum-stability": "stable",
"require": {}
}
99 changes: 99 additions & 0 deletions composer.lock

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

251 changes: 0 additions & 251 deletions includes/AnniversaryCalculator.php

This file was deleted.

Loading

0 comments on commit 4f58038

Please sign in to comment.