Skip to content

Commit 00e7b4b

Browse files
committed
update nette/forms to 3.1.15
1 parent da30ea6 commit 00e7b4b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ all:
66
vendor: composer.json composer.lock
77
composer install
88

9-
qa: lint phpstan cs
10-
11-
lint: vendor
12-
vendor/bin/linter src tests
9+
qa: phpstan cs
1310

1411
cs: vendor
1512
vendor/bin/codesniffer src tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"require": {
2020
"php": ">=8.1",
21-
"nette/forms": "3.1.14",
21+
"nette/forms": "3.1.15",
2222
"nette/application": "^3.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)