Skip to content

Commit

Permalink
Sürat kargo kargo gönderi (#1)
Browse files Browse the repository at this point in the history
* UPS - Gönderi, durum sorgulama
* Sürat - Gönderi
  • Loading branch information
onurgenc authored Mar 28, 2019
1 parent 98f92fa commit 6d5253d
Show file tree
Hide file tree
Showing 29 changed files with 3,645 additions and 474 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "teknomavi/kargo",
"type": "library",
"description": "Türkiye'deki Kargo Firmaları için Merkezi Entegrasyon Kütüphanesi",
"minimum-stability": "dev",
"description": "Türkiye'deki kargo firmaları için merkezi entegrasyon kütüphanesi",
"minimum-stability": "stable",
"license": "MIT",
"keywords": [
"kargo",
Expand All @@ -14,8 +14,10 @@
"sürat"
],
"require": {
"php": ">= 7.0",
"symfony/options-resolver": "^3.4"
"php": ">= 7.1",
"ext-soap": "*",
"symfony/options-resolver": "^3.4",
"teknomavi/common": "~2.2"
},
"require-dev": {
"phpunit/phpunit": "~7.4.0",
Expand Down
Loading

0 comments on commit 6d5253d

Please sign in to comment.