Skip to content

Commit 5d49955

Browse files
committed
Merge branch 'develop'
2 parents 5f4dd74 + 08209c2 commit 5d49955

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/unitary

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* MaplePHP Unitary unit testing library
55
* @example php unitary --path=fullDirPath --exclude="dir1/dir2/
66
*/
7-
require __DIR__ . '/../vendor/autoload.php';
7+
8+
require $GLOBALS['_composer_autoload_path'];
89

910
use MaplePHP\Http\Environment;
1011
use MaplePHP\Http\ServerRequest;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "maplephp/unitary",
33
"type": "library",
4-
"version": "v1.0.4",
4+
"version": "v1.0.5",
55
"description": "PHP Unitary is a lightweight PHP testing library designed to simplify the process of writing and running tests for your PHP code.",
66
"keywords": [
77
"php",

0 commit comments

Comments
 (0)