Skip to content

Commit

Permalink
Updates to latest version of talus, with lighter swagger usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Sep 19, 2016
1 parent bbfaa04 commit 0b4d4f4
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 281 deletions.
2 changes: 1 addition & 1 deletion bootstrap.php
Expand Up @@ -99,7 +99,7 @@
}
fclose($handle);

$swagger = json_decode($swagger);
$swagger = json_decode($swagger, true);
if (json_last_error() !== JSON_ERROR_NONE) {
var_dump('oh noes the swagz is badz');
exit;
Expand Down
11 changes: 2 additions & 9 deletions composer.json
Expand Up @@ -10,25 +10,18 @@
],
"require": {
"php": ">=7.0",
"avalanche-development/talus": "^0.3",
"avalanche-development/talus": "^0.4",
"psr/http-message": "^1.0",
"container-interop/container-interop": "^1.1",
"aura/di": "^3.1",
"aura/sql": "^2.5",
"monolog/monolog": "^1.19",
"jacobemerick/archangel": "^2.1",
"gossi/swagger": "dev-master as 0.2.3"
"jacobemerick/archangel": "^2.1"
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.3.2",
"phpunit/phpunit": "^5.4"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jacobemerick/swagger.git"
}
],
"autoload": {
"psr-4": {
"Jacobemerick\\CommentService\\": "src/"
Expand Down

0 comments on commit 0b4d4f4

Please sign in to comment.