Skip to content

Commit

Permalink
update composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindees committed Dec 11, 2023
1 parent 6854046 commit 9714385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"php": "^8.2.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-openssl": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
"TypeRocket\\Engine7\\": "src/" // 7.1, 7.0.1, 7.8.1 -> 7.8.1
"TypeRocket\\Engine7\\": "src/"
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit 9714385

Please sign in to comment.