diff --git a/composer.lock b/composer.lock index cbcc13e..9c4a3e6 100644 --- a/composer.lock +++ b/composer.lock @@ -1193,16 +1193,16 @@ }, { "name": "nette/neon", - "version": "v3.3.0", + "version": "v3.3.1", "source": { "type": "git", "url": "https://github.com/nette/neon.git", - "reference": "33d262a0c4fb6c6371385f6dc8532f4e32c20ebc" + "reference": "1f4e5f6a30bf45b6c2c932be7396ea70692ee607" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/neon/zipball/33d262a0c4fb6c6371385f6dc8532f4e32c20ebc", - "reference": "33d262a0c4fb6c6371385f6dc8532f4e32c20ebc", + "url": "https://api.github.com/repos/nette/neon/zipball/1f4e5f6a30bf45b6c2c932be7396ea70692ee607", + "reference": "1f4e5f6a30bf45b6c2c932be7396ea70692ee607", "shasum": "", "mirrors": [ { @@ -1218,8 +1218,11 @@ "require-dev": { "nette/tester": "^2.0", "phpstan/phpstan": "^0.12", - "tracy/tracy": "^2.3" + "tracy/tracy": "^2.8.8" }, + "bin": [ + "bin/neon-lint" + ], "type": "library", "extra": { "branch-alias": { @@ -1258,9 +1261,9 @@ ], "support": { "issues": "https://github.com/nette/neon/issues", - "source": "https://github.com/nette/neon/tree/v3.3.0" + "source": "https://github.com/nette/neon/tree/v3.3.1" }, - "time": "2021-10-19T22:11:22+00:00" + "time": "2021-11-09T01:00:15+00:00" }, { "name": "php-comp/http-client",