Skip to content

Commit 9714385

Browse files
committed
update composer file
1 parent 6854046 commit 9714385

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
@@ -18,14 +18,14 @@
1818
"php": "^8.2.0",
1919
"ext-json": "*",
2020
"ext-mbstring": "*",
21-
"ext-openssl": "*",
21+
"ext-openssl": "*"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^10.5"
2525
},
2626
"autoload": {
2727
"psr-4": {
28-
"TypeRocket\\Engine7\\": "src/" // 7.1, 7.0.1, 7.8.1 -> 7.8.1
28+
"TypeRocket\\Engine7\\": "src/"
2929
}
3030
},
3131
"minimum-stability": "stable"

0 commit comments

Comments
 (0)