From acaaff01298865d73571540b5389751fca45f2b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 08:19:47 +0000 Subject: [PATCH] Build(deps-dev): Update nyholm/nsa requirement from ^1.1.0 to ^1.2.0 Updates the requirements on [nyholm/nsa](https://github.com/Nyholm/NSA) to permit the latest version. - [Release notes](https://github.com/Nyholm/NSA/releases) - [Changelog](https://github.com/Nyholm/NSA/blob/master/CHANGELOG.md) - [Commits](https://github.com/Nyholm/NSA/compare/1.1.0...1.2.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d8b23d0..8130e538 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "composer/composer": "^1.10.5", "mockery/mockery": "^1.3.1", "narrowspark/testing-helper": "^8.0.2", - "nyholm/nsa": "^1.1.0", + "nyholm/nsa": "^1.2.0", "phpunit/phpunit": "^8.5.4", "ocramius/package-versions": "^1.5.1", "justinrainbow/json-schema": "^4.0 || ^5.0",