Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed May 19, 2023
1 parent c20cddc commit 3c928a9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.1|^8.2"
},
"require-dev": {
"laravel/pint": "^1.4",
"nunomaduro/larastan": "^2.0",
"openswoole/ide-helper": "~22.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.4",
"rector/rector": "^0.15.16"
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.22|^2",
"pestphp/pest-plugin-laravel": "^1.4|^2",
"rector/rector": "^0.16"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -65,6 +65,5 @@
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 3c928a9

Please sign in to comment.