Skip to content

Commit 53741aa

Browse files
committed
Update composer.json
1 parent 0c5c90f commit 53741aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require-dev": {
13-
"phpunit/phpunit": "^9.5"
14-
},
1512
"autoload": {
1613
"psr-4": {
1714
"DinoDev\\MySql\\": "src/"
1815
}
16+
},
17+
"require-dev": {
18+
"phpunit/phpunit": "^9.5"
1919
}
20+
2021
}

0 commit comments

Comments
 (0)