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

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
elnebuloso committed Jul 26, 2016
1 parent 7f99a3a commit ea88c3f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"require-dev": {},
"autoload": {
"psr-0": {
"elnebuloso\\": "src/"
"psr-4": {
"elnebuloso\\": "src/elnebuloso/"
}
},
"autoload-dev": {
"psr-0": {
"elnebulosoTest\\": "tests/src/"
"psr-4": {
"elnebuloso\\": "tests/src/elnebuloso/"
}
},
"suggest": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
namespace elnebulosoTest\Flex;
namespace elnebuloso\FlexTest;

use elnebuloso\Flex\Collection;
use elnebulosoTest\Flex\CollectionTest\TestCollection;
use elnebuloso\FlexTest\CollectionTest\TestCollection;
use PHPUnit_Framework_TestCase;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace elnebulosoTest\Flex\CollectionTest;
namespace elnebuloso\FlexTest\CollectionTest;

use elnebuloso\Flex\Collection;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace elnebulosoTest\Flex;
namespace elnebuloso\FlexTest;

use elnebuloso\Flex\Registry;
use Exception;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace elnebulosoTest\Flex;
namespace elnebuloso\FlexTest;

use elnebuloso\Flex\Uuid;
use PHPUnit_Framework_TestCase;
Expand Down

0 comments on commit ea88c3f

Please sign in to comment.