Skip to content

Commit

Permalink
Adjust dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Oct 29, 2024
1 parent 902c4ea commit c4509dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
}
],
"require": {
"php": "~8.2",
"php": "^8.1",
"illuminate/support": "^10.0|^11.0",
"wilderborn/partyline": "^1.0",
"ramazancetinkaya/byte-formatter": "^1.0"
},
"require-dev": {
"ext-sqlite3": "*",
"phpunit/phpunit": "^10.4",
"orchestra/testbench": "^9.5",
"ext-sqlite3": "*"
"orchestra/testbench": "^9.5"
},
"scripts": {
"test": "vendor/bin/phpunit test"
Expand Down

0 comments on commit c4509dd

Please sign in to comment.