Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
berkanumutlu committed Mar 10, 2024
1 parent 1b5ab74 commit df9b9cd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "berkanumutlu/php-sitemap-generator",
"type": "project",
"description": "PHP Sitemap Generator by Berkan Ümütlü",
"keywords": [
"php",
"sitemap",
"sitemap-generator",
"php sitemap generator"
],
"license": "MIT",
"authors": [
{
"name": "Berkan Ümütlü",
"role": "Developer"
}
],
"homepage": "https://github.com/berkanumutlu/php-sitemap-generator",
"support": {
"issues": "https://github.com/berkanumutlu/php-sitemap-generator/issues",
"security": "https://github.com/berkanumutlu/php-sitemap-generator/security/policy"
},
"autoload": {
"psr-4": {
"App\\": "src/",
"App\\Library\\": "src/lib/"
}
}
}

0 comments on commit df9b9cd

Please sign in to comment.