Skip to content

Commit

Permalink
Merge pull request #143 from MyParcelCOM/develop
Browse files Browse the repository at this point in the history
🚀
  • Loading branch information
M4tini authored Feb 15, 2021
2 parents a897b33 + f7d3231 commit a3480ef
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2,416 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/.env
/.idea/
/build/
/composer.lock
/vendor/
/.env
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"ext-json": "*",
"guzzlehttp/psr7": "^1.0",
"php-http/discovery": "^1.5",
"php-http/httplug": "^1.1",
"php-http/httplug": ">=1.1",
"psr/http-message": "^1.0",
"psr/simple-cache": "^1.0",
"symfony/cache": "^3.3|^4.0|^5.0",
"setasign/fpdi-fpdf": "^2.0"
"symfony/cache": ">=3.3",
"setasign/fpdf": "^1.8",
"setasign/fpdi": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
Expand All @@ -36,8 +37,7 @@
"preferred-install": "dist"
},
"suggest": {
"php-http/guzzle5-adapter": "Install this package if Guzzle 5 is available in the application.",
"php-http/guzzle6-adapter": "Install this package if Guzzle 6 is available in the application.",
"php-http/guzzle7-adapter": "Install this package if Guzzle 7 is available in the application.",
"php-http/curl-client": "Install this package if Guzzle is not available in the application, but curl is."
}
}
Loading

0 comments on commit a3480ef

Please sign in to comment.