Skip to content

Commit 31105eb

Browse files
committed
Updated composer packages version
1 parent 3e78223 commit 31105eb

File tree

2 files changed

+202
-255
lines changed

2 files changed

+202
-255
lines changed

Diff for: composer.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require": {
1616
"php": "^8.0",
17-
"lexal/stepped-form": "^1.0",
18-
"symfony/http-foundation": "^5.3"
17+
"lexal/stepped-form": "^1.1",
18+
"symfony/http-foundation": "^5.4 || ^6.0"
1919
},
2020
"require-dev": {
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
@@ -35,6 +35,9 @@
3535
}
3636
},
3737
"config": {
38-
"sort-packages": true
38+
"sort-packages": true,
39+
"allow-plugins": {
40+
"dealerdirect/phpcodesniffer-composer-installer": true
41+
}
3942
}
4043
}

0 commit comments

Comments
 (0)