Skip to content

Commit

Permalink
ilk commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aozisik committed Apr 27, 2018
0 parents commit f334f9d
Show file tree
Hide file tree
Showing 9 changed files with 1,853 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/vendor
23 changes: 23 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "aozisik/php-turkce",
"description": "Türkçe hal ekleri, büyük küçük harf dönüşümü",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Ahmet Özışık",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"autoload": {
"psr-4": {
"Aozisik\\Turkce\\": "src/"
},
"files": [
"src/__register.php"
]
}
}
Loading

0 comments on commit f334f9d

Please sign in to comment.