Skip to content

Commit

Permalink
Prep for v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
karllhughes committed Sep 3, 2016
1 parent 3f60a93 commit b770f0a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All Notable changes to `jobs-govt` will be documented in this file

## 1.0.0 - 2016-09-03

### Added
- Updated package name in composer file.

### Fixed
- Test namespace.

## 1.0.0-beta - 2016-09-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"require": {
"php": ">=5.5.0",
"jobbrander/jobs-common": "^2.0.0-beta"
"jobapis/jobs-common": "^2.0.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.6",
Expand All @@ -39,7 +39,7 @@
},
"autoload-dev": {
"psr-4": {
"JobApis\\Jobs\\Client\\Providers\\Test\\": "tests/src/"
"JobApis\\Jobs\\Client\\Test\\": "tests/src/"
}
}
}
2 changes: 1 addition & 1 deletion tests/src/GovtProviderTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JobApis\Jobs\Client\Providers\Test;
<?php namespace JobApis\Jobs\Client\Test;

use JobApis\Jobs\Client\Collection;
use JobApis\Jobs\Client\Job;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/GovtQueryTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php namespace JobApis\Jobs\Client\Providers\Test;
<?php namespace JobApis\Jobs\Client\Test;

use JobApis\Jobs\Client\Queries\GovtQuery;
use Mockery as m;
Expand Down

0 comments on commit b770f0a

Please sign in to comment.