From 8c5c1260d3959bddd9d407d16fe8ce49da21c17f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2020 11:01:31 +0000 Subject: [PATCH] Build(deps-dev): Update nyholm/nsa requirement from ^1.1.0 to ^1.2.1 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.1) 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..02f61d13 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.1", "phpunit/phpunit": "^8.5.4", "ocramius/package-versions": "^1.5.1", "justinrainbow/json-schema": "^4.0 || ^5.0",