Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed Apr 14, 2023
1 parent 8ad6bc4 commit f69b92d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^8.0"
"php": "^8.1"
},
"autoload": {
"psr-4": {
Expand All @@ -30,14 +30,13 @@
"require-dev": {
"laravel/legacy-factories": "^1.1",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6.22|^7.15",
"orchestra/database": "^6.22|^7.15",
"orchestra/testbench": "^7.23|^8.3",
"vimeo/psalm": "4.24.0"
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit f69b92d

Please sign in to comment.