Skip to content

Commit

Permalink
use comsave common instead of phpforce/common
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaidas Bagdonas committed Jul 10, 2017
1 parent c0a89e0 commit 7304fef
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
],
"require": {
"php": ">=5.3.0",
"phpforce/common": "dev-master",
"psr/log": "*"
"comsave/common": "~0.1.0",
"psr/log": "~1.0.0"
},
"require-dev": {
"doctrine/common": ">=2.3"
"doctrine/common": "~2.3"
},
"suggest": {
"doctrine/common": "For caching SOAP responses",
Expand Down
Loading

0 comments on commit 7304fef

Please sign in to comment.