-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from jobapis/v1
Version 1.0 release
- Loading branch information
Showing
12 changed files
with
511 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ build/ | |
phpunit.xml | ||
composer.lock | ||
vendor | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# The Apache 2.0 License | ||
|
||
Copyright 2015 Karl Hughes <khughes.me@gmail.com>, Steven Maguire <stevenmaguire@gmail.com> | ||
Copyright 2016 Karl Hughes <[email protected]> | ||
|
||
> Licensed under the Apache License, Version 2.0 (the "License"); | ||
> you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "jobbrander/jobs-govt", | ||
"name": "jobapis/jobs-govt", | ||
"type": "library", | ||
"description": "Making it simple to integrate your application with the Government Jobs API.", | ||
"keywords": [ | ||
|
@@ -8,23 +8,23 @@ | |
"object", | ||
"government jobs" | ||
], | ||
"homepage": "https://github.com/JobBrander/jobs-govt", | ||
"homepage": "https://github.com/jobapis/jobs-govt", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Steven Maguire", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/stevenmaguire" | ||
}, | ||
{ | ||
"name": "Karl Hughes", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/karllhughes" | ||
}, | ||
{ | ||
"name": "Steven Maguire", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/stevenmaguire" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.5.0", | ||
"jobbrander/jobs-common": "~1.0.3" | ||
"jobapis/jobs-common": "^2.0.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": ">=4.6", | ||
|
@@ -34,12 +34,12 @@ | |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"JobBrander\\Jobs\\Client\\Providers\\": "src/" | ||
"JobApis\\Jobs\\Client\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"JobBrander\\Jobs\\Client\\Providers\\Test\\": "tests/src/" | ||
"JobApis\\Jobs\\Client\\Test\\": "tests/src/" | ||
} | ||
} | ||
} |
Oops, something went wrong.