We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d020d3 commit 5af9f5dCopy full SHA for 5af9f5d
.gitignore
@@ -1,2 +1,3 @@
1
/.idea/*
2
/vendor/*
3
+/composer.lock
composer.json
@@ -23,11 +23,11 @@
23
},
24
"require": {
25
"php": "^7.3",
26
- "phpstan/phpstan": "^0.12",
27
- "nette/utils": "^3.0.2",
+ "phpstan/phpstan": "^0.12.7",
+ "nette/utils": "^3.1.0",
28
"webmozart/path-util": "^2.3.0",
29
- "thecodingmachine/safe": "^0.1.16",
30
- "nette/neon": "^3.0.0"
+ "thecodingmachine/safe": "^1.0.3",
+ "nette/neon": "^3.1.0"
31
32
"license": "MIT",
33
"require-dev": {
0 commit comments