Skip to content

Commit ad69741

Browse files
committed
move phpunit require to require
1 parent 350a193 commit ad69741

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4|^8.0"
14-
},
15-
"require-dev": {
13+
"php": "^7.4|^8.0",
1614
"phpunit/phpunit": "^9.5"
1715
},
1816
"autoload": {

0 commit comments

Comments
 (0)