Skip to content

Commit

Permalink
sup
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpunkt committed Oct 22, 2021
1 parent b29d91f commit 8527f93
Show file tree
Hide file tree
Showing 11 changed files with 2,710 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "citrus/commons",
"description": "A library of common functionality used within php.",
"minimum-stability": "stable",
"license": "Apache-2.0",
"authors": [
{
"name": "Tobias Seipke",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"citrus\\commons\\": "src/citrus/commons"
}
},
"require-dev": {
"phpunit/phpunit": "^5.6"
}
}
Loading

0 comments on commit 8527f93

Please sign in to comment.