Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
bethrezen committed Dec 8, 2017
1 parent 8f63bda commit 5e5a53c
Show file tree
Hide file tree
Showing 14 changed files with 2,040 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/vendor

28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "devgroup/php-dreamkas",
"description": "Фискализация чека для Дримкас-Ф на php",
"type": "library",
"require": {
"guzzlehttp/guzzle": "~6.3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7.25"
},
"license": "MIT",
"autoload": {
"psr-4": {
"DevGroup\\Dreamkas\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DevGroup\\Dreamkas\\tests\\": "tests/"
}
},
"authors": [
{
"name": "Alexander Kozhevnikov",
"email": "[email protected]"
}
]
}
Loading

0 comments on commit 5e5a53c

Please sign in to comment.