Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Apr 11, 2021
1 parent bc6d15f commit 48e2be2
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .ci/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"LINK_UTIL_VERSION": "1.1.2",
"DISPATCH_SHORTNAME": "dispatch",
"DISPATCH_REPO": "https://github.com/jbboehr/dispatch.git",
"DISPATCH_VERSION": "fe2a41e7920aebf71879bf57eb3f6f658811a870",
"DISPATCH_VERSION": "923f64581c5af893efc374da3acfea7c0e8cfe31",
"REQUEST_HANDLER_SHORTNAME": "request-handler",
"REQUEST_HANDLER_REPO": "https://github.com/middlewares/request-handler.git",
"REQUEST_HANDLER_VERSION": "v2.0.1",
"HTTP_FACTORY_GUZZLE_SHORTNAME": "http-factory-guzzle",
"HTTP_FACTORY_GUZZLE_REPO": "https://github.com/jbboehr/http-factory-guzzle.git",
"HTTP_FACTORY_GUZZLE_VERSION": "30416768eae6a1cb22d1ff7a4ef983115de77e68",
"HTTP_FACTORY_GUZZLE_REPO": "https://github.com/http-interop/http-factory-guzzle.git",
"HTTP_FACTORY_GUZZLE_VERSION": "e0bf8e25f81619eb70c15f3bbb38360118554776",
"HTTP_GUZZLE_PSR18_ADAPTER_SHORTNAME": "guzzle-psr18-adapter",
"HTTP_GUZZLE_PSR18_ADAPTER_REPO": "https://github.com/ricardofiorani/guzzle-psr18-adapter.git",
"HTTP_GUZZLE_PSR18_ADAPTER_VERSION": "ade71939e1805b6e5305dbec4fb72b64f983b12d",
Expand Down
2 changes: 1 addition & 1 deletion nix/deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
stdenv ? pkgs.stdenv,
php ? pkgs.php,
phpPackages ? pkgs.phpPackages,
psr ? pkgs.callPackage (import ../default.nix) { inherit stdenv php pkgs; },
psr ? pkgs.callPackage (import ../default.nix) { inherit stdenv php pkgs phpPackages; },
filterAttrs ? pkgs.lib.filterAttrs
}:

Expand Down

0 comments on commit 48e2be2

Please sign in to comment.