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

Commit

Permalink
Packagist
Browse files Browse the repository at this point in the history
To allow the use of this repository without conflicts until/unless [the pull request](educoder#66) is merged into the main repository.
  • Loading branch information
Seth Battis committed Aug 17, 2015
1 parent 0fe1348 commit 625347f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Pest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

namespace Battis\Educoder;

/**
* Pest is a REST client for PHP.
*
Expand Down Expand Up @@ -549,7 +552,7 @@ private function handle_header($ch, $str)
}
}

class Pest_Exception extends Exception
class Pest_Exception extends \Exception
{}
class Pest_UnknownResponse extends Pest_Exception
{}
Expand Down
3 changes: 3 additions & 0 deletions PestJSON.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

namespace Battis\Educoder;

/**
* Pest is a REST client for PHP.
*
Expand Down
3 changes: 3 additions & 0 deletions PestXML.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

namespace Battis\Educoder;

/**
* Pest is a REST client for PHP.
* PestXML adds XML-specific functionality to Pest, automatically converting
Expand Down

0 comments on commit 625347f

Please sign in to comment.