first commit

This commit is contained in:
Emir Buğra Köksalan
2020-06-29 22:43:57 +03:00
commit 43422e7c77
4 changed files with 90 additions and 0 deletions

12
composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "emir/beanstalkd-example",
"authors": [
{
"name": "Emir Buğra Köksalan",
"email": "kodmanyagha@gmail.com"
}
],
"require": {
"pda/pheanstalk": "^4.0"
}
}