Skip to content
This repository has been archived by the owner on Feb 10, 2019. It is now read-only.

Commit

Permalink
added guzzle and comprehensive tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morphatic committed Aug 14, 2014
1 parent 13a2564 commit c8d35bf
Show file tree
Hide file tree
Showing 28 changed files with 395 additions and 342 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"illuminate/support": "4.2.*@dev"
"illuminate/support": "4.2.*@dev",
"guzzlehttp/guzzle": "~4.0"
},
"require-dev": {
"orchestra/testbench": "2.2.*@dev",
Expand Down
14 changes: 0 additions & 14 deletions src/Morphatic/Qualtrics/Exceptions/CurlException.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/Morphatic/Qualtrics/Exceptions/CurlNotInstalledException.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/Morphatic/Qualtrics/Exceptions/QualtricsXMLException.php

This file was deleted.

14 changes: 0 additions & 14 deletions src/Morphatic/Qualtrics/Exceptions/UnknownFormatException.php

This file was deleted.

27 changes: 0 additions & 27 deletions src/Morphatic/Qualtrics/Facades/Qualtrics.php

This file was deleted.

Loading

0 comments on commit c8d35bf

Please sign in to comment.