Skip to content

Commit

Permalink
load project
Browse files Browse the repository at this point in the history
  • Loading branch information
sportakal committed May 28, 2022
1 parent 055f6a7 commit 3c86b89
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 992 deletions.
47 changes: 23 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,26 @@
{
"name": "sportakal/garantipos",
"type": "library",
"autoload": {
"psr-4": {
"Sportakal\\Garantipos\\": "src/"
}
},
"authors": [
{
"name": "sportakal",
"email": "portakalsinan@gmail.com"
}
],
"require": {
"mews/pos": "^0.7.0",
"ext-curl": "*",
"ext-xml": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-json": "*",
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
"php-sage/sage": "^1.2"
"name": "sportakal/garantipos",
"type": "library",
"autoload": {
"psr-4": {
"Sportakal\\Garantipos\\": "src/"
}
},
"authors": [
{
"name": "sportakal",
"email": "portakalsinan@gmail.com"
}
],
"require": {
"ext-curl": "*",
"ext-xml": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"ext-json": "*",
"vlucas/phpdotenv": "^5.4"
},
"require-dev": {
"php-sage/sage": "^1.2"
}
}
Loading

0 comments on commit 3c86b89

Please sign in to comment.