Skip to content

Commit 2e9e059

Browse files
committed
Move symfony/thanks from dev to require
1 parent 0ee3458 commit 2e9e059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"homepage": "https://stdtabs.github.io/",
88
"license": "LGPL-2.1+",
99
"require": {
10-
"php": ">=7.2"
10+
"php": ">=7.2",
11+
"symfony/thanks": "^1.2"
1112
},
1213
"autoload": {
1314
"psr-4": {
@@ -16,6 +17,5 @@
1617
}
1718
},
1819
"require-dev": {
19-
"symfony/thanks": "^1.2"
2020
}
2121
}

0 commit comments

Comments
 (0)