Skip to content

Commit feb60bf

Browse files
committed
Remove symfony/thanks and add phpunit/phpunit
1 parent 9cc5821 commit feb60bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "https://phptabs.readthedocs.io/",
88
"license": "LGPL-2.1+",
99
"require": {
10-
"php": ">=7.2"
10+
"php": ">=7.4"
1111
},
1212
"autoload": {
1313
"psr-4": {
@@ -16,6 +16,8 @@
1616
}
1717
},
1818
"require-dev": {
19-
"symfony/thanks": "^1.2"
19+
"phpunit/phpunit": "*"
20+
},
21+
"config": {
2022
}
2123
}

0 commit comments

Comments
 (0)