Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Aagaard committed Mar 28, 2023
1 parent 0b13729 commit be350a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
}
],
"require": {
"php": "^8.0|^7.4",
"illuminate/bus": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0"
"php": "^8.1|^8.0|^7.4",
"illuminate/bus": "^8.1|^8.0|^7.4",
"illuminate/database": "^8.1|^8.0|^7.4",
"illuminate/support": "^8.1|^8.0|^7.4"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^9.3.8"
"orchestra/testbench": "^5.0|^6.26",
"phpunit/phpunit": "^9.6.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit be350a9

Please sign in to comment.